.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: 12px;
  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: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #d0021b;
}
/* 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: #d0021b;
}
/* 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: #ffcc00;
  text-shadow: none;
}
::selection {
  background: #ffcc00;
  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 #ffcc00;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #ffcc00;
}
/* ========================================================================
     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: 12px;
}
/* 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: #ffcc00;
  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: #ffcc00;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #ffcc00;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #ffcc00;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #e60012;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #e60012;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #ffcc00;
  color: #ffffff;
  border-color: #ffcc00;
}
/*
   * 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: #ffcc00;
}
/* 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: #000000;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #d0021b;
}
/* 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: #ffcc00;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #e60012;
}
.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: #ffcc00;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #e60012;
}
/* ========================================================================
     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: #ffcc00;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #e60012;
  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: #ffcc00;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #e60012;
  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: #ffcc00;
}
/*
   * 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: #ffcc00;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
}
/* 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: #ffcc00;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #ffcc00;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #ffcc00;
}
/* 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: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
}
/* 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: #ffcc00;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #ffcc00;
  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: #ffcc00;
}
/*
   * 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: #ffcc00;
}
/* 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: #ffcc00;
}
/*
   * 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: #ffcc00;
  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: #ffcc00;
}
.uk-progress::-moz-progress-bar {
  background-color: #ffcc00;
}
.uk-progress::-ms-fill {
  background-color: #ffcc00;
}
/* ========================================================================
     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: #ffcc00 !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: #ffcc00 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #ffcc00;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #ffcc00;
}
.uk-background-secondary {
  background-color: #e60012;
}
/* ========================================================================
     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: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
  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: #ffcc00;
}
.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(230, 0, 18, 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: #ffcc00;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #ffcc00;
}
.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: #ffcc00;
  border-color: #ffcc00;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #ffcc00;
}
/* ========================================================================
   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: #cca300;
}
.ap-list-filter dd a.active {
  background-color: #ffcc00;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #ffcc00;
}
.category li a.active {
  color: #ffcc00;
}
.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: #ffcc00;
}
.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: #ffcc00;
  border: 1px solid rgba(255, 204, 0, 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: #ffcc00;
}
form .step .ui-step.active .ui-step-title {
  color: #ffcc00;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #ffcc00;
  background-color: #ffcc00;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #ffcc00;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #ffcc00;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #ffcc00;
  color: #ffcc00;
}
.btn-effect-2:hover {
  background-color: #ffcc00;
}
.uk-button.btn-effect-5 {
  background-color: #ffcc00;
  box-shadow: 0 0 15px rgba(255, 204, 0, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #ffcc00;
}
.header-effect-6 [data-item='title']::before {
  background-color: #ffcc00;
}
#a9d7cafb32a9719 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9d7cafb32a9719 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a3de1ad198aaef6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-top-color: rgba(0, 0, 0, 1);border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);}#af204a79c3a6e4b > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a2348acebea68d3 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1648462833594.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace00a530aab26d > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a2fa52a8a723d a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a2fa52a8a723d a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a1859a9bebad229 > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af309ab447ab2de > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1645435491532.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6236a60d6ab364 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3a5a4b40a1ceb a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa3a5a4b40a1ceb a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac379ad4b0abd6d > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4383ac18cae9ee > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1645502589743.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab92bad33fac97a > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a73f9aa663aa5fc a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a73f9aa663aa5fc a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a5eccaff44ac0d4 > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ab70ba2f7eab397 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1650621466028.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7fda2caaad24c > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7131a5d5caeccd a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7131a5d5caeccd a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a161ea87c9af8f2 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#aa8a8a5aebadeac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#abc2fa95d0a0710 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-top-color: rgba(0, 0, 0, 1);border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);}#af83da5d0ca4ebb > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a9bf5a80caae90d > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1644799249853.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65e0a810fab7d3 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2251a6b4ea0bab a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2251a6b4ea0bab a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aee69a5580a9c42 > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aaa3fa9fe9ae1c0 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1644799249129.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ac5ad9cda1284 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a132dafa32ab0ba a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a132dafa32ab0ba a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9551aa8abae5c0 > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4012acab6a28a7 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1646018866301.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa11aadb38a6b33 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba49af098af5bd a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#aba49af098af5bd a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae208a0fc1af23f > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a854fa2413afe3b > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1645502558730.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afdb1a7e70a5ec2 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1af6af3f8ae803 a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a1af6af3f8ae803 a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a1b5aa8774a2194 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#aac94a43e0a935d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#aaf23a88e1adf28 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-top-color: rgba(0, 0, 0, 1);border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);}#a7e13a0c7ea392c > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ad9b7a34b0a7991 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1646018887694.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab720a61d8a9f3e > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a05a851ea1ef9 a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a4a05a851ea1ef9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a8aa3adc97a3c1a > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af3b6ab1daa9005 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1650621739111.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3053ac1d6a39ef > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca1fab821ae64e a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#aca1fab821ae64e a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a8f50a8e72afd3c > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#aa858acf44ad523 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#a49e1a15cbace77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-top-color: rgba(0, 0, 0, 1);border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);}#a958da13aaa9c0c > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a9d0ea13a5a147d > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1650621915824.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0693a1824a37de > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3b8a42f7a5ba9 a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#af3b8a42f7a5ba9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3b07a4e70ac6b7 > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7338a2f9ca3a38 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1650621936264.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a08a4a0fd3a570b > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae575af114a5546 a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#ae575af114a5546 a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a7763aa685afa64 > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a072dadd07a90b2 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1650621954502.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a82ad91ca0bdd > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a53eea82a1a2bf9 a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a53eea82a1a2bf9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#afa1ca30feaee25 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#a920eae1c8a40ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#a06caa532fab468 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#a8096afb51a1ea3 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad829a6e52ae288 , #ad829a6e52ae288 a{color: rgba(208, 2, 27, 1);}#a48e2a0ef1ad1b9 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Tahoma;
  color: #4a4a4a;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a48e2a0ef1ad1b9 .menu-list-expand .submenu-indicator {
  display: none;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #f2f2f2;
  border-bottom-color: #e8e8e8;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #000000;
  border-left-style: none;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #000000;
  background-color: #f8f8f8;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: #f8f8f8;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul li a img,
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a48e2a0ef1ad1b9 .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;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu,
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a48e2a0ef1ad1b9 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu.show,
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #eeeeee;
  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;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #ffffff;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #000000;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #000000;
  background: #f8f8f8;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a48e2a0ef1ad1b9 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a32e6a79fbaeada a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: Tahoma;}#a32e6a79fbaeada a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: Tahoma;}#a2a20a901daa7c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-top-color: rgba(0, 0, 0, 1);border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);}#a20c1a15aaa055e > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#afa47a3d50ae6cf > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1647491507709.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a15eaafec0ab0e7 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa86aa6b6a8d7e a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#aaa86aa6b6a8d7e a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a00e1ae901aee9b > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a95efa4716ac9b7 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1647491507709.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acc2da0508a6282 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8961afa42adf88 a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a8961afa42adf88 a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a23b1a9603aa515 > .ele-wrap {border-top-style: solid;border-top-width: 1px;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1b7caca33ad893 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a41a7aea29a302c/1647491507709.jpeg);background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a06fda9dc5a25ab > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab488a731ca5600 a {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#ab488a731ca5600 a:hover {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa2e3a5bf7a5c1d > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#a422fad3dda9479 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#a66dea505aa6855 [data-item*=".abstract"], #a66dea505aa6855 [data-item*=".abstract"] a {show: true;}#a66dea505aa6855 [data-item*=".subTitle"], #a66dea505aa6855 [data-item*=".subTitle"] a {show: true;}#a66dea505aa6855 [data-item*=".category"], #a66dea505aa6855 [data-item*=".category"] a {show: true;}#ad1c4a3d85ad2f9 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d7cafb32a9719 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a88c7a9000a2d68 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a88c7a9000a2d68 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a88c7a9000a2d68 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a88c7a9000a2d68 .data-list .uk-card {
  cursor: pointer !important;
}
#a88c7a9000a2d68 .data-list .uk-card img {
  max-height: 300px;
}
#a88c7a9000a2d68 .data-list .uk-card:hover {
  background: #fafafa;
}
#a88c7a9000a2d68 .data-list .uk-card:hover .uk-h4 {
  color: #d0021b;
}
#a88c7a9000a2d68 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a88c7a9000a2d68 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a88c7a9000a2d68 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a88c7a9000a2d68 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a88c7a9000a2d68 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a88c7a9000a2d68 .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: #ffcc00;
  cursor: pointer;
}
#a88c7a9000a2d68 .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;
}
#a88c7a9000a2d68 .uk-card .category:hover {
  background: #ffcc00;
}
#a88c7a9000a2d68 .accordion-menu {
  width: 100%;
}
#a88c7a9000a2d68 .accordion-menu ul ul.submenu,
#a88c7a9000a2d68 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a88c7a9000a2d68 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a88c7a9000a2d68 .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;
}
#a88c7a9000a2d68 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a88c7a9000a2d68 .accordion-menu .menu-item.active > a {
  background: #ffcc00;
  color: #fff;
}
#a88c7a9000a2d68 .accordion-menu li a:hover {
  background-color: #ffcc00;
  color: #fff;
  border: none;
}
#a88c7a9000a2d68 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a88c7a9000a2d68 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a88c7a9000a2d68 .hot-list,
#a88c7a9000a2d68 .new-list {
  padding: 12px;
}
#a88c7a9000a2d68 .new-list a:hover,
#a88c7a9000a2d68 .hot-list a:hover {
  color: #d0021b;
}
#a88c7a9000a2d68 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a88c7a9000a2d68 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a88c7a9000a2d68 .hot-item:hover a {
  color: #d0021b;
}
#a88c7a9000a2d68 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a88c7a9000a2d68 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #ffcc00;
  content: "";
}
#a88c7a9000a2d68 .content-header {
  padding-bottom: 10px;
}
#a88c7a9000a2d68 .item-title {
  color: #333;
}
#a88c7a9000a2d68 input::placeholder {
  color: #999;
}
#a88c7a9000a2d68 .datetime {
  color: #999;
}
#a88c7a9000a2d68 .new-item a {
  padding-left: 25px;
}
#a88c7a9000a2d68 .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;
}
#a9d7cafb32a9719 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a88c7a9000a2d68 [data-item*=".abstract"], #a88c7a9000a2d68 [data-item*=".abstract"] a {show: true;}#a88c7a9000a2d68 [data-item*=".subTitle"], #a88c7a9000a2d68 [data-item*=".subTitle"] a {show: true;}#a88c7a9000a2d68 [data-item*=".category"], #a88c7a9000a2d68 [data-item*=".category"] a {show: true;}#a88c7a9000a2d68 [data-item="items"] .img {background-size: cover;}#ad1c4a3d85ad2f9 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac3d7a3808aa539 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac3d7a3808aa539 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#af4eaa579fa172e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#acd89aa867ab29b > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0b9aaec9faf770 , #a0b9aaec9faf770 a{color: rgba(49, 49, 48, 1);}#a06a0ad56ea4690 {
  pointer-events: none;
}
#a06a0ad56ea4690 .menu-list {
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
#a06a0ad56ea4690 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a06a0ad56ea4690 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a06a0ad56ea4690 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  font-family: Tahoma;
  font-size: 14px;
  text-align: center;
}
#a06a0ad56ea4690 .menu-list .menu-header svg,
#a06a0ad56ea4690 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a06a0ad56ea4690 .menu-list > ul {
  position: relative;
}
#a06a0ad56ea4690 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a06a0ad56ea4690 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
  line-height: 50px;
  height: 25px;
  line-height: 25px;
}
#a06a0ad56ea4690 .menu-list > ul > li.active > a,
#a06a0ad56ea4690 .menu-list > ul > li:hover > a {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #000000;
}
#a06a0ad56ea4690 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
}
#a06a0ad56ea4690 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a06a0ad56ea4690 .menu-list > ul > li a img,
#a06a0ad56ea4690 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a06a0ad56ea4690 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 100px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a06a0ad56ea4690 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a06a0ad56ea4690 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a06a0ad56ea4690 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a06a0ad56ea4690 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a06a0ad56ea4690 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a06a0ad56ea4690 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a06a0ad56ea4690 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a06a0ad56ea4690 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#ab094ad8f8ab41a a, #ab094ad8f8ab41a {
        font-weight: normal;
        font-style: normal;
    font-family: Tahoma;color: rgba(0, 0, 0, 1);}#a2fcba912caca7b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#adde5ae92fa749a .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a668aac343a5291 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a668aac343a5291 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a7068a63d1aa991 > .ele-wrap {background-color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);}#a6439a38a8a90e9 form {
  width: 100%;
  height: 100%;
}
#a6439a38a8a90e9 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6439a38a8a90e9 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6439a38a8a90e9 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6439a38a8a90e9 .search-box .search-type.show {
  display: block;
}
#a6439a38a8a90e9 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(217, 241, 227, 0);
  cursor: pointer;
  padding: 0 18px;
}
#a6439a38a8a90e9 .search-box .search-type li:hover {
  color: #ff0d0d;
}
#a6439a38a8a90e9 .search-box .search-type li.active {
  color: #ff0d0d;
}
#a6439a38a8a90e9 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: rgba(217, 241, 227, 0);
  overflow: hidden;
  border-top-width: 0.5px;
  border-top-color: rgba(155, 155, 155, 0.1);
  border-right-color: rgba(155, 155, 155, 0.1);
  border-left-color: rgba(155, 155, 155, 0.1);
  border-bottom-color: rgba(155, 155, 155, 0.1);
  border-right-width: 0.5px;
  border-left-width: 0.5px;
  border-bottom-width: 0.5px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a6439a38a8a90e9 .inner-form .input-field {
  height: 100%;
}
#a6439a38a8a90e9 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #4a4a4a;
}
#a6439a38a8a90e9 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6439a38a8a90e9 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6439a38a8a90e9 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6439a38a8a90e9 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6439a38a8a90e9 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(217, 241, 227, 0);
  position: relative;
}
#a6439a38a8a90e9 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6439a38a8a90e9 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6439a38a8a90e9 .inner-form .input-field.second-wrap {
  min-width: 99px;
}
#a6439a38a8a90e9 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #e60012;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#a6439a38a8a90e9 .btn-search:hover {
  background: #ff0d0d;
}
#a6439a38a8a90e9 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#acc70a5217ae003 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a33f1a5891aaa75 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a3168a24e7ac919 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a12c3a549eab63b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a714cad7a4a0d34 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a1a9ba0bb6a20b5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a6996aeba9a13a0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#ae425a1fd6a8878 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a481fa3c96abd50 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#aca69a71efa50dd > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a91d8ae82dad8bc > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#abea6aba0ea8bcb > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a0821a56f7a013a > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a24baa2445a3169 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1646723173416.jpeg);background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a1f76aecddad6bd > .ele-wrap {background-color: rgba(255, 204, 0, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a5a2faced0a818d > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647418848897.jpeg);background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a888ea1fd2a7676 > .ele-wrap {background-color: rgba(255, 204, 0, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#ad36eaade0abed6 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647489116927.jpeg);background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#ac35ba7818ad6bf > .ele-wrap {background-color: rgba(255, 204, 0, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#add61a2929afea0 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647491507709.jpeg);background-position: center center;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a7aeda9330afecb > .ele-wrap {background-color: rgba(255, 204, 0, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a64c0a0ddba5263 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa088af926a5dd7 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a98deacf04af917 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a98deacf04af917  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a0218aecf0ad9a2 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa78ca622aa0e5a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aa78ca622aa0e5a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a0984a76b3a1a2d > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);}#aa795a0f6fac674 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aa795a0f6fac674  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a51a7a7cf6a5d2d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a51a7a7cf6a5d2d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a9280a0780a22f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a9280a0780a22f1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a863da8436a9733 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d7cafb32a9719 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9d7cafb32a9719 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a28d3a9f61ab9e5 > .ele-wrap {background-color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);}#a66e9a851aaf2f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1ec3a0d0aa218d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a10b5ab1bfad904 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a06a6acbcfa9b56 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7310ac357a7260 > .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(182, 90, 90, 1);}#af218ad333a1684 {
  pointer-events: none;
  /* Open state */
}
#af218ad333a1684 .sb-search-open {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(102, 102, 102, 0.2);
  border-right-color: rgba(102, 102, 102, 0.2);
  border-left-color: rgba(102, 102, 102, 0.2);
  border-bottom-color: rgba(102, 102, 102, 0.2);
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#af218ad333a1684 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#af218ad333a1684 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#af218ad333a1684 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#af218ad333a1684 .search-box .search-type.show {
  display: block;
}
#af218ad333a1684 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #fff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#af218ad333a1684 .search-box .search-type li:hover {
  color: #ffcc00;
}
#af218ad333a1684 .search-box .search-type li.active {
  color: #ffcc00;
}
#af218ad333a1684 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#af218ad333a1684 select.hide {
  display: none !important;
}
#af218ad333a1684 .sb-search {
  position: relative;
  width: 0%;
  min-width: 34px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#af218ad333a1684 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #9b9b9b;
}
#af218ad333a1684 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#af218ad333a1684 .normal .sb-search-input {
  padding-left: 10px;
  color: #9b9b9b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#af218ad333a1684 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#af218ad333a1684 .sb-search-input::-webkit-input-placeholder {
  color: #cecece;
}
#af218ad333a1684 .sb-search-input::-moz-placeholder {
  color: #cecece;
}
#af218ad333a1684 .sb-search-input:-ms-input-placeholder {
  color: #cecece;
}
#af218ad333a1684 .sb-icon-search,
#af218ad333a1684 .sb-search-submit {
  width: 34px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#af218ad333a1684 .sb-search-submit {
  background: #ffcc00;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#af218ad333a1684 .sb-icon-search {
  color: #9b9b9b;
  background: #ffcc00;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#af218ad333a1684 .sb-icon-search .fa {
  color: #d0021b;
}
#af218ad333a1684 .sb-search.sb-search-open,
#af218ad333a1684 .no-js .sb-search {
  width: 100%;
}
#af218ad333a1684 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#af218ad333a1684 .sb-search.sb-search-open .sb-icon-search,
#af218ad333a1684 .no-js .sb-search .sb-icon-search {
  background: #ffcc00;
  color: #fff;
  z-index: 11;
}
#af218ad333a1684 .sb-search.sb-search-open .sb-icon-search .fa,
#af218ad333a1684 .no-js .sb-search .sb-icon-search .fa {
  color: #d0021b;
}
#af218ad333a1684 .sb-search.sb-search-open .sb-search-submit,
#af218ad333a1684 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a7363a74bfae99d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#afbdea4ce5a7793 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647841775230.jpeg);background-position: center center;background-size: contain;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#aac0aa5cc5afd54 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#aac0aa5cc5afd54  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a7cffa15b2a77a6 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647841772500.jpeg);background-position: center center;background-size: contain;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a5421aa99aa079d > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a5421aa99aa079d  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a42d2ad83da816f > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647841773248.jpeg);background-position: center center;background-size: contain;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a1726a1738a642b > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a1726a1738a642b  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#ae8deaa683a1a90 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1650621739111.jpeg);background-position: center center;background-size: auto;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#ab961a701da6021 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#ab961a701da6021  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#af7d4a37e4a1b74 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1646018883833.jpeg);background-position: center center;background-size: auto;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a80c5a6307ad3ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a80c5a6307ad3ee  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#acb6ba4cf9a2c12 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1650621936264.jpeg);background-position: center center;background-size: auto;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#ae8afa4080a3402 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#ae8afa4080a3402  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a51d8a9da4ab4fa > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647489116927.jpeg);background-position: center center;background-size: auto;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a3acfaa2fca708c > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a3acfaa2fca708c  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a2910ab63ba3436 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1650621466028.jpeg);background-position: center center;background-size: auto;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a6bdea05f9a777d > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a6bdea05f9a777d  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a2a91aa6e6a595d a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Tahoma;}#abebcafcafaea58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Tahoma;}#a0706ae864af4cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Tahoma;}#aa025aab7fa9240 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Tahoma;}#a52a6a76eaa07b6 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#ad8d6a4b68a9a49 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#a88c3af14aaa139 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#af8b5a3bd5a3566 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#a7f30a3124aefdf [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Tahoma;}#add92a0d35aa80a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4b55a84bda9f7b > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868a430fa1956 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#af868a430fa1956  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aafafab60da8fde > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8299af46ea7318 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a8299af46ea7318  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a6284ad040a68ba > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);}#aebeda3806a21fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aebeda3806a21fa  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a7e1fa8a19a45f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a7e1fa8a19a45f2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a3e06aee4fac328 .ele-wrap {border-width: 0px;border-style: solid;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a3e06aee4fac328 .ele-wrap:hover {background-color: #fff;background-color: rgba(222, 154, 154, 0);}#a7638afb0ea3409 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a7638afb0ea3409  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aec17a52bba5f1c .ele-wrap {border-width: 0px;border-style: solid;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#aec17a52bba5f1c .ele-wrap:hover {background-color: #fff;background-color: rgba(222, 154, 154, 0);}#ad1c4a3d85ad2f9 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1edda567faf0ba {background-color: rgba(0,0,0,0.7);}#a1edda567faf0ba > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#aaef0a19d3a6edf .form-agree {
  display: flex;
  align-items: center;
}
#aaef0a19d3a6edf .uk-form .form-submit-btn {
  width: 354px;
}
#aaef0a19d3a6edf .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#aaef0a19d3a6edf .submit-wrap {
  text-align: center;
}
#aaef0a19d3a6edf .submit-wrap button {
  background-color: #ff8b30;
}
#aaef0a19d3a6edf .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#aaef0a19d3a6edf form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aaef0a19d3a6edf .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#aaef0a19d3a6edf .form-item .uk-input,
#aaef0a19d3a6edf .form-item .uk-select,
#aaef0a19d3a6edf .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#aaef0a19d3a6edf .form-item .auto-height {
  height: auto;
}
#aaef0a19d3a6edf .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#aaef0a19d3a6edf .form-item .send-code {
  bottom: 2px;
}
#aaef0a19d3a6edf .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#aaef0a19d3a6edf .uk-form-label,
#aaef0a19d3a6edf .form-agree,
#aaef0a19d3a6edf .uk-h3,
#aaef0a19d3a6edf p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#ae02dad81aada4d {background-color: rgba(0,0,0,0.7);}#ae02dad81aada4d > .lightbox-content {
                background-image: linear-gradient(180deg,
                rgba(188, 15, 15, 1),
                rgba(155, 17, 34, 1));
            border-top-left-radius: 75px;border-bottom-right-radius: 75px;border-top-right-radius: 75px;border-bottom-left-radius: 75px;}#ab05da9187ab566 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab05da9187ab566 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a292ea6590a7b75 > .ele-wrap {background-color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);}#aedffa4884a17f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a2758a390cadd1d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a8c8faf3c4ae713 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7db1ab6eeaf5ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ace7da091ba0b32 > .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(182, 90, 90, 1);}#a7ec0acec2a335f {
  pointer-events: none;
  /* Open state */
}
#a7ec0acec2a335f .sb-search-open {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(102, 102, 102, 0.2);
  border-right-color: rgba(102, 102, 102, 0.2);
  border-left-color: rgba(102, 102, 102, 0.2);
  border-bottom-color: rgba(102, 102, 102, 0.2);
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7ec0acec2a335f .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a7ec0acec2a335f .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a7ec0acec2a335f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a7ec0acec2a335f .search-box .search-type.show {
  display: block;
}
#a7ec0acec2a335f .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #fff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a7ec0acec2a335f .search-box .search-type li:hover {
  color: #ffcc00;
}
#a7ec0acec2a335f .search-box .search-type li.active {
  color: #ffcc00;
}
#a7ec0acec2a335f select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a7ec0acec2a335f select.hide {
  display: none !important;
}
#a7ec0acec2a335f .sb-search {
  position: relative;
  width: 0%;
  min-width: 34px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a7ec0acec2a335f .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #9b9b9b;
}
#a7ec0acec2a335f .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a7ec0acec2a335f .normal .sb-search-input {
  padding-left: 10px;
  color: #9b9b9b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a7ec0acec2a335f input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a7ec0acec2a335f .sb-search-input::-webkit-input-placeholder {
  color: #cecece;
}
#a7ec0acec2a335f .sb-search-input::-moz-placeholder {
  color: #cecece;
}
#a7ec0acec2a335f .sb-search-input:-ms-input-placeholder {
  color: #cecece;
}
#a7ec0acec2a335f .sb-icon-search,
#a7ec0acec2a335f .sb-search-submit {
  width: 34px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a7ec0acec2a335f .sb-search-submit {
  background: #ffcc00;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a7ec0acec2a335f .sb-icon-search {
  color: #9b9b9b;
  background: #ffcc00;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a7ec0acec2a335f .sb-icon-search .fa {
  color: #d0021b;
}
#a7ec0acec2a335f .sb-search.sb-search-open,
#a7ec0acec2a335f .no-js .sb-search {
  width: 100%;
}
#a7ec0acec2a335f .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a7ec0acec2a335f .sb-search.sb-search-open .sb-icon-search,
#a7ec0acec2a335f .no-js .sb-search .sb-icon-search {
  background: #ffcc00;
  color: #fff;
  z-index: 11;
}
#a7ec0acec2a335f .sb-search.sb-search-open .sb-icon-search .fa,
#a7ec0acec2a335f .no-js .sb-search .sb-icon-search .fa {
  color: #d0021b;
}
#a7ec0acec2a335f .sb-search.sb-search-open .sb-search-submit,
#a7ec0acec2a335f .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a60b1aaa01a3585 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a2656a1346a7548 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647841775230.jpeg);background-position: center center;background-size: contain;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a5487a1db2af5e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a5487a1db2af5e1  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a53d9a7095adf0e > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647841772500.jpeg);background-position: center center;background-size: contain;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a80e5ac88aa7073 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a80e5ac88aa7073  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a6d73a1592a98df > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647841773248.jpeg);background-position: center center;background-size: contain;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a44bea366ba4c02 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a44bea366ba4c02  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a10d6a76c5abd9b > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1650621739111.jpeg);background-position: center center;background-size: auto;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a39d1aacf8ad723 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a39d1aacf8ad723  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#ac453a3417a4ba1 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1646018883833.jpeg);background-position: center center;background-size: auto;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a04d4a21d2af054 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a04d4a21d2af054  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a554cad270ad0c2 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1650621936264.jpeg);background-position: center center;background-size: auto;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a42a8a2014ab34c > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a42a8a2014ab34c  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a8fd9a942ca5f70 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647489116927.jpeg);background-position: center center;background-size: auto;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#ae5ada68c7a0bc4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#ae5ada68c7a0bc4  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a6953a5c75a61ef > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1650621466028.jpeg);background-position: center center;background-size: auto;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#ad0aaab1b2a0a00 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#ad0aaab1b2a0a00  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#ae1e6a60b2a6c00 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Tahoma;}#ad221ad1d3a5dd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Tahoma;}#a7fc0a9550a1d75 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#a8555a88c6aa189 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#ac0bfac0b6a3c68 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#a4376a5b85ab65d > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#a02dfa66dba0c4a [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Tahoma;}#a1f03a87ada2dda > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0775a259cab5db > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2076a5750a04fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a2076a5750a04fb  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aa362ade42a1788 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa67a59daa0461 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aaa67a59daa0461  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae3e4ad1dbaa084 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);}#a14e4a4e77aa7ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a14e4a4e77aa7ee  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aa10da5b14a5d2c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aa10da5b14a5d2c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a5160acebcaa14f .ele-wrap {border-width: 0px;border-style: solid;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a5160acebcaa14f .ele-wrap:hover {background-color: #fff;background-color: rgba(222, 154, 154, 0);}#a4192a10dfa5c9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a4192a10dfa5c9e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a96fcaadf6a47e3 .ele-wrap {border-width: 0px;border-style: solid;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a96fcaadf6a47e3 .ele-wrap:hover {background-color: #fff;background-color: rgba(222, 154, 154, 0);}#a9510a5ecaad509 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad548a6c20acba0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad548a6c20acba0 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#ad48fa27afa0fa5 > .ele-wrap {background-color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);}#acdf8aef20a4d10 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5411a50d0ac92c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#acd23af042a4052 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a667caef53a7101 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a2a88af347adf48 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7505a8e0ea6f50 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-top-style: solid;border-top-color: rgba(102, 102, 102, 0.2);border-right-color: rgba(102, 102, 102, 0.2);border-left-color: rgba(102, 102, 102, 0.2);border-bottom-color: rgba(102, 102, 102, 0.2);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4401ada95a676a > .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(182, 90, 90, 1);}#a4a88a1ea3a3ccc {
  pointer-events: none;
  /* Open state */
}
#a4a88a1ea3a3ccc .sb-search-open {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(102, 102, 102, 0.2);
  border-right-color: rgba(102, 102, 102, 0.2);
  border-left-color: rgba(102, 102, 102, 0.2);
  border-bottom-color: rgba(102, 102, 102, 0.2);
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4a88a1ea3a3ccc .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a4a88a1ea3a3ccc .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a4a88a1ea3a3ccc .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a4a88a1ea3a3ccc .search-box .search-type.show {
  display: block;
}
#a4a88a1ea3a3ccc .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #fff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a4a88a1ea3a3ccc .search-box .search-type li:hover {
  color: #ffcc00;
}
#a4a88a1ea3a3ccc .search-box .search-type li.active {
  color: #ffcc00;
}
#a4a88a1ea3a3ccc select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a4a88a1ea3a3ccc select.hide {
  display: none !important;
}
#a4a88a1ea3a3ccc .sb-search {
  position: relative;
  width: 0%;
  min-width: 34px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a4a88a1ea3a3ccc .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #9b9b9b;
}
#a4a88a1ea3a3ccc .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a4a88a1ea3a3ccc .normal .sb-search-input {
  padding-left: 10px;
  color: #9b9b9b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4a88a1ea3a3ccc input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a4a88a1ea3a3ccc .sb-search-input::-webkit-input-placeholder {
  color: #cecece;
}
#a4a88a1ea3a3ccc .sb-search-input::-moz-placeholder {
  color: #cecece;
}
#a4a88a1ea3a3ccc .sb-search-input:-ms-input-placeholder {
  color: #cecece;
}
#a4a88a1ea3a3ccc .sb-icon-search,
#a4a88a1ea3a3ccc .sb-search-submit {
  width: 34px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a4a88a1ea3a3ccc .sb-search-submit {
  background: #ffcc00;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a4a88a1ea3a3ccc .sb-icon-search {
  color: #9b9b9b;
  background: #ffcc00;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a4a88a1ea3a3ccc .sb-icon-search .fa {
  color: #d0021b;
}
#a4a88a1ea3a3ccc .sb-search.sb-search-open,
#a4a88a1ea3a3ccc .no-js .sb-search {
  width: 100%;
}
#a4a88a1ea3a3ccc .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a4a88a1ea3a3ccc .sb-search.sb-search-open .sb-icon-search,
#a4a88a1ea3a3ccc .no-js .sb-search .sb-icon-search {
  background: #ffcc00;
  color: #fff;
  z-index: 11;
}
#a4a88a1ea3a3ccc .sb-search.sb-search-open .sb-icon-search .fa,
#a4a88a1ea3a3ccc .no-js .sb-search .sb-icon-search .fa {
  color: #d0021b;
}
#a4a88a1ea3a3ccc .sb-search.sb-search-open .sb-search-submit,
#a4a88a1ea3a3ccc .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a0951a9f20a12d0 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647841775230.jpeg);background-position: center center;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#af7f3a51f0a7fb1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#af7f3a51f0a7fb1  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a58f8a9caaa443a > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647841772500.jpeg);background-position: center center;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#ae20aae6f5a0b4a > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#ae20aae6f5a0b4a  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a0ccaa9110a520a > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647841773248.jpeg);background-position: center center;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#abee5aa0a1a7003 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#abee5aa0a1a7003  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#aa882a906ea7b2d > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1650621739111.jpeg);background-position: center center;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a0f21a757fa799b > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a0f21a757fa799b  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a549da3919a197f > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1646018883833.jpeg);background-position: center center;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a4018a8c3baecdf > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a4018a8c3baecdf  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#ac34bae057aab46 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1650621936264.jpeg);background-position: center center;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a890daa791a374d > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a890daa791a374d  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a65dba762fa23bc > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1647489116927.jpeg);background-position: center center;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a125aaebdaab6fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a125aaebdaab6fb  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#af77aa8804a94b0 > .ele-wrap {background-color: #ffffff;background-image: url(/resources/upload/a41a7aea29a302c/1650621466028.jpeg);background-position: center center;background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a2237a1327ae659 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.05);}#a2237a1327ae659  > .ele-wrap:hover {background-color: rgba(255, 204, 0, 1);}#a95b5af32ba9ce5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Tahoma;}#a4c90ae787ae9db a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Tahoma;}#af401ada32ad200 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#a7074a3d96a62a3 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#a9375a04a0a6d59 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#a397badd22a54e4 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(74, 74, 74, 0.2);border-right-color: rgba(74, 74, 74, 0.2);border-left-color: rgba(74, 74, 74, 0.2);border-bottom-color: rgba(74, 74, 74, 0.2);}#ad700a52c7a8e39 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Tahoma;}#af5c5aafafab449 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab4b3a7777ae3c6 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad9a4a69d8a5817 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ad9a4a69d8a5817  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#abccfa87dcabc24 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc4eab175a1568 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#afc4eab175a1568  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aee11af129a4138 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);}#a63b1a6905a1087 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a63b1a6905a1087  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a3c70a29e1ab57d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a3c70a29e1ab57d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a2ed5a3017a3058 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a2ed5a3017a3058  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae19ba7ce7a721d .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad458a8d5ea56ef .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad458a8d5ea56ef .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#addfcadbcbae295 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#a507eaf692a5874 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa5eca84e9abfdb , #aa5eca84e9abfdb a{color: rgba(49, 49, 48, 1);}#ad895a9e7aa08db {
  pointer-events: none;
}
#ad895a9e7aa08db .menu-list {
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
#ad895a9e7aa08db ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ad895a9e7aa08db .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ad895a9e7aa08db .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  font-family: Tahoma;
  font-size: 14px;
  text-align: center;
}
#ad895a9e7aa08db .menu-list .menu-header svg,
#ad895a9e7aa08db .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ad895a9e7aa08db .menu-list > ul {
  position: relative;
}
#ad895a9e7aa08db .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ad895a9e7aa08db .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
  line-height: 50px;
  height: 25px;
  line-height: 25px;
}
#ad895a9e7aa08db .menu-list > ul > li.active > a,
#ad895a9e7aa08db .menu-list > ul > li:hover > a {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #000000;
}
#ad895a9e7aa08db .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
}
#ad895a9e7aa08db .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ad895a9e7aa08db .menu-list > ul > li a img,
#ad895a9e7aa08db .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ad895a9e7aa08db .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 100px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#ad895a9e7aa08db .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ad895a9e7aa08db .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ad895a9e7aa08db .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ad895a9e7aa08db .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ad895a9e7aa08db .menu-list ul ul.submenu > li:hover > a {
  border-left-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ad895a9e7aa08db .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ad895a9e7aa08db .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ad895a9e7aa08db .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#aef5cafb95af827 a, #aef5cafb95af827 {
        font-weight: normal;
        font-style: normal;
    font-family: Tahoma;color: rgba(0, 0, 0, 1);}#a98f7ac220a9306 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#a9318a0bf8a9782 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a9318a0bf8a9782  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a67e6a4ef5aac0e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a67e6a4ef5aac0e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a7758af337afed2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a7758af337afed2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a100da98fdae872 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a100da98fdae872  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#afe93abadfaf5e4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#afe93abadfaf5e4  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ac1e7af077a2885 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ac1e7af077a2885  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a82e3af807a3e74 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a82e3af807a3e74  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a9103ad735a5c92 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a9103ad735a5c92  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a761aa88c8a9af1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a761aa88c8a9af1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a23d2a0307a8a34 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a23d2a0307a8a34  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a403ca461cad5be .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d7cafb32a9719 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9d7cafb32a9719 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a97e9a8ab8aec4b > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c8da8ad8aa528 {
  overflow: hidden;
  pointer-events: none;
}
#a8c8da8ad8aa528 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8c8da8ad8aa528 > .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;
}
#a8c8da8ad8aa528 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c8da8ad8aa528 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8c8da8ad8aa528 > .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;
}
#a8c8da8ad8aa528 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c8da8ad8aa528 > .tab-wrap > div > .tab-nav,
#a8c8da8ad8aa528 > .tab-nav,
#a8c8da8ad8aa528 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c8da8ad8aa528 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a8c8da8ad8aa528 > .tab-wrap > div > .tab-nav-horizontal,
#a8c8da8ad8aa528 > .tab-nav-horizontal,
#a8c8da8ad8aa528 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c8da8ad8aa528 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c8da8ad8aa528 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c8da8ad8aa528 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c8da8ad8aa528 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c8da8ad8aa528 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c8da8ad8aa528 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c8da8ad8aa528 > .tab-nav-horizontal.tagScroll,
#a8c8da8ad8aa528 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c8da8ad8aa528 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 36px;
  overflow-x: auto;
}
#a8c8da8ad8aa528 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c8da8ad8aa528 > .tab-nav-horizontal.tagScroll li a,
#a8c8da8ad8aa528 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c8da8ad8aa528 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c8da8ad8aa528 > .tab-wrap > div > .tab-nav a,
#a8c8da8ad8aa528 > .tab-nav a,
#a8c8da8ad8aa528 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c8da8ad8aa528 > .tab-tabs > .tab-nav a {
  padding: 0 99px;
}
#a8c8da8ad8aa528 > .tab-wrap > div > .tab-nav li a,
#a8c8da8ad8aa528 > .tab-nav li a,
#a8c8da8ad8aa528 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c8da8ad8aa528 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 36px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #4a4a4a;
  margin-top: 10px;
  padding: 0 99px;
}
#a8c8da8ad8aa528 > .tab-wrap > div > .tab-nav li a svg,
#a8c8da8ad8aa528 > .tab-nav li a svg,
#a8c8da8ad8aa528 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c8da8ad8aa528 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c8da8ad8aa528 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c8da8ad8aa528 > .tab-nav li a .ap_icon,
#a8c8da8ad8aa528 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c8da8ad8aa528 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c8da8ad8aa528 > .tab-wrap > div > .tab-nav li a:hover,
#a8c8da8ad8aa528 > .tab-nav li a:hover,
#a8c8da8ad8aa528 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c8da8ad8aa528 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a8c8da8ad8aa528 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c8da8ad8aa528 > .tab-nav li.uk-active a,
#a8c8da8ad8aa528 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c8da8ad8aa528 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a8c8da8ad8aa528 .layout-left li,
#a8c8da8ad8aa528 .layout-center li,
#a8c8da8ad8aa528 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c8da8ad8aa528 .layout-left li a,
#a8c8da8ad8aa528 .layout-center li a,
#a8c8da8ad8aa528 .layout-right li a {
  height: 100%;
}
#a8c8da8ad8aa528 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c8da8ad8aa528 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c8da8ad8aa528 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c8da8ad8aa528 .tab-contents {
  height: 100%;
  height: calc(100% - 36px);
}
#a8c8da8ad8aa528 .tab-content-wrap {
  background-color: #ffffff;
}
#a8c8da8ad8aa528 .tab-contents,
#a8c8da8ad8aa528 .tab-contents-wrap {
  pointer-events: none;
}
#a8c8da8ad8aa528 .tab-content,
#a8c8da8ad8aa528 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c8da8ad8aa528 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c8da8ad8aa528 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c8da8ad8aa528 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c8da8ad8aa528 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c8da8ad8aa528 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1b35abe67a9d06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a1b35abe67a9d06  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a0e6ca26eea6583 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a0e6ca26eea6583  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#acc03a69dfabc70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#acc03a69dfabc70  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ac6a2ad2a2abd22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ac6a2ad2a2abd22  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ac09fac4dba94b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ac09fac4dba94b4  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ab907aa342a1a3c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ab907aa342a1a3c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a8ac1a1f33ac950 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a8ac1a1f33ac950  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae29ea5dcca2cbc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ae29ea5dcca2cbc  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#afad7a0e54ae279 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#afad7a0e54ae279  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ade71a774faa8e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ade71a774faa8e2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ad1c4a3d85ad2f9 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae39ca8515a7c82 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae39ca8515a7c82 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#ac129a96c5ab08c > .ele-wrap {background-color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);}#a6a58ae531ac898 form {
  width: 100%;
  height: 100%;
}
#a6a58ae531ac898 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6a58ae531ac898 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6a58ae531ac898 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6a58ae531ac898 .search-box .search-type.show {
  display: block;
}
#a6a58ae531ac898 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(217, 241, 227, 0);
  cursor: pointer;
  padding: 0 18px;
}
#a6a58ae531ac898 .search-box .search-type li:hover {
  color: #ff0d0d;
}
#a6a58ae531ac898 .search-box .search-type li.active {
  color: #ff0d0d;
}
#a6a58ae531ac898 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: rgba(217, 241, 227, 0);
  overflow: hidden;
  border-top-width: 0.5px;
  border-top-color: rgba(155, 155, 155, 0.1);
  border-right-color: rgba(155, 155, 155, 0.1);
  border-left-color: rgba(155, 155, 155, 0.1);
  border-bottom-color: rgba(155, 155, 155, 0.1);
  border-right-width: 0.5px;
  border-left-width: 0.5px;
  border-bottom-width: 0.5px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a6a58ae531ac898 .inner-form .input-field {
  height: 100%;
}
#a6a58ae531ac898 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #4a4a4a;
}
#a6a58ae531ac898 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6a58ae531ac898 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6a58ae531ac898 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6a58ae531ac898 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6a58ae531ac898 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(217, 241, 227, 0);
  position: relative;
}
#a6a58ae531ac898 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6a58ae531ac898 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6a58ae531ac898 .inner-form .input-field.second-wrap {
  min-width: 99px;
}
#a6a58ae531ac898 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #e60012;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#a6a58ae531ac898 .btn-search:hover {
  background: #ff0d0d;
}
#a6a58ae531ac898 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ac497a6a09ae673 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#afda2a226aafc6b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#ad9c4ae3ffa88f4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#af9a4a4338a1b10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#ae790ad39ca0949 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a0265ab41da4b50 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a54d0a550da2b88 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a4e51a4e7aaf5a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a9ffaafdb6a4f32 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a477bacfdbaf7b8 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#ac605a88fcade0d > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(0, 0, 0, 0.22);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(0, 0, 0, 0.22);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);}#a18bba4895ab3e8 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(0, 0, 0, 0.22);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(0, 0, 0, 0.22);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);}#a57bba7684aba22 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(0, 0, 0, 0.22);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(0, 0, 0, 0.22);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);}#ae646aa4c1a3c41 .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#ae646aa4c1a3c41 .uk-grid {
  margin-left: -8px;
}
#ae646aa4c1a3c41 .uk-grid > * {
  padding-left: 8px;
}
#ae646aa4c1a3c41 .uk-grid-margin {
  margin-top: 20px;
}
#ae646aa4c1a3c41 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#ae646aa4c1a3c41 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ae646aa4c1a3c41 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ae646aa4c1a3c41 .uk-card-body {
  display: block;
}
#ae646aa4c1a3c41 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ae646aa4c1a3c41 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ae646aa4c1a3c41 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ae646aa4c1a3c41 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ae646aa4c1a3c41 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#ae646aa4c1a3c41 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ae646aa4c1a3c41 .uk-card:hover {
  background-color: #333333;
}
#ae646aa4c1a3c41 .uk-card:hover .title {
  color: #fff;
}
#ae646aa4c1a3c41 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#ae646aa4c1a3c41 .uk-card:hover .img {
  transform: scale(1.2);
}
#ae646aa4c1a3c41 .uk-card:hover .abstract {
  color: #fff;
}
#ae646aa4c1a3c41 .uk-card:hover .datetime {
  color: #d3b267;
}
#ae646aa4c1a3c41 .uk-card:hover .category {
  color: #d3b267;
}
#ae646aa4c1a3c41 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ae646aa4c1a3c41 .uk-pagination li a {
  font-size: 12px;
}
#add3ca863ba3536 .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#add3ca863ba3536 .uk-grid {
  margin-left: -8px;
}
#add3ca863ba3536 .uk-grid > * {
  padding-left: 8px;
}
#add3ca863ba3536 .uk-grid-margin {
  margin-top: 20px;
}
#add3ca863ba3536 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#add3ca863ba3536 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#add3ca863ba3536 .uk-card-media-top .img {
  transition: all .3s ease;
}
#add3ca863ba3536 .uk-card-body {
  display: block;
}
#add3ca863ba3536 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#add3ca863ba3536 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#add3ca863ba3536 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#add3ca863ba3536 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#add3ca863ba3536 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#add3ca863ba3536 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#add3ca863ba3536 .uk-card:hover {
  background-color: #333333;
}
#add3ca863ba3536 .uk-card:hover .title {
  color: #fff;
}
#add3ca863ba3536 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#add3ca863ba3536 .uk-card:hover .img {
  transform: scale(1.2);
}
#add3ca863ba3536 .uk-card:hover .abstract {
  color: #fff;
}
#add3ca863ba3536 .uk-card:hover .datetime {
  color: #d3b267;
}
#add3ca863ba3536 .uk-card:hover .category {
  color: #d3b267;
}
#add3ca863ba3536 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#add3ca863ba3536 .uk-pagination li a {
  font-size: 12px;
}
#a009eac738a75e5 .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#a009eac738a75e5 .uk-grid {
  margin-left: -8px;
}
#a009eac738a75e5 .uk-grid > * {
  padding-left: 8px;
}
#a009eac738a75e5 .uk-grid-margin {
  margin-top: 20px;
}
#a009eac738a75e5 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a009eac738a75e5 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a009eac738a75e5 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a009eac738a75e5 .uk-card-body {
  display: block;
}
#a009eac738a75e5 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a009eac738a75e5 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a009eac738a75e5 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a009eac738a75e5 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a009eac738a75e5 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#a009eac738a75e5 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a009eac738a75e5 .uk-card:hover {
  background-color: #333333;
}
#a009eac738a75e5 .uk-card:hover .title {
  color: #fff;
}
#a009eac738a75e5 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a009eac738a75e5 .uk-card:hover .img {
  transform: scale(1.2);
}
#a009eac738a75e5 .uk-card:hover .abstract {
  color: #fff;
}
#a009eac738a75e5 .uk-card:hover .datetime {
  color: #d3b267;
}
#a009eac738a75e5 .uk-card:hover .category {
  color: #d3b267;
}
#a009eac738a75e5 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a009eac738a75e5 .uk-pagination li a {
  font-size: 12px;
}
#aeabfa9887a24d6 .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#aeabfa9887a24d6 .uk-grid {
  margin-left: -8px;
}
#aeabfa9887a24d6 .uk-grid > * {
  padding-left: 8px;
}
#aeabfa9887a24d6 .uk-grid-margin {
  margin-top: 20px;
}
#aeabfa9887a24d6 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aeabfa9887a24d6 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aeabfa9887a24d6 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aeabfa9887a24d6 .uk-card-body {
  display: block;
}
#aeabfa9887a24d6 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aeabfa9887a24d6 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aeabfa9887a24d6 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aeabfa9887a24d6 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aeabfa9887a24d6 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#aeabfa9887a24d6 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aeabfa9887a24d6 .uk-card:hover {
  background-color: #333333;
}
#aeabfa9887a24d6 .uk-card:hover .title {
  color: #fff;
}
#aeabfa9887a24d6 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aeabfa9887a24d6 .uk-card:hover .img {
  transform: scale(1.2);
}
#aeabfa9887a24d6 .uk-card:hover .abstract {
  color: #fff;
}
#aeabfa9887a24d6 .uk-card:hover .datetime {
  color: #d3b267;
}
#aeabfa9887a24d6 .uk-card:hover .category {
  color: #d3b267;
}
#aeabfa9887a24d6 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aeabfa9887a24d6 .uk-pagination li a {
  font-size: 12px;
}
#adc94af871a240b {
  overflow: hidden;
  pointer-events: none;
}
#adc94af871a240b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 24px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#adc94af871a240b > .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;
}
#adc94af871a240b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adc94af871a240b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 24px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#adc94af871a240b > .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;
}
#adc94af871a240b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adc94af871a240b > .tab-wrap > div > .tab-nav,
#adc94af871a240b > .tab-nav,
#adc94af871a240b > .tab-tabs > .tab-wrap > div > .tab-nav,
#adc94af871a240b > .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: solid;
}
#adc94af871a240b > .tab-wrap > div > .tab-nav-horizontal,
#adc94af871a240b > .tab-nav-horizontal,
#adc94af871a240b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#adc94af871a240b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#adc94af871a240b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adc94af871a240b > .tab-nav-horizontal::-webkit-scrollbar,
#adc94af871a240b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adc94af871a240b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#adc94af871a240b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adc94af871a240b > .tab-nav-horizontal.tagScroll,
#adc94af871a240b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adc94af871a240b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 24px;
  overflow-x: auto;
}
#adc94af871a240b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adc94af871a240b > .tab-nav-horizontal.tagScroll li a,
#adc94af871a240b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adc94af871a240b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#adc94af871a240b > .tab-wrap > div > .tab-nav a,
#adc94af871a240b > .tab-nav a,
#adc94af871a240b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#adc94af871a240b > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#adc94af871a240b > .tab-wrap > div > .tab-nav li a,
#adc94af871a240b > .tab-nav li a,
#adc94af871a240b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#adc94af871a240b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 24px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#adc94af871a240b > .tab-wrap > div > .tab-nav li a svg,
#adc94af871a240b > .tab-nav li a svg,
#adc94af871a240b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#adc94af871a240b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#adc94af871a240b > .tab-wrap > div > .tab-nav li a .ap_icon,
#adc94af871a240b > .tab-nav li a .ap_icon,
#adc94af871a240b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#adc94af871a240b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#adc94af871a240b > .tab-wrap > div > .tab-nav li a:hover,
#adc94af871a240b > .tab-nav li a:hover,
#adc94af871a240b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#adc94af871a240b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #666666;
  border-bottom-style: solid;
}
#adc94af871a240b > .tab-wrap > div > .tab-nav li.uk-active a,
#adc94af871a240b > .tab-nav li.uk-active a,
#adc94af871a240b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#adc94af871a240b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #666666;
  border-bottom-style: solid;
}
#adc94af871a240b .layout-left li,
#adc94af871a240b .layout-center li,
#adc94af871a240b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#adc94af871a240b .layout-left li a,
#adc94af871a240b .layout-center li a,
#adc94af871a240b .layout-right li a {
  height: 100%;
}
#adc94af871a240b > .tab-tabs .layout-left {
  text-align: left;
}
#adc94af871a240b > .tab-tabs .layout-center {
  text-align: center;
}
#adc94af871a240b > .tab-tabs .layout-right {
  text-align: right;
}
#adc94af871a240b .tab-contents {
  height: 100%;
  height: calc(100% - 24px);
}
#adc94af871a240b .tab-content-wrap {
  background-color: #ffffff;
}
#adc94af871a240b .tab-contents,
#adc94af871a240b .tab-contents-wrap {
  pointer-events: none;
}
#adc94af871a240b .tab-content,
#adc94af871a240b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#adc94af871a240b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#adc94af871a240b .tab-wrap .tab-contents {
  height: 100%;
}
#adc94af871a240b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#adc94af871a240b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#adc94af871a240b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acd22ab4b3ab23d .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#acd22ab4b3ab23d .uk-grid {
  margin-left: -8px;
}
#acd22ab4b3ab23d .uk-grid > * {
  padding-left: 8px;
}
#acd22ab4b3ab23d .uk-grid-margin {
  margin-top: 20px;
}
#acd22ab4b3ab23d .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#acd22ab4b3ab23d .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#acd22ab4b3ab23d .uk-card-media-top .img {
  transition: all .3s ease;
}
#acd22ab4b3ab23d .uk-card-body {
  display: block;
}
#acd22ab4b3ab23d .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#acd22ab4b3ab23d .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#acd22ab4b3ab23d .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#acd22ab4b3ab23d .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#acd22ab4b3ab23d .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#acd22ab4b3ab23d .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#acd22ab4b3ab23d .uk-card:hover {
  background-color: #333333;
}
#acd22ab4b3ab23d .uk-card:hover .title {
  color: #fff;
}
#acd22ab4b3ab23d .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#acd22ab4b3ab23d .uk-card:hover .img {
  transform: scale(1.2);
}
#acd22ab4b3ab23d .uk-card:hover .abstract {
  color: #fff;
}
#acd22ab4b3ab23d .uk-card:hover .datetime {
  color: #d3b267;
}
#acd22ab4b3ab23d .uk-card:hover .category {
  color: #d3b267;
}
#acd22ab4b3ab23d .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#acd22ab4b3ab23d .uk-pagination li a {
  font-size: 12px;
}
#aa03eaca59a948e .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#aa03eaca59a948e .uk-grid {
  margin-left: -8px;
}
#aa03eaca59a948e .uk-grid > * {
  padding-left: 8px;
}
#aa03eaca59a948e .uk-grid-margin {
  margin-top: 20px;
}
#aa03eaca59a948e .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aa03eaca59a948e .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa03eaca59a948e .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa03eaca59a948e .uk-card-body {
  display: block;
}
#aa03eaca59a948e .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa03eaca59a948e .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa03eaca59a948e .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa03eaca59a948e .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa03eaca59a948e .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#aa03eaca59a948e .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa03eaca59a948e .uk-card:hover {
  background-color: #333333;
}
#aa03eaca59a948e .uk-card:hover .title {
  color: #fff;
}
#aa03eaca59a948e .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aa03eaca59a948e .uk-card:hover .img {
  transform: scale(1.2);
}
#aa03eaca59a948e .uk-card:hover .abstract {
  color: #fff;
}
#aa03eaca59a948e .uk-card:hover .datetime {
  color: #d3b267;
}
#aa03eaca59a948e .uk-card:hover .category {
  color: #d3b267;
}
#aa03eaca59a948e .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aa03eaca59a948e .uk-pagination li a {
  font-size: 12px;
}
#aed5ba6c1baed28 .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#aed5ba6c1baed28 .uk-grid {
  margin-left: -8px;
}
#aed5ba6c1baed28 .uk-grid > * {
  padding-left: 8px;
}
#aed5ba6c1baed28 .uk-grid-margin {
  margin-top: 20px;
}
#aed5ba6c1baed28 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aed5ba6c1baed28 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aed5ba6c1baed28 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aed5ba6c1baed28 .uk-card-body {
  display: block;
}
#aed5ba6c1baed28 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aed5ba6c1baed28 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aed5ba6c1baed28 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aed5ba6c1baed28 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aed5ba6c1baed28 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#aed5ba6c1baed28 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aed5ba6c1baed28 .uk-card:hover {
  background-color: #333333;
}
#aed5ba6c1baed28 .uk-card:hover .title {
  color: #fff;
}
#aed5ba6c1baed28 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aed5ba6c1baed28 .uk-card:hover .img {
  transform: scale(1.2);
}
#aed5ba6c1baed28 .uk-card:hover .abstract {
  color: #fff;
}
#aed5ba6c1baed28 .uk-card:hover .datetime {
  color: #d3b267;
}
#aed5ba6c1baed28 .uk-card:hover .category {
  color: #d3b267;
}
#aed5ba6c1baed28 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aed5ba6c1baed28 .uk-pagination li a {
  font-size: 12px;
}
#a94c9ad4d2a41a8 .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#a94c9ad4d2a41a8 .uk-grid {
  margin-left: -8px;
}
#a94c9ad4d2a41a8 .uk-grid > * {
  padding-left: 8px;
}
#a94c9ad4d2a41a8 .uk-grid-margin {
  margin-top: 20px;
}
#a94c9ad4d2a41a8 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a94c9ad4d2a41a8 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a94c9ad4d2a41a8 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a94c9ad4d2a41a8 .uk-card-body {
  display: block;
}
#a94c9ad4d2a41a8 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a94c9ad4d2a41a8 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a94c9ad4d2a41a8 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a94c9ad4d2a41a8 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a94c9ad4d2a41a8 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#a94c9ad4d2a41a8 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a94c9ad4d2a41a8 .uk-card:hover {
  background-color: #333333;
}
#a94c9ad4d2a41a8 .uk-card:hover .title {
  color: #fff;
}
#a94c9ad4d2a41a8 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a94c9ad4d2a41a8 .uk-card:hover .img {
  transform: scale(1.2);
}
#a94c9ad4d2a41a8 .uk-card:hover .abstract {
  color: #fff;
}
#a94c9ad4d2a41a8 .uk-card:hover .datetime {
  color: #d3b267;
}
#a94c9ad4d2a41a8 .uk-card:hover .category {
  color: #d3b267;
}
#a94c9ad4d2a41a8 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a94c9ad4d2a41a8 .uk-pagination li a {
  font-size: 12px;
}
#a7317ae19bab98d {
  overflow: hidden;
  pointer-events: none;
}
#a7317ae19bab98d > .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;
}
#a7317ae19bab98d > .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;
}
#a7317ae19bab98d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7317ae19bab98d > .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;
}
#a7317ae19bab98d > .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;
}
#a7317ae19bab98d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7317ae19bab98d > .tab-wrap > div > .tab-nav,
#a7317ae19bab98d > .tab-nav,
#a7317ae19bab98d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7317ae19bab98d > .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: solid;
}
#a7317ae19bab98d > .tab-wrap > div > .tab-nav-horizontal,
#a7317ae19bab98d > .tab-nav-horizontal,
#a7317ae19bab98d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7317ae19bab98d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7317ae19bab98d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7317ae19bab98d > .tab-nav-horizontal::-webkit-scrollbar,
#a7317ae19bab98d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7317ae19bab98d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7317ae19bab98d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7317ae19bab98d > .tab-nav-horizontal.tagScroll,
#a7317ae19bab98d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7317ae19bab98d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a7317ae19bab98d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7317ae19bab98d > .tab-nav-horizontal.tagScroll li a,
#a7317ae19bab98d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7317ae19bab98d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7317ae19bab98d > .tab-wrap > div > .tab-nav a,
#a7317ae19bab98d > .tab-nav a,
#a7317ae19bab98d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7317ae19bab98d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7317ae19bab98d > .tab-wrap > div > .tab-nav li a,
#a7317ae19bab98d > .tab-nav li a,
#a7317ae19bab98d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7317ae19bab98d > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a7317ae19bab98d > .tab-wrap > div > .tab-nav li a svg,
#a7317ae19bab98d > .tab-nav li a svg,
#a7317ae19bab98d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7317ae19bab98d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7317ae19bab98d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7317ae19bab98d > .tab-nav li a .ap_icon,
#a7317ae19bab98d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7317ae19bab98d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7317ae19bab98d > .tab-wrap > div > .tab-nav li a:hover,
#a7317ae19bab98d > .tab-nav li a:hover,
#a7317ae19bab98d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7317ae19bab98d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-width: 2px;
  border-bottom-color: #ffcc00;
  border-bottom-style: solid;
}
#a7317ae19bab98d > .tab-wrap > div > .tab-nav li.uk-active a,
#a7317ae19bab98d > .tab-nav li.uk-active a,
#a7317ae19bab98d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7317ae19bab98d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #ffcc00;
  border-bottom-style: solid;
}
#a7317ae19bab98d .layout-left li,
#a7317ae19bab98d .layout-center li,
#a7317ae19bab98d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7317ae19bab98d .layout-left li a,
#a7317ae19bab98d .layout-center li a,
#a7317ae19bab98d .layout-right li a {
  height: 100%;
}
#a7317ae19bab98d > .tab-tabs .layout-left {
  text-align: left;
}
#a7317ae19bab98d > .tab-tabs .layout-center {
  text-align: center;
}
#a7317ae19bab98d > .tab-tabs .layout-right {
  text-align: right;
}
#a7317ae19bab98d .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a7317ae19bab98d .tab-content-wrap {
  background-color: #ffffff;
}
#a7317ae19bab98d .tab-contents,
#a7317ae19bab98d .tab-contents-wrap {
  pointer-events: none;
}
#a7317ae19bab98d .tab-content,
#a7317ae19bab98d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7317ae19bab98d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7317ae19bab98d .tab-wrap .tab-contents {
  height: 100%;
}
#a7317ae19bab98d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7317ae19bab98d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7317ae19bab98d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa076a883aafce9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa7a9aa819a088d > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1194afdadae4ec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a1194afdadae4ec  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a982ca2b80a4530 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a55d5a852ba798d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a55d5a852ba798d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ad5a2a6084a2a6a > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);}#af432ad1aaae0fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#af432ad1aaae0fd  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ab4b4a7421af0c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ab4b4a7421af0c8  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a783eaba38af1e8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a783eaba38af1e8  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a7690abca1a4ecf .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad718ae838ac30e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad718ae838ac30e .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#ae7cfa1e09a0ce9 > .ele-wrap {background-color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);}#ae4cead852a0b46 form {
  width: 100%;
  height: 100%;
}
#ae4cead852a0b46 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ae4cead852a0b46 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ae4cead852a0b46 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ae4cead852a0b46 .search-box .search-type.show {
  display: block;
}
#ae4cead852a0b46 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(217, 241, 227, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ae4cead852a0b46 .search-box .search-type li:hover {
  color: #ff0d0d;
}
#ae4cead852a0b46 .search-box .search-type li.active {
  color: #ff0d0d;
}
#ae4cead852a0b46 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: rgba(217, 241, 227, 0);
  overflow: hidden;
  border-top-width: 0.5px;
  border-top-color: rgba(155, 155, 155, 0.1);
  border-right-color: rgba(155, 155, 155, 0.1);
  border-left-color: rgba(155, 155, 155, 0.1);
  border-bottom-color: rgba(155, 155, 155, 0.1);
  border-right-width: 0.5px;
  border-left-width: 0.5px;
  border-bottom-width: 0.5px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ae4cead852a0b46 .inner-form .input-field {
  height: 100%;
}
#ae4cead852a0b46 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #4a4a4a;
}
#ae4cead852a0b46 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#ae4cead852a0b46 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#ae4cead852a0b46 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#ae4cead852a0b46 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ae4cead852a0b46 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(217, 241, 227, 0);
  position: relative;
}
#ae4cead852a0b46 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ae4cead852a0b46 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#ae4cead852a0b46 .inner-form .input-field.second-wrap {
  min-width: 99px;
}
#ae4cead852a0b46 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #e60012;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#ae4cead852a0b46 .btn-search:hover {
  background: #ff0d0d;
}
#ae4cead852a0b46 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a937fa18c8a9f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a61aaacc36a6248 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a564aaa051a614a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a8699a0264a1c29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a75bfa7e47a7157 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#aa0ffa4726a9495 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a4322a0c3ba3d40 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a4c22a137faf601 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#aad5ba8a8aa2c32 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a56fca4811a430f > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a8212a3e4caa95c > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(0, 0, 0, 0.22);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(0, 0, 0, 0.22);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);}#a75e5aefe9aab21 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(0, 0, 0, 0.22);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(0, 0, 0, 0.22);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);}#ae1bda7536a5fb3 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(0, 0, 0, 0.22);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(0, 0, 0, 0.22);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);}#ad027aa54ca8d7c .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#ad027aa54ca8d7c .uk-grid {
  margin-left: -8px;
}
#ad027aa54ca8d7c .uk-grid > * {
  padding-left: 8px;
}
#ad027aa54ca8d7c .uk-grid-margin {
  margin-top: 20px;
}
#ad027aa54ca8d7c .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#ad027aa54ca8d7c .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ad027aa54ca8d7c .uk-card-media-top .img {
  transition: all .3s ease;
}
#ad027aa54ca8d7c .uk-card-body {
  display: block;
}
#ad027aa54ca8d7c .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ad027aa54ca8d7c .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ad027aa54ca8d7c .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ad027aa54ca8d7c .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ad027aa54ca8d7c .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#ad027aa54ca8d7c .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ad027aa54ca8d7c .uk-card:hover {
  background-color: #333333;
}
#ad027aa54ca8d7c .uk-card:hover .title {
  color: #fff;
}
#ad027aa54ca8d7c .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#ad027aa54ca8d7c .uk-card:hover .img {
  transform: scale(1.2);
}
#ad027aa54ca8d7c .uk-card:hover .abstract {
  color: #fff;
}
#ad027aa54ca8d7c .uk-card:hover .datetime {
  color: #d3b267;
}
#ad027aa54ca8d7c .uk-card:hover .category {
  color: #d3b267;
}
#ad027aa54ca8d7c .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ad027aa54ca8d7c .uk-pagination li a {
  font-size: 12px;
}
#ad027aa54ca8d7c .uk-pagination li.uk-active a {
  color: #000000;
}
#ad027aa54ca8d7c .uk-pagination li.uk-active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
#ad027aa54ca8d7c .uk-pagination li:hover {
  border-color: #ffcc00;
}
#a0ca6a06a4a180d .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#a0ca6a06a4a180d .uk-grid {
  margin-left: -8px;
}
#a0ca6a06a4a180d .uk-grid > * {
  padding-left: 8px;
}
#a0ca6a06a4a180d .uk-grid-margin {
  margin-top: 20px;
}
#a0ca6a06a4a180d .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a0ca6a06a4a180d .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a0ca6a06a4a180d .uk-card-media-top .img {
  transition: all .3s ease;
}
#a0ca6a06a4a180d .uk-card-body {
  display: block;
}
#a0ca6a06a4a180d .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a0ca6a06a4a180d .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a0ca6a06a4a180d .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a0ca6a06a4a180d .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a0ca6a06a4a180d .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#a0ca6a06a4a180d .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a0ca6a06a4a180d .uk-card:hover {
  background-color: #333333;
}
#a0ca6a06a4a180d .uk-card:hover .title {
  color: #fff;
}
#a0ca6a06a4a180d .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a0ca6a06a4a180d .uk-card:hover .img {
  transform: scale(1.2);
}
#a0ca6a06a4a180d .uk-card:hover .abstract {
  color: #fff;
}
#a0ca6a06a4a180d .uk-card:hover .datetime {
  color: #d3b267;
}
#a0ca6a06a4a180d .uk-card:hover .category {
  color: #d3b267;
}
#a0ca6a06a4a180d .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a0ca6a06a4a180d .uk-pagination li a {
  font-size: 12px;
}
#a0ca6a06a4a180d .uk-pagination li.uk-active a {
  color: #000000;
}
#a0ca6a06a4a180d .uk-pagination li.uk-active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
#a0ca6a06a4a180d .uk-pagination li:hover {
  border-color: #ffcc00;
}
#a57fda885aa419d .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#a57fda885aa419d .uk-grid {
  margin-left: -8px;
}
#a57fda885aa419d .uk-grid > * {
  padding-left: 8px;
}
#a57fda885aa419d .uk-grid-margin {
  margin-top: 20px;
}
#a57fda885aa419d .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a57fda885aa419d .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a57fda885aa419d .uk-card-media-top .img {
  transition: all .3s ease;
}
#a57fda885aa419d .uk-card-body {
  display: block;
}
#a57fda885aa419d .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a57fda885aa419d .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a57fda885aa419d .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a57fda885aa419d .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a57fda885aa419d .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#a57fda885aa419d .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a57fda885aa419d .uk-card:hover {
  background-color: #333333;
}
#a57fda885aa419d .uk-card:hover .title {
  color: #fff;
}
#a57fda885aa419d .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a57fda885aa419d .uk-card:hover .img {
  transform: scale(1.2);
}
#a57fda885aa419d .uk-card:hover .abstract {
  color: #fff;
}
#a57fda885aa419d .uk-card:hover .datetime {
  color: #d3b267;
}
#a57fda885aa419d .uk-card:hover .category {
  color: #d3b267;
}
#a57fda885aa419d .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a57fda885aa419d .uk-pagination li a {
  font-size: 12px;
}
#a57fda885aa419d .uk-pagination li.uk-active a {
  color: #000000;
}
#a57fda885aa419d .uk-pagination li.uk-active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
#a57fda885aa419d .uk-pagination li:hover {
  border-color: #ffcc00;
}
#a0be2a5cc8a0650 .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#a0be2a5cc8a0650 .uk-grid {
  margin-left: -8px;
}
#a0be2a5cc8a0650 .uk-grid > * {
  padding-left: 8px;
}
#a0be2a5cc8a0650 .uk-grid-margin {
  margin-top: 20px;
}
#a0be2a5cc8a0650 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a0be2a5cc8a0650 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a0be2a5cc8a0650 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a0be2a5cc8a0650 .uk-card-body {
  display: block;
}
#a0be2a5cc8a0650 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a0be2a5cc8a0650 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a0be2a5cc8a0650 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a0be2a5cc8a0650 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a0be2a5cc8a0650 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#a0be2a5cc8a0650 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a0be2a5cc8a0650 .uk-card:hover {
  background-color: #333333;
}
#a0be2a5cc8a0650 .uk-card:hover .title {
  color: #fff;
}
#a0be2a5cc8a0650 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a0be2a5cc8a0650 .uk-card:hover .img {
  transform: scale(1.2);
}
#a0be2a5cc8a0650 .uk-card:hover .abstract {
  color: #fff;
}
#a0be2a5cc8a0650 .uk-card:hover .datetime {
  color: #d3b267;
}
#a0be2a5cc8a0650 .uk-card:hover .category {
  color: #d3b267;
}
#a0be2a5cc8a0650 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a0be2a5cc8a0650 .uk-pagination li a {
  font-size: 12px;
}
#a0be2a5cc8a0650 .uk-pagination li.uk-active a {
  color: #000000;
}
#a0be2a5cc8a0650 .uk-pagination li.uk-active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
#a0be2a5cc8a0650 .uk-pagination li:hover {
  border-color: #ffcc00;
}
#aef9ba0b9daddce .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#aef9ba0b9daddce .uk-grid {
  margin-left: -8px;
}
#aef9ba0b9daddce .uk-grid > * {
  padding-left: 8px;
}
#aef9ba0b9daddce .uk-grid-margin {
  margin-top: 20px;
}
#aef9ba0b9daddce .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aef9ba0b9daddce .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aef9ba0b9daddce .uk-card-media-top .img {
  transition: all .3s ease;
}
#aef9ba0b9daddce .uk-card-body {
  display: block;
}
#aef9ba0b9daddce .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aef9ba0b9daddce .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aef9ba0b9daddce .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aef9ba0b9daddce .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aef9ba0b9daddce .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#aef9ba0b9daddce .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aef9ba0b9daddce .uk-card:hover {
  background-color: #333333;
}
#aef9ba0b9daddce .uk-card:hover .title {
  color: #fff;
}
#aef9ba0b9daddce .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aef9ba0b9daddce .uk-card:hover .img {
  transform: scale(1.2);
}
#aef9ba0b9daddce .uk-card:hover .abstract {
  color: #fff;
}
#aef9ba0b9daddce .uk-card:hover .datetime {
  color: #d3b267;
}
#aef9ba0b9daddce .uk-card:hover .category {
  color: #d3b267;
}
#aef9ba0b9daddce .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aef9ba0b9daddce .uk-pagination li a {
  font-size: 12px;
}
#aef9ba0b9daddce .uk-pagination li.uk-active a {
  color: #000000;
}
#aef9ba0b9daddce .uk-pagination li.uk-active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
#aef9ba0b9daddce .uk-pagination li:hover {
  border-color: #ffcc00;
}
#aff7fa32c5a9c8f .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#aff7fa32c5a9c8f .uk-grid {
  margin-left: -8px;
}
#aff7fa32c5a9c8f .uk-grid > * {
  padding-left: 8px;
}
#aff7fa32c5a9c8f .uk-grid-margin {
  margin-top: 20px;
}
#aff7fa32c5a9c8f .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aff7fa32c5a9c8f .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aff7fa32c5a9c8f .uk-card-media-top .img {
  transition: all .3s ease;
}
#aff7fa32c5a9c8f .uk-card-body {
  display: block;
}
#aff7fa32c5a9c8f .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aff7fa32c5a9c8f .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aff7fa32c5a9c8f .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aff7fa32c5a9c8f .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aff7fa32c5a9c8f .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#aff7fa32c5a9c8f .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aff7fa32c5a9c8f .uk-card:hover {
  background-color: #333333;
}
#aff7fa32c5a9c8f .uk-card:hover .title {
  color: #fff;
}
#aff7fa32c5a9c8f .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aff7fa32c5a9c8f .uk-card:hover .img {
  transform: scale(1.2);
}
#aff7fa32c5a9c8f .uk-card:hover .abstract {
  color: #fff;
}
#aff7fa32c5a9c8f .uk-card:hover .datetime {
  color: #d3b267;
}
#aff7fa32c5a9c8f .uk-card:hover .category {
  color: #d3b267;
}
#aff7fa32c5a9c8f .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aff7fa32c5a9c8f .uk-pagination li a {
  font-size: 12px;
}
#aff7fa32c5a9c8f .uk-pagination li.uk-active a {
  color: #000000;
}
#aff7fa32c5a9c8f .uk-pagination li.uk-active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
#aff7fa32c5a9c8f .uk-pagination li:hover {
  border-color: #ffcc00;
}
#aa038a7e70ac13d {
  overflow: hidden;
  pointer-events: none;
}
#aa038a7e70ac13d > .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;
}
#aa038a7e70ac13d > .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;
}
#aa038a7e70ac13d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa038a7e70ac13d > .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;
}
#aa038a7e70ac13d > .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;
}
#aa038a7e70ac13d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa038a7e70ac13d > .tab-wrap > div > .tab-nav,
#aa038a7e70ac13d > .tab-nav,
#aa038a7e70ac13d > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa038a7e70ac13d > .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: solid;
}
#aa038a7e70ac13d > .tab-wrap > div > .tab-nav-horizontal,
#aa038a7e70ac13d > .tab-nav-horizontal,
#aa038a7e70ac13d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa038a7e70ac13d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa038a7e70ac13d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa038a7e70ac13d > .tab-nav-horizontal::-webkit-scrollbar,
#aa038a7e70ac13d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa038a7e70ac13d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa038a7e70ac13d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa038a7e70ac13d > .tab-nav-horizontal.tagScroll,
#aa038a7e70ac13d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa038a7e70ac13d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa038a7e70ac13d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa038a7e70ac13d > .tab-nav-horizontal.tagScroll li a,
#aa038a7e70ac13d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa038a7e70ac13d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa038a7e70ac13d > .tab-wrap > div > .tab-nav a,
#aa038a7e70ac13d > .tab-nav a,
#aa038a7e70ac13d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa038a7e70ac13d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa038a7e70ac13d > .tab-wrap > div > .tab-nav li a,
#aa038a7e70ac13d > .tab-nav li a,
#aa038a7e70ac13d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa038a7e70ac13d > .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;
}
#aa038a7e70ac13d > .tab-wrap > div > .tab-nav li a svg,
#aa038a7e70ac13d > .tab-nav li a svg,
#aa038a7e70ac13d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa038a7e70ac13d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa038a7e70ac13d > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa038a7e70ac13d > .tab-nav li a .ap_icon,
#aa038a7e70ac13d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa038a7e70ac13d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa038a7e70ac13d > .tab-wrap > div > .tab-nav li a:hover,
#aa038a7e70ac13d > .tab-nav li a:hover,
#aa038a7e70ac13d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa038a7e70ac13d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #666666;
  border-bottom-style: solid;
}
#aa038a7e70ac13d > .tab-wrap > div > .tab-nav li.uk-active a,
#aa038a7e70ac13d > .tab-nav li.uk-active a,
#aa038a7e70ac13d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa038a7e70ac13d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #666666;
  border-bottom-style: solid;
}
#aa038a7e70ac13d .layout-left li,
#aa038a7e70ac13d .layout-center li,
#aa038a7e70ac13d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa038a7e70ac13d .layout-left li a,
#aa038a7e70ac13d .layout-center li a,
#aa038a7e70ac13d .layout-right li a {
  height: 100%;
}
#aa038a7e70ac13d > .tab-tabs .layout-left {
  text-align: left;
}
#aa038a7e70ac13d > .tab-tabs .layout-center {
  text-align: center;
}
#aa038a7e70ac13d > .tab-tabs .layout-right {
  text-align: right;
}
#aa038a7e70ac13d .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa038a7e70ac13d .tab-content-wrap {
  background-color: #ffffff;
}
#aa038a7e70ac13d .tab-contents,
#aa038a7e70ac13d .tab-contents-wrap {
  pointer-events: none;
}
#aa038a7e70ac13d .tab-content,
#aa038a7e70ac13d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa038a7e70ac13d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa038a7e70ac13d .tab-wrap .tab-contents {
  height: 100%;
}
#aa038a7e70ac13d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa038a7e70ac13d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa038a7e70ac13d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a09b4a69d1ac75e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d72a44f3a5bea > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a31b6acc9ea9213 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a31b6acc9ea9213  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae35aa677ca6e48 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a78b2afa7ba3830 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a78b2afa7ba3830  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ad849a326da52fa > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);}#a572fa374aa1b80 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a572fa374aa1b80  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af7f2ad679a7144 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#af7f2ad679a7144  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ac499a9d21a52f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ac499a9d21a52f2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a2083acd64a1dd4 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1a9daf565a26f0 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b66a69fca0a19 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#afaa6a4232a9b87 > .ele-wrap {background-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a531cae46ba6fa5 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 3px 1px rgba(155, 155, 155, 0.5);}#a531cae46ba6fa5  > .ele-wrap:hover {box-shadow: 0px 1px 0px 1px rgba(155, 155, 155, 1);}#a570fa52d7ae479 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #ffcc00;
}
#a7551a0da4ac526 .ele-wrap {border-color: #000;color: #000000;font-size: 18px;font-weight: 500;background-color: rgba(255, 204, 0, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a7551a0da4ac526 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 204, 0, 1);}#a8128acf4fa2685 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 1px 3px 1px rgba(155, 155, 155, 0.5);}#a8128acf4fa2685  > .ele-wrap:hover {box-shadow: 0px 1px 0px 1px rgba(155, 155, 155, 1);}#a94f2a6cbda9a44 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #ffcc00;
}
#a26d5addf2aff84 .ele-wrap {border-color: #000;color: #000000;font-size: 18px;font-weight: 500;background-color: rgba(255, 204, 0, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a26d5addf2aff84 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 204, 0, 1);}#a8a93a31f9a90d6 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e2faada7ad806 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1e2faada7ad806 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#acf7eaaed9a0b65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#a8676ace84a23d2 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b8fa6801a560e , #a7b8fa6801a560e a{color: rgba(255, 0, 0, 1);}#abae5a34bba3fdc {
  pointer-events: none;
}
#abae5a34bba3fdc .menu-list {
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
#abae5a34bba3fdc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#abae5a34bba3fdc .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#abae5a34bba3fdc .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  font-family: Tahoma;
  font-size: 14px;
  text-align: center;
}
#abae5a34bba3fdc .menu-list .menu-header svg,
#abae5a34bba3fdc .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#abae5a34bba3fdc .menu-list > ul {
  position: relative;
}
#abae5a34bba3fdc .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#abae5a34bba3fdc .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
  line-height: 50px;
  height: 25px;
  line-height: 25px;
}
#abae5a34bba3fdc .menu-list > ul > li.active > a,
#abae5a34bba3fdc .menu-list > ul > li:hover > a {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #000000;
}
#abae5a34bba3fdc .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
}
#abae5a34bba3fdc .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#abae5a34bba3fdc .menu-list > ul > li a img,
#abae5a34bba3fdc .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#abae5a34bba3fdc .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 100px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#abae5a34bba3fdc .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#abae5a34bba3fdc .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#abae5a34bba3fdc .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#abae5a34bba3fdc .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#abae5a34bba3fdc .menu-list ul ul.submenu > li:hover > a {
  border-left-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#abae5a34bba3fdc .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#abae5a34bba3fdc .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#abae5a34bba3fdc .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#abdaea6cdca98bd a, #abdaea6cdca98bd {
        font-weight: normal;
        font-style: normal;
    font-family: Tahoma;color: rgba(0, 0, 0, 1);}#a1484a25aca058a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#a8a93a31f9a90d6 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9f6caa750a3b8b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9f6caa750a3b8b .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a3ddbad463a5ad9 > .ele-wrap {background-color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);}#a49fda83ceadc15 form {
  width: 100%;
  height: 100%;
}
#a49fda83ceadc15 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a49fda83ceadc15 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a49fda83ceadc15 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a49fda83ceadc15 .search-box .search-type.show {
  display: block;
}
#a49fda83ceadc15 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(217, 241, 227, 0);
  cursor: pointer;
  padding: 0 18px;
}
#a49fda83ceadc15 .search-box .search-type li:hover {
  color: #ff0d0d;
}
#a49fda83ceadc15 .search-box .search-type li.active {
  color: #ff0d0d;
}
#a49fda83ceadc15 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: rgba(217, 241, 227, 0);
  overflow: hidden;
  border-top-width: 0.5px;
  border-top-color: rgba(155, 155, 155, 0.1);
  border-right-color: rgba(155, 155, 155, 0.1);
  border-left-color: rgba(155, 155, 155, 0.1);
  border-bottom-color: rgba(155, 155, 155, 0.1);
  border-right-width: 0.5px;
  border-left-width: 0.5px;
  border-bottom-width: 0.5px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a49fda83ceadc15 .inner-form .input-field {
  height: 100%;
}
#a49fda83ceadc15 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #4a4a4a;
}
#a49fda83ceadc15 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a49fda83ceadc15 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a49fda83ceadc15 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a49fda83ceadc15 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a49fda83ceadc15 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(217, 241, 227, 0);
  position: relative;
}
#a49fda83ceadc15 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a49fda83ceadc15 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a49fda83ceadc15 .inner-form .input-field.second-wrap {
  min-width: 99px;
}
#a49fda83ceadc15 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #e60012;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 14px;
}
#a49fda83ceadc15 .btn-search:hover {
  background: #ff0d0d;
}
#a49fda83ceadc15 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a5a6ba5847a40cf a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a14f8a0e80abeac a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#af573aff88a717f a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a6bd0acc71aa114 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a1941aa0f6aa58c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a3243a1e44a8649 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a0dc5af13aa3d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a32c5a1144ab604 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a6105a6bf0ab224 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: Tahoma;background-color: rgba(0, 0, 0, 0);}#a5c4eaa20fadc81 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.22);}#a23bdaca24ad6a1 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(0, 0, 0, 0.22);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(0, 0, 0, 0.22);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);}#a03d3a9258ac256 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(0, 0, 0, 0.22);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(0, 0, 0, 0.22);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);}#ad4d9add95a600b > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(0, 0, 0, 0.22);border-right-color: rgba(0, 0, 0, 0.22);border-left-color: rgba(0, 0, 0, 0.22);border-bottom-color: rgba(0, 0, 0, 0.22);box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);}#afd95abd91aea3b .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#afd95abd91aea3b .uk-grid {
  margin-left: -8px;
}
#afd95abd91aea3b .uk-grid > * {
  padding-left: 8px;
}
#afd95abd91aea3b .uk-grid-margin {
  margin-top: 20px;
}
#afd95abd91aea3b .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#afd95abd91aea3b .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#afd95abd91aea3b .uk-card-media-top .img {
  transition: all .3s ease;
}
#afd95abd91aea3b .uk-card-body {
  display: block;
}
#afd95abd91aea3b .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#afd95abd91aea3b .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#afd95abd91aea3b .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#afd95abd91aea3b .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#afd95abd91aea3b .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#afd95abd91aea3b .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#afd95abd91aea3b .uk-card:hover {
  background-color: #333333;
}
#afd95abd91aea3b .uk-card:hover .title {
  color: #fff;
}
#afd95abd91aea3b .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#afd95abd91aea3b .uk-card:hover .img {
  transform: scale(1.2);
}
#afd95abd91aea3b .uk-card:hover .abstract {
  color: #fff;
}
#afd95abd91aea3b .uk-card:hover .datetime {
  color: #d3b267;
}
#afd95abd91aea3b .uk-card:hover .category {
  color: #d3b267;
}
#afd95abd91aea3b .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#afd95abd91aea3b .uk-pagination li a {
  font-size: 12px;
}
#a6e7fa376fa6538 .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#a6e7fa376fa6538 .uk-grid {
  margin-left: -8px;
}
#a6e7fa376fa6538 .uk-grid > * {
  padding-left: 8px;
}
#a6e7fa376fa6538 .uk-grid-margin {
  margin-top: 20px;
}
#a6e7fa376fa6538 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a6e7fa376fa6538 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a6e7fa376fa6538 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a6e7fa376fa6538 .uk-card-body {
  display: block;
}
#a6e7fa376fa6538 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a6e7fa376fa6538 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a6e7fa376fa6538 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a6e7fa376fa6538 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a6e7fa376fa6538 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#a6e7fa376fa6538 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a6e7fa376fa6538 .uk-card:hover {
  background-color: #333333;
}
#a6e7fa376fa6538 .uk-card:hover .title {
  color: #fff;
}
#a6e7fa376fa6538 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a6e7fa376fa6538 .uk-card:hover .img {
  transform: scale(1.2);
}
#a6e7fa376fa6538 .uk-card:hover .abstract {
  color: #fff;
}
#a6e7fa376fa6538 .uk-card:hover .datetime {
  color: #d3b267;
}
#a6e7fa376fa6538 .uk-card:hover .category {
  color: #d3b267;
}
#a6e7fa376fa6538 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a6e7fa376fa6538 .uk-pagination li a {
  font-size: 12px;
}
#a32a6ab289ae9c1 .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#a32a6ab289ae9c1 .uk-grid {
  margin-left: -8px;
}
#a32a6ab289ae9c1 .uk-grid > * {
  padding-left: 8px;
}
#a32a6ab289ae9c1 .uk-grid-margin {
  margin-top: 20px;
}
#a32a6ab289ae9c1 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a32a6ab289ae9c1 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a32a6ab289ae9c1 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a32a6ab289ae9c1 .uk-card-body {
  display: block;
}
#a32a6ab289ae9c1 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a32a6ab289ae9c1 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a32a6ab289ae9c1 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a32a6ab289ae9c1 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a32a6ab289ae9c1 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#a32a6ab289ae9c1 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a32a6ab289ae9c1 .uk-card:hover {
  background-color: #333333;
}
#a32a6ab289ae9c1 .uk-card:hover .title {
  color: #fff;
}
#a32a6ab289ae9c1 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a32a6ab289ae9c1 .uk-card:hover .img {
  transform: scale(1.2);
}
#a32a6ab289ae9c1 .uk-card:hover .abstract {
  color: #fff;
}
#a32a6ab289ae9c1 .uk-card:hover .datetime {
  color: #d3b267;
}
#a32a6ab289ae9c1 .uk-card:hover .category {
  color: #d3b267;
}
#a32a6ab289ae9c1 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a32a6ab289ae9c1 .uk-pagination li a {
  font-size: 12px;
}
#a0e03ad996acf34 .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#a0e03ad996acf34 .uk-grid {
  margin-left: -8px;
}
#a0e03ad996acf34 .uk-grid > * {
  padding-left: 8px;
}
#a0e03ad996acf34 .uk-grid-margin {
  margin-top: 20px;
}
#a0e03ad996acf34 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a0e03ad996acf34 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a0e03ad996acf34 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a0e03ad996acf34 .uk-card-body {
  display: block;
}
#a0e03ad996acf34 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a0e03ad996acf34 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a0e03ad996acf34 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a0e03ad996acf34 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a0e03ad996acf34 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#a0e03ad996acf34 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a0e03ad996acf34 .uk-card:hover {
  background-color: #333333;
}
#a0e03ad996acf34 .uk-card:hover .title {
  color: #fff;
}
#a0e03ad996acf34 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a0e03ad996acf34 .uk-card:hover .img {
  transform: scale(1.2);
}
#a0e03ad996acf34 .uk-card:hover .abstract {
  color: #fff;
}
#a0e03ad996acf34 .uk-card:hover .datetime {
  color: #d3b267;
}
#a0e03ad996acf34 .uk-card:hover .category {
  color: #d3b267;
}
#a0e03ad996acf34 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a0e03ad996acf34 .uk-pagination li a {
  font-size: 12px;
}
#aa772ae3b1a66bc .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#aa772ae3b1a66bc .uk-grid {
  margin-left: -8px;
}
#aa772ae3b1a66bc .uk-grid > * {
  padding-left: 8px;
}
#aa772ae3b1a66bc .uk-grid-margin {
  margin-top: 20px;
}
#aa772ae3b1a66bc .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aa772ae3b1a66bc .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa772ae3b1a66bc .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa772ae3b1a66bc .uk-card-body {
  display: block;
}
#aa772ae3b1a66bc .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa772ae3b1a66bc .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa772ae3b1a66bc .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa772ae3b1a66bc .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa772ae3b1a66bc .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#aa772ae3b1a66bc .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa772ae3b1a66bc .uk-card:hover {
  background-color: #333333;
}
#aa772ae3b1a66bc .uk-card:hover .title {
  color: #fff;
}
#aa772ae3b1a66bc .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aa772ae3b1a66bc .uk-card:hover .img {
  transform: scale(1.2);
}
#aa772ae3b1a66bc .uk-card:hover .abstract {
  color: #fff;
}
#aa772ae3b1a66bc .uk-card:hover .datetime {
  color: #d3b267;
}
#aa772ae3b1a66bc .uk-card:hover .category {
  color: #d3b267;
}
#aa772ae3b1a66bc .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aa772ae3b1a66bc .uk-pagination li a {
  font-size: 12px;
}
#a6268afca8a14b5 .ap-category-filter ul li.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
#a6268afca8a14b5 .uk-grid {
  margin-left: -8px;
}
#a6268afca8a14b5 .uk-grid > * {
  padding-left: 8px;
}
#a6268afca8a14b5 .uk-grid-margin {
  margin-top: 20px;
}
#a6268afca8a14b5 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a6268afca8a14b5 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a6268afca8a14b5 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a6268afca8a14b5 .uk-card-body {
  display: block;
}
#a6268afca8a14b5 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a6268afca8a14b5 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a6268afca8a14b5 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a6268afca8a14b5 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a6268afca8a14b5 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #555;
}
#a6268afca8a14b5 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a6268afca8a14b5 .uk-card:hover {
  background-color: #333333;
}
#a6268afca8a14b5 .uk-card:hover .title {
  color: #fff;
}
#a6268afca8a14b5 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a6268afca8a14b5 .uk-card:hover .img {
  transform: scale(1.2);
}
#a6268afca8a14b5 .uk-card:hover .abstract {
  color: #fff;
}
#a6268afca8a14b5 .uk-card:hover .datetime {
  color: #d3b267;
}
#a6268afca8a14b5 .uk-card:hover .category {
  color: #d3b267;
}
#a6268afca8a14b5 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a6268afca8a14b5 .uk-pagination li a {
  font-size: 12px;
}
#aa5e9ab3faa107b {
  overflow: hidden;
  pointer-events: none;
}
#aa5e9ab3faa107b > .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;
}
#aa5e9ab3faa107b > .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;
}
#aa5e9ab3faa107b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa5e9ab3faa107b > .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;
}
#aa5e9ab3faa107b > .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;
}
#aa5e9ab3faa107b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa5e9ab3faa107b > .tab-wrap > div > .tab-nav,
#aa5e9ab3faa107b > .tab-nav,
#aa5e9ab3faa107b > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa5e9ab3faa107b > .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: solid;
}
#aa5e9ab3faa107b > .tab-wrap > div > .tab-nav-horizontal,
#aa5e9ab3faa107b > .tab-nav-horizontal,
#aa5e9ab3faa107b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa5e9ab3faa107b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa5e9ab3faa107b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa5e9ab3faa107b > .tab-nav-horizontal::-webkit-scrollbar,
#aa5e9ab3faa107b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa5e9ab3faa107b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa5e9ab3faa107b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa5e9ab3faa107b > .tab-nav-horizontal.tagScroll,
#aa5e9ab3faa107b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa5e9ab3faa107b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa5e9ab3faa107b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa5e9ab3faa107b > .tab-nav-horizontal.tagScroll li a,
#aa5e9ab3faa107b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa5e9ab3faa107b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa5e9ab3faa107b > .tab-wrap > div > .tab-nav a,
#aa5e9ab3faa107b > .tab-nav a,
#aa5e9ab3faa107b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa5e9ab3faa107b > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa5e9ab3faa107b > .tab-wrap > div > .tab-nav li a,
#aa5e9ab3faa107b > .tab-nav li a,
#aa5e9ab3faa107b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa5e9ab3faa107b > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#aa5e9ab3faa107b > .tab-wrap > div > .tab-nav li a svg,
#aa5e9ab3faa107b > .tab-nav li a svg,
#aa5e9ab3faa107b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa5e9ab3faa107b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa5e9ab3faa107b > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa5e9ab3faa107b > .tab-nav li a .ap_icon,
#aa5e9ab3faa107b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa5e9ab3faa107b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa5e9ab3faa107b > .tab-wrap > div > .tab-nav li a:hover,
#aa5e9ab3faa107b > .tab-nav li a:hover,
#aa5e9ab3faa107b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa5e9ab3faa107b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffcc00;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aa5e9ab3faa107b > .tab-wrap > div > .tab-nav li.uk-active a,
#aa5e9ab3faa107b > .tab-nav li.uk-active a,
#aa5e9ab3faa107b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa5e9ab3faa107b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #ffcc00;
  border-bottom-style: solid;
}
#aa5e9ab3faa107b .layout-left li,
#aa5e9ab3faa107b .layout-center li,
#aa5e9ab3faa107b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa5e9ab3faa107b .layout-left li a,
#aa5e9ab3faa107b .layout-center li a,
#aa5e9ab3faa107b .layout-right li a {
  height: 100%;
}
#aa5e9ab3faa107b > .tab-tabs .layout-left {
  text-align: left;
}
#aa5e9ab3faa107b > .tab-tabs .layout-center {
  text-align: center;
}
#aa5e9ab3faa107b > .tab-tabs .layout-right {
  text-align: right;
}
#aa5e9ab3faa107b .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa5e9ab3faa107b .tab-content-wrap {
  background-color: #ffffff;
}
#aa5e9ab3faa107b .tab-contents,
#aa5e9ab3faa107b .tab-contents-wrap {
  pointer-events: none;
}
#aa5e9ab3faa107b .tab-content,
#aa5e9ab3faa107b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa5e9ab3faa107b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa5e9ab3faa107b .tab-wrap .tab-contents {
  height: 100%;
}
#aa5e9ab3faa107b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa5e9ab3faa107b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa5e9ab3faa107b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a97cda9438a9b04 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee08a00bca8579 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aee08a00bca8579  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af328a9919a454a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#af328a9919a454a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a1c92a375eaa992 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a1c92a375eaa992  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae355a244ca6bc3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ae355a244ca6bc3  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a8356a3200a0fd8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a8356a3200a0fd8  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a7dd7a7386ae2ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a7dd7a7386ae2ac  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af234af13ea651e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#af234af13ea651e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ad1ffa74aca78ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ad1ffa74aca78ce  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a7adba7687adbeb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a7adba7687adbeb  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aaa48a44f5ad8ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aaa48a44f5ad8ba  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a82c6a1dc0ab9e0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1a3aa0d3fa8a1d > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab344a211da106b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ab344a211da106b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ad986a1693a51e7 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ac5a921aa72ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a0ac5a921aa72ea  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ace8da0ae0a862e > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);}#acd7dabe86a116d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#acd7dabe86a116d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a587fa09a4a2b38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a587fa09a4a2b38  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a05dda68e8ada1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a05dda68e8ada1b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a54e9af7b8acf2e .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abfc9a6a35a0d10 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abfc9a6a35a0d10 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a5a3fa50c9a1c18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#a7483acc77a3b20 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa791a2631a6c04 , #aa791a2631a6c04 a{color: rgba(255, 0, 0, 1);}#aae54a8204acde4 {
  pointer-events: none;
}
#aae54a8204acde4 .menu-list {
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
#aae54a8204acde4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aae54a8204acde4 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#aae54a8204acde4 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  font-family: Tahoma;
  font-size: 14px;
  text-align: center;
}
#aae54a8204acde4 .menu-list .menu-header svg,
#aae54a8204acde4 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#aae54a8204acde4 .menu-list > ul {
  position: relative;
}
#aae54a8204acde4 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#aae54a8204acde4 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
  line-height: 50px;
  height: 25px;
  line-height: 25px;
}
#aae54a8204acde4 .menu-list > ul > li.active > a,
#aae54a8204acde4 .menu-list > ul > li:hover > a {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #000000;
}
#aae54a8204acde4 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
}
#aae54a8204acde4 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#aae54a8204acde4 .menu-list > ul > li a img,
#aae54a8204acde4 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#aae54a8204acde4 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 100px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#aae54a8204acde4 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#aae54a8204acde4 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#aae54a8204acde4 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#aae54a8204acde4 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#aae54a8204acde4 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#aae54a8204acde4 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#aae54a8204acde4 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#aae54a8204acde4 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#aaec9a6879a2571 a, #aaec9a6879a2571 {
        font-weight: normal;
        font-style: normal;
    font-family: Tahoma;color: rgba(0, 0, 0, 1);}#ab761a8b45a8221 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#afb77aa052ade86 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f55ab44ba60ad .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7f55ab44ba60ad .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a8c0ca3bb1ad8cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#a2322ae74ea41a1 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4161ae090aa600 , #a4161ae090aa600 a{color: rgba(255, 0, 0, 1);}#a97c7a08fca42c1 {
  pointer-events: none;
}
#a97c7a08fca42c1 .menu-list {
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
#a97c7a08fca42c1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a97c7a08fca42c1 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a97c7a08fca42c1 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  font-family: Tahoma;
  font-size: 14px;
  text-align: center;
}
#a97c7a08fca42c1 .menu-list .menu-header svg,
#a97c7a08fca42c1 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a97c7a08fca42c1 .menu-list > ul {
  position: relative;
}
#a97c7a08fca42c1 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a97c7a08fca42c1 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
  line-height: 50px;
  height: 25px;
  line-height: 25px;
}
#a97c7a08fca42c1 .menu-list > ul > li.active > a,
#a97c7a08fca42c1 .menu-list > ul > li:hover > a {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #000000;
}
#a97c7a08fca42c1 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
}
#a97c7a08fca42c1 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a97c7a08fca42c1 .menu-list > ul > li a img,
#a97c7a08fca42c1 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a97c7a08fca42c1 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 100px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a97c7a08fca42c1 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a97c7a08fca42c1 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a97c7a08fca42c1 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a97c7a08fca42c1 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a97c7a08fca42c1 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a97c7a08fca42c1 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a97c7a08fca42c1 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a97c7a08fca42c1 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#aa110a8c6da869a a, #aa110a8c6da869a {
        font-weight: normal;
        font-style: normal;
    font-family: Tahoma;color: rgba(0, 0, 0, 1);}#ac8f8a5caaa91e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#a32afa9154a2f07 .form-agree {
  display: flex;
  align-items: center;
}
#a32afa9154a2f07 .uk-form .form-submit-btn {
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
#a32afa9154a2f07 .submit-wrap {
  text-align: center;
}
#a32afa9154a2f07 .submit-wrap button {
  background-color: #ffcc00;
}
#a32afa9154a2f07 .submit-wrap button:hover {
  background-color: #efc000;
}
#a32afa9154a2f07 .submit-wrap button {
  color: #000000;
}
#a32afa9154a2f07 .uk-form.form-theme-1 {
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
#a32afa9154a2f07 form {
  background-color: #ffffff;
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.05);
  border-top-right-radius: 5px;
  border-right-color: rgba(0, 0, 0, 0.05);
  border-left-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#a32afa9154a2f07 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a32afa9154a2f07 .form-item {
  margin-top: px !important;
}
#a32afa9154a2f07 .form-item .uk-input,
#a32afa9154a2f07 .form-item .uk-select,
#a32afa9154a2f07 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: Tahoma;
}
#a32afa9154a2f07 .form-item .auto-height {
  height: auto;
}
#a32afa9154a2f07 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: Tahoma;
}
#a32afa9154a2f07 .uk-form-label,
#a32afa9154a2f07 .form-agree,
#a32afa9154a2f07 .uk-h3,
#a32afa9154a2f07 p {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: Tahoma;
}
#ad952a5240ac83b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#a1128a3248ae5b7 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad6b5a1f6caa689 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad6b5a1f6caa689 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#aeb36a03cdaf9e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#ab4f9a5519a7ee8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae730a8374a1b83 , #ae730a8374a1b83 a{color: rgba(255, 0, 0, 1);}#af114afc2ead6d1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: Tahoma;}#af114afc2ead6d1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: Tahoma;}#a8411a4b27aa3fa a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: Tahoma;}#a8411a4b27aa3fa a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: Tahoma;}#a8f90af709a6625 a, #a8f90af709a6625 {
        font-weight: normal;
        font-style: normal;
    font-family: Tahoma;color: rgba(0, 0, 0, 1);}#a12a8a0200ab9f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#a27aba868dac4c5 .form-agree {
  display: flex;
  align-items: center;
}
#a27aba868dac4c5 form {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#a27aba868dac4c5 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a27aba868dac4c5 .form-item .uk-input,
#a27aba868dac4c5 .form-item .uk-select,
#a27aba868dac4c5 .form-item .uk-textarea {
  width: autopx;
}
#a27aba868dac4c5 .form-item .auto-height {
  height: auto;
}
#aba23a25baaac6c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#a419ea706ba02ed > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a026aa399ba45b5 > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6ebaa8c8faa86b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a6ebaa8c8faa86b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a4517a973eafabf > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa74ca1292a405c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aa74ca1292a405c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a33a6af50ca0a9c > .ele-wrap {background-color: rgba(155, 155, 155, 0.05);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 0.05);border-right-color: rgba(155, 155, 155, 0.05);border-left-color: rgba(155, 155, 155, 0.05);border-bottom-color: rgba(155, 155, 155, 0.05);}#a8137a9360adec7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a8137a9360adec7  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#adefba032da78dd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#adefba032da78dd  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aa059aa245af53b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aa059aa245af53b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a93eba4b44ab3d7 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad896a2298a27b2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad896a2298a27b2 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a4663acbc1ad927 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(0, 0, 0, 0.05);border-right-color: rgba(0, 0, 0, 0.05);border-left-color: rgba(0, 0, 0, 0.05);border-bottom-color: rgba(0, 0, 0, 0.05);}#ac607a283fa21e0 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5515af47ea50af , #a5515af47ea50af a{color: rgba(255, 0, 0, 1);}#ad016acdc9a65ea {
  pointer-events: none;
}
#ad016acdc9a65ea .menu-list {
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
#ad016acdc9a65ea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ad016acdc9a65ea .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ad016acdc9a65ea .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  font-family: Tahoma;
  font-size: 14px;
  text-align: center;
}
#ad016acdc9a65ea .menu-list .menu-header svg,
#ad016acdc9a65ea .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ad016acdc9a65ea .menu-list > ul {
  position: relative;
}
#ad016acdc9a65ea .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ad016acdc9a65ea .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
  line-height: 50px;
  height: 25px;
  line-height: 25px;
}
#ad016acdc9a65ea .menu-list > ul > li.active > a,
#ad016acdc9a65ea .menu-list > ul > li:hover > a {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-color: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #000000;
}
#ad016acdc9a65ea .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-size: 14px;
  font-family: Tahoma;
  color: #000000;
}
#ad016acdc9a65ea .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ad016acdc9a65ea .menu-list > ul > li a img,
#ad016acdc9a65ea .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ad016acdc9a65ea .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 100px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#ad016acdc9a65ea .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ad016acdc9a65ea .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ad016acdc9a65ea .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ad016acdc9a65ea .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ad016acdc9a65ea .menu-list ul ul.submenu > li:hover > a {
  border-left-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ad016acdc9a65ea .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ad016acdc9a65ea .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ad016acdc9a65ea .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#ab0b7a6e47ac79a a, #ab0b7a6e47ac79a {
        font-weight: normal;
        font-style: normal;
    font-family: Tahoma;color: rgba(0, 0, 0, 1);}#a487ca3366a5995 .form-agree {
  display: flex;
  align-items: center;
}
#a487ca3366a5995 form {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#a487ca3366a5995 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a487ca3366a5995 .form-item .uk-input,
#a487ca3366a5995 .form-item .uk-select,
#a487ca3366a5995 .form-item .uk-textarea {
  width: autopx;
}
#a487ca3366a5995 .form-item .auto-height {
  height: auto;
}
#a88eaa9cd4a7091 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf0aab895a9c79 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a41dfa8bb6ad5bb .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a41dfa8bb6ad5bb .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a29e6aa2f4a76d9 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a29e6aa2f4a76d9 .ele-wrap:hover {background-color: #0483cc;}#ae8c5ab9d7af603 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#ae8c5ab9d7af603 .ele-wrap:hover {background-color: #509c49;}#abe6fa1e1aa0e4e .ele-wrap {border-color: rgb(248, 158, 35);color: rgb(248, 158, 35);border-width: 2px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 3px;}#abe6fa1e1aa0e4e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ae67ea32f3a171f .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a5046a4963ab7d3 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;}#a5046a4963ab7d3 .ele-wrap:hover {color: #0095eb;}#a1cb8a5395a6b6f .ele-wrap {color: #444;background-color: transparent;font-size: 16px;}#a1cb8a5395a6b6f .ele-wrap:hover {color: #0095eb;}#a8898a282da0fe3 .ele-wrap {background-color: #0095eb;color: #fff;font-size: 16px;}#a21d1ab9b8a411a .ele-wrap {background-color: #0095eb;color: #fff;font-size: 16px;}#a9d7cafb32a9719 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9d7cafb32a9719 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#ad1c4a3d85ad2f9 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d7cafb32a9719 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9d7cafb32a9719 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#ad1c4a3d85ad2f9 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d7cafb32a9719 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeb01a5831aa413 {
  /* 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------------------------*/
}
#aeb01a5831aa413 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#aeb01a5831aa413 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#aeb01a5831aa413 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#aeb01a5831aa413 .error .clip:nth-of-type(1) .shadow,
#aeb01a5831aa413 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#aeb01a5831aa413 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#aeb01a5831aa413 .error h2 {
  font-size: 32px;
}
#aeb01a5831aa413 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#aeb01a5831aa413 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#aeb01a5831aa413 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#aeb01a5831aa413 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#aeb01a5831aa413 .error .clip .shadow {
  overflow: hidden;
}
#aeb01a5831aa413 .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);
}
#aeb01a5831aa413 .error .clip:nth-of-type(3) .shadow:after,
#aeb01a5831aa413 .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%;
}
#aeb01a5831aa413 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#aeb01a5831aa413 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#aeb01a5831aa413 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#aeb01a5831aa413 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#aeb01a5831aa413 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#aeb01a5831aa413 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#aeb01a5831aa413 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#aeb01a5831aa413 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #aeb01a5831aa413 {
    /* Error Page */
    /* Error Page */
  }
  #aeb01a5831aa413 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #aeb01a5831aa413 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #aeb01a5831aa413 .error .clip:nth-of-type(1) .shadow,
  #aeb01a5831aa413 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #aeb01a5831aa413 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #aeb01a5831aa413 .error h2 {
    font-size: 24px;
  }
  #aeb01a5831aa413 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #aeb01a5831aa413 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #aeb01a5831aa413 .error .container-error-404 {
    height: 150px;
  }
}
#aeb01a5831aa413 .overlay {
  position: relative;
  z-index: 20;
}
#aeb01a5831aa413 .ground-color {
  background: white;
}
#aeb01a5831aa413 .item-bg-color {
  background: #EAEAEA;
}
#aeb01a5831aa413 .padding-top {
  padding-top: 10px;
}
#aeb01a5831aa413 .padding-bottom {
  padding-bottom: 10px;
}
#aeb01a5831aa413 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aeb01a5831aa413 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#aeb01a5831aa413 .padding-all {
  padding: 10px;
}
#aeb01a5831aa413 .no-padding-left {
  padding-left: 0px;
}
#aeb01a5831aa413 .no-padding-right {
  padding-right: 0px;
}
#aeb01a5831aa413 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#aeb01a5831aa413 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#aeb01a5831aa413 .no-padding {
  padding: 0px;
}
#aeb01a5831aa413 .margin-top {
  margin-top: 10px;
}
#aeb01a5831aa413 .margin-bottom {
  margin-bottom: 10px;
}
#aeb01a5831aa413 .margin-right {
  margin-right: 10px;
}
#aeb01a5831aa413 .margin-left {
  margin-left: 10px;
}
#aeb01a5831aa413 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#aeb01a5831aa413 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#aeb01a5831aa413 .margin-all {
  margin: 10px;
}
#aeb01a5831aa413 .no-margin {
  margin: 0px;
}
#aeb01a5831aa413 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#aeb01a5831aa413 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#aeb01a5831aa413 .inside-col-shrink {
  margin: 0px 20px;
}
#aeb01a5831aa413 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a9d7cafb32a9719 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#ad1c4a3d85ad2f9 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d7cafb32a9719 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a09d7aae14a1cae {
  min-height: 90vh;
  /* mobile */
}
#a09d7aae14a1cae .search-highlight {
  background: yellow;
}
#a09d7aae14a1cae .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a09d7aae14a1cae .el-title {
  margin-bottom: 20px;
}
#a09d7aae14a1cae .el-item:hover .el-title {
  color: #d0021b;
}
#a09d7aae14a1cae .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a09d7aae14a1cae .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a09d7aae14a1cae .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a09d7aae14a1cae .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a09d7aae14a1cae .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a09d7aae14a1cae .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a09d7aae14a1cae .el-title {
    margin-bottom: 0;
  }
  #a09d7aae14a1cae .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a09d7aae14a1cae .category {
    font-size: 12px;
  }
  #a09d7aae14a1cae .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a9d7cafb32a9719 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#ad1c4a3d85ad2f9 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d7cafb32a9719 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae2c1a4163a563d .comment-detail {
  min-height: 600px;
}
#ae2c1a4163a563d table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#ae2c1a4163a563d table th,
#ae2c1a4163a563d table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#ae2c1a4163a563d table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#ae2c1a4163a563d .red {
  color: #F00!important;
}
#ae2c1a4163a563d .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;
}
#a9d7cafb32a9719 .uk-container {max-width: 1366px;}#a9888a0560a5a66 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c35aebf5ae10e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0c35aebf5ae10e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0c35aebf5ae10e .ap-icon {
  margin-right: 6px;
}
#a0c35aebf5ae10e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0c35aebf5ae10e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a0c35aebf5ae10e .menu-list > li:hover > a,
#a0c35aebf5ae10e .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a0c35aebf5ae10e .menu-list ul,
#a0c35aebf5ae10e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0c35aebf5ae10e .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a0c35aebf5ae10e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0c35aebf5ae10e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0c35aebf5ae10e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa179ab26ca6cd8 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#adf8ea99c6aca67 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461aaa18bad241 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a461aaa18bad241 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a461aaa18bad241 .ap-icon {
  margin-right: 6px;
}
#a461aaa18bad241 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a461aaa18bad241 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a461aaa18bad241 .menu-list > li:hover > a,
#a461aaa18bad241 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a461aaa18bad241 .menu-list ul,
#a461aaa18bad241 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a461aaa18bad241 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a461aaa18bad241 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a461aaa18bad241 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a461aaa18bad241 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#abb73ac6c9a6d63 > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#a807aaa414a4df8 > .ele-wrap {background-color: rgba(255, 204, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5315a8ab3a9d22 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5315a8ab3a9d22 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5315a8ab3a9d22 .ap-icon {
  margin-right: 6px;
}
#a5315a8ab3a9d22 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5315a8ab3a9d22 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  line-height: 26px;
}
#a5315a8ab3a9d22 .menu-list > li:hover > a,
#a5315a8ab3a9d22 .menu-list > li.active > a {
  background: #ffcc00;
  background-color: #ffcc00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d0021b;
}
#a5315a8ab3a9d22 .menu-list ul,
#a5315a8ab3a9d22 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5315a8ab3a9d22 .menu-list ul {
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
#a5315a8ab3a9d22 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5315a8ab3a9d22 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5315a8ab3a9d22 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa384a172da786d > .ele-wrap {background-color: rgba(230, 0, 18, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}#ad1c4a3d85ad2f9 .uk-container {max-width: 1366px;}#a512da902ea139a > .ele-wrap {background-color: rgba(68, 68, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acab1afcf9a632c , #acab1afcf9a632c a{color: rgba(255, 255, 255, 1);}#a445aaf10aa43e3 , #a445aaf10aa43e3 a{color: rgba(255, 255, 255, 1);}#a5641a9faba61d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
  font-weight: bold;
  font-style: normal;
  font-family: FZHei-B01S;
}
#a5641a9faba61d8 .site-language-menu a:hover {
  color: #ccc;
}
#a5641a9faba61d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5641a9faba61d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5641a9faba61d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5641a9faba61d8 .uk-dropdown li a:hover {
  color: #222;
}
#a5641a9faba61d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a776daebd1a4942 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a776daebd1a4942 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a776daebd1a4942 .ap-icon {
  margin-right: 6px;
}
#a776daebd1a4942 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a776daebd1a4942 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  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: 12px;
  font-family: Tahoma;
  color: #ffffff;
  line-height: 26px;
}
#a776daebd1a4942 .menu-list > li:hover > a,
#a776daebd1a4942 .menu-list > li.active > a {
  background: #444444;
  background-color: #444444;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: Tahoma;
  color: #f8f8f8;
}
#a776daebd1a4942 .menu-list ul,
#a776daebd1a4942 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a776daebd1a4942 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a776daebd1a4942 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a776daebd1a4942 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a776daebd1a4942 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacb9ada41acb47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}