.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #000000;
}
/* 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: #000000;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #f7f7f7;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #00a0e9;
  text-shadow: none;
}
::selection {
  background: #00a0e9;
  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 #00a0e9;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #00a0e9;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #00a0e9;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #f7f7f7;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f7f7f7;
  color: #00a0e9;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #00a0e9;
  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: #f7f7f7;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #f7f7f7;
}
/* 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: #00a0e9;
  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: #f7f7f7;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #f7f7f7;
  color: #00a0e9;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #00a0e9;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #00a0e9;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #ffffff;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #ffffff;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #00a0e9;
  color: #ffffff;
  border-color: #00a0e9;
}
/*
   * 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: #00a0e9;
}
/* 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: #000000;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #f7f7f7;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #00a0e9;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #ffffff;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #f7f7f7;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #00a0e9;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #ffffff;
}
/* ========================================================================
     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: #f7f7f7;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #f7f7f7;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #00a0e9;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #ffffff;
  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: #00a0e9;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #ffffff;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #f7f7f7;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #f7f7f7;
  color: #00a0e9;
}
/*
   * Success
   */
.uk-alert-success {
  background: #f7f7f7;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #f7f7f7;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #f7f7f7;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #00a0e9;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #00a0e9;
  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: #f7f7f7;
}
/* 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: #00a0e9;
  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: #00a0e9;
}
/* 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: #00a0e9;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #00a0e9;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #00a0e9;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #f7f7f7;
  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: #00a0e9;
  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: #f7f7f7;
  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: #f7f7f7;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f7f7f7;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #00a0e9;
  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: #f7f7f7;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #00a0e9;
  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: #00a0e9;
}
/* 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: #00a0e9;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #00a0e9;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #f7f7f7;
  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: #00a0e9;
}
/*
   * 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: #00a0e9;
}
/* 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: #f7f7f7;
}
/*
   * 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: #00a0e9;
}
/*
   * 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: #00a0e9;
  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: #00a0e9;
}
.uk-progress::-moz-progress-bar {
  background-color: #00a0e9;
}
.uk-progress::-ms-fill {
  background-color: #00a0e9;
}
/* ========================================================================
     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: #00a0e9 !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: #00a0e9 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #00a0e9;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #f7f7f7;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #00a0e9;
}
.uk-background-secondary {
  background-color: #ffffff;
}
/* ========================================================================
     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: #00a0e9;
  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: #00a0e9;
  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: #00a0e9;
  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: #00a0e9;
}
.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: #f7f7f7;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f7f7f7;
}
.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(255, 255, 255, 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: #00a0e9;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #00a0e9;
}
.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: #00a0e9;
  border-color: #00a0e9;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #00a0e9;
}
/* ========================================================================
   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: #007db6;
}
.ap-list-filter dd a.active {
  background-color: #00a0e9;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #00a0e9;
}
.category li a.active {
  color: #00a0e9;
}
.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: #00a0e9;
}
.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: #00a0e9;
  border: 1px solid rgba(0, 160, 233, 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: #00a0e9;
}
form .step .ui-step.active .ui-step-title {
  color: #00a0e9;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #00a0e9;
  background-color: #00a0e9;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #00a0e9;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #00a0e9;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #00a0e9;
  color: #00a0e9;
}
.btn-effect-2:hover {
  background-color: #00a0e9;
}
.uk-button.btn-effect-5 {
  background-color: #00a0e9;
  box-shadow: 0 0 15px rgba(0, 160, 233, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #00a0e9;
}
.header-effect-6 [data-item='title']::before {
  background-color: #00a0e9;
}
#a2f6fab1c2a16a5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bf4a331da7b16 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#ae25ca8bd1a85ee [data-item*=".abstract"], #ae25ca8bd1a85ee [data-item*=".abstract"] a {show: true;}#ae25ca8bd1a85ee [data-item*=".subTitle"], #ae25ca8bd1a85ee [data-item*=".subTitle"] a {show: true;}#ae25ca8bd1a85ee [data-item*=".category"], #ae25ca8bd1a85ee [data-item*=".category"] a {show: true;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a88dca5e61a3ef6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab745a7feea83f4 .detail-content .goods-params div {
  margin: 4px 0;
}
#ab745a7feea83f4 .desc {
  white-space: pre-wrap;
}
#ab745a7feea83f4 .video-box,
#ab745a7feea83f4 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ab745a7feea83f4 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ab745a7feea83f4 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ab745a7feea83f4 .preview-box img {
  width: 100%;
}
#ab745a7feea83f4 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#ab745a7feea83f4 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ab745a7feea83f4 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ab745a7feea83f4 .thumb-box {
  width: 100%;
  position: relative;
}
#ab745a7feea83f4 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ab745a7feea83f4 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ab745a7feea83f4 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ab745a7feea83f4 .thumb-list {
  overflow: hidden;
}
#ab745a7feea83f4 .thumb-list ul {
  width: 100000px;
}
#ab745a7feea83f4 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ab745a7feea83f4 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ab745a7feea83f4 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#ab745a7feea83f4 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ab745a7feea83f4 .thumb-list ul li.active img {
  border-color: #00a0e9;
}
#ab745a7feea83f4 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#ab745a7feea83f4 .zoom-box img {
  max-width: initial;
}
#ab745a7feea83f4 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ab745a7feea83f4 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#ab745a7feea83f4 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#ab745a7feea83f4 .goods-intro .price span {
  line-height: 30px;
}
#ab745a7feea83f4 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#ab745a7feea83f4 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #00a0e9;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab745a7feea83f4 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #00a0e9;
  font-size: 18px;
}
#ab745a7feea83f4 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#ab745a7feea83f4 .line-through {
  text-decoration: line-through;
}
#ab745a7feea83f4 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#ab745a7feea83f4 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#ab745a7feea83f4 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#ab745a7feea83f4 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#ab745a7feea83f4 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#ab745a7feea83f4 .number .name {
  line-height: 30px;
  width: 54px;
}
#ab745a7feea83f4 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ab745a7feea83f4 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ab745a7feea83f4 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ab745a7feea83f4 .select-num i {
  line-height: 30px;
}
#ab745a7feea83f4 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ab745a7feea83f4 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ab745a7feea83f4 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ab745a7feea83f4 .buttons {
  margin: 30px 0 0 12px;
}
#ab745a7feea83f4 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #00a0e9;
  text-align: center;
  border-radius: 2px;
}
#ab745a7feea83f4 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#ab745a7feea83f4 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#ab745a7feea83f4 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#ab745a7feea83f4 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#ab745a7feea83f4 .hot-list .img-wrap {
  display: block;
}
#ab745a7feea83f4 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#ab745a7feea83f4 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#ab745a7feea83f4 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#ab745a7feea83f4 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#ab745a7feea83f4 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#ab745a7feea83f4 ::-webkit-scrollbar {
  display: none;
}
#ab745a7feea83f4 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#ab745a7feea83f4 .left .detail-nav-tab .item.uk-active,
#ab745a7feea83f4 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #00a0e9;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#ab745a7feea83f4 .left .detail-nav-tab .item.uk-active a {
  color: #00a0e9;
  cursor: default;
}
#ab745a7feea83f4 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#ab745a7feea83f4 .hot-list .item:last-child {
  border-bottom: none;
}
#ab745a7feea83f4 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#ab745a7feea83f4 .hot-list .item .goods-title:hover {
  color: #00a0e9;
}
#ab745a7feea83f4 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #00a0e9;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab745a7feea83f4 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#ab745a7feea83f4 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#ab745a7feea83f4 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #ab745a7feea83f4 .right {
    width: 100%;
  }
  #ab745a7feea83f4 .preview-box img {
    height: 340px;
  }
  #ab745a7feea83f4 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #ab745a7feea83f4 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ab745a7feea83f4 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a65bfac33ba0be6 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a88dca5e61a3ef6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 1200px) {
  #a4270af41aa0389 .uk-container {
    padding: 0 60px;
  }
}
#a4270af41aa0389 .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #00a0e9;
}
#a4270af41aa0389 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a4270af41aa0389 .uk-card {
  padding: 10px;
}
#a4270af41aa0389 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a4270af41aa0389 .uk-list a.active,
#a4270af41aa0389 .uk-list a:hover {
  color: #00a0e9;
  text-decoration: none;
}
#a4defa69bbadc5f .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a88dca5e61a3ef6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 1200px) {
  #a6d25a3d68a90bc .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a6d25a3d68a90bc .sidebar {
    width: 300px;
    padding: 1;
  }
}
#a6d25a3d68a90bc .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#a6d25a3d68a90bc .rich-img-wrap {
  display: block;
}
#a6d25a3d68a90bc .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#a6d25a3d68a90bc .author-info span {
  background: #b6e8ff;
  border: 1px solid #00a0e9;
  color: #00a0e9;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#a6d25a3d68a90bc .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #00a0e9;
}
#a6d25a3d68a90bc .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#a6d25a3d68a90bc .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#a6d25a3d68a90bc .sidebar .uk-h4:before {
  background: #00a0e9;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#a6d25a3d68a90bc .author-wrapper {
  position: relative;
}
#a6d25a3d68a90bc .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#a6d25a3d68a90bc .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#a6d25a3d68a90bc .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#a6d25a3d68a90bc .new-list li {
  padding: 5px 0 15px;
}
#a6d25a3d68a90bc .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#a6d25a3d68a90bc .sidebar a:hover {
  color: #13b5ff;
}
#a6d25a3d68a90bc .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
#a059ea18bca4d33 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a5fecaa7c0ad06f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5204a3fb4ac032 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#aa686a3c8ea1f61 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#aa686a3c8ea1f61 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aaab3a9f24a7332 {
  overflow: hidden;
  pointer-events: none;
}
#aaab3a9f24a7332 > .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;
}
#aaab3a9f24a7332 > .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;
}
#aaab3a9f24a7332 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaab3a9f24a7332 > .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;
}
#aaab3a9f24a7332 > .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;
}
#aaab3a9f24a7332 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav,
#aaab3a9f24a7332 > .tab-nav,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaab3a9f24a7332 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #4a90e2;
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav-horizontal,
#aaab3a9f24a7332 > .tab-nav-horizontal,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaab3a9f24a7332 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaab3a9f24a7332 > .tab-nav-horizontal::-webkit-scrollbar,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaab3a9f24a7332 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaab3a9f24a7332 > .tab-nav-horizontal.tagScroll,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaab3a9f24a7332 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaab3a9f24a7332 > .tab-nav-horizontal.tagScroll li a,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaab3a9f24a7332 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav a,
#aaab3a9f24a7332 > .tab-nav a,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaab3a9f24a7332 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav li a,
#aaab3a9f24a7332 > .tab-nav li a,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaab3a9f24a7332 > .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;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav li a svg,
#aaab3a9f24a7332 > .tab-nav li a svg,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaab3a9f24a7332 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaab3a9f24a7332 > .tab-nav li a .ap_icon,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaab3a9f24a7332 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav li a:hover,
#aaab3a9f24a7332 > .tab-nav li a:hover,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaab3a9f24a7332 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaab3a9f24a7332 > .tab-nav li.uk-active a,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaab3a9f24a7332 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aaab3a9f24a7332 > .tab-wrap > div > .tab-nav li:last-child a,
#aaab3a9f24a7332 > .tab-nav li:last-child a,
#aaab3a9f24a7332 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#aaab3a9f24a7332 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#aaab3a9f24a7332 .layout-left li,
#aaab3a9f24a7332 .layout-center li,
#aaab3a9f24a7332 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaab3a9f24a7332 .layout-left li a,
#aaab3a9f24a7332 .layout-center li a,
#aaab3a9f24a7332 .layout-right li a {
  height: 100%;
}
#aaab3a9f24a7332 > .tab-tabs .layout-left {
  text-align: left;
}
#aaab3a9f24a7332 > .tab-tabs .layout-center {
  text-align: center;
}
#aaab3a9f24a7332 > .tab-tabs .layout-right {
  text-align: right;
}
#aaab3a9f24a7332 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aaab3a9f24a7332 .tab-content-wrap {
  background-color: #ffffff;
}
#aaab3a9f24a7332 .tab-contents,
#aaab3a9f24a7332 .tab-contents-wrap {
  pointer-events: none;
}
#aaab3a9f24a7332 .tab-content,
#aaab3a9f24a7332 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaab3a9f24a7332 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaab3a9f24a7332 .tab-wrap .tab-contents {
  height: 100%;
}
#aaab3a9f24a7332 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaab3a9f24a7332 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaab3a9f24a7332 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ace97a9257a0029 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ace97a9257a0029 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ace97a9257a0029 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ace97a9257a0029 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ace97a9257a0029 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ace97a9257a0029 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ace97a9257a0029 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ace97a9257a0029 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ace97a9257a0029 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ace97a9257a0029 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ace97a9257a0029 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ace97a9257a0029 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ace97a9257a0029 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ace97a9257a0029 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ace97a9257a0029 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ace97a9257a0029 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ace97a9257a0029 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ace97a9257a0029 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ace97a9257a0029 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ace97a9257a0029 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ace97a9257a0029 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ace97a9257a0029 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ace97a9257a0029 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ace97a9257a0029 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ace97a9257a0029 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ace97a9257a0029 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ace97a9257a0029 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ace97a9257a0029 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ace97a9257a0029 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ace97a9257a0029 .ele-article-list .text-article:hover .time {
  color: auto;
}
#adb1badc44a6cb6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#adb1badc44a6cb6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#adb1badc44a6cb6 .ap-icon {
  margin-right: 6px;
}
#adb1badc44a6cb6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #dbdfe3;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 140px;
  background-color: #dbdfe3;
  height: 40px;
}
#adb1badc44a6cb6 .menu-list > li.icon-bottom > a,
#adb1badc44a6cb6 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#adb1badc44a6cb6 .menu-list > li.icon-bottom > a .ap-icon,
#adb1badc44a6cb6 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#adb1badc44a6cb6 .menu-list > li.icon-bottom > a .ap-icon svg,
#adb1badc44a6cb6 .menu-list > li.icon-top > a .ap-icon svg,
#adb1badc44a6cb6 .menu-list > li.icon-bottom > a .ap-icon img,
#adb1badc44a6cb6 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#adb1badc44a6cb6 .menu-list > li.icon-right > a .ap-icon,
#adb1badc44a6cb6 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#adb1badc44a6cb6 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#adb1badc44a6cb6 .menu-list > li:hover > a,
#adb1badc44a6cb6 .menu-list > li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #000000;
  border-top-style: solid;
  border-right-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#adb1badc44a6cb6 .menu-list ul,
#adb1badc44a6cb6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#adb1badc44a6cb6 .menu-list ul {
  top: 195px;
  left: 50%;
  transform: translateX(-50%);
}
#adb1badc44a6cb6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adb1badc44a6cb6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adb1badc44a6cb6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a83e7a985aa8115 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad61ea2af5aac59 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a0edeac8d8af7a9 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a0edeac8d8af7a9 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a0edeac8d8af7a9 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a0edeac8d8af7a9 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a0edeac8d8af7a9 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a0edeac8d8af7a9 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a0edeac8d8af7a9 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a0edeac8d8af7a9 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a0edeac8d8af7a9 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a0edeac8d8af7a9 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0edeac8d8af7a9 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a0edeac8d8af7a9 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aaadaab102af737 {
  overflow: hidden;
  pointer-events: none;
}
#aaadaab102af737 > .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;
}
#aaadaab102af737 > .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;
}
#aaadaab102af737 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaadaab102af737 > .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;
}
#aaadaab102af737 > .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;
}
#aaadaab102af737 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav,
#aaadaab102af737 > .tab-nav,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaadaab102af737 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #4a90e2;
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav-horizontal,
#aaadaab102af737 > .tab-nav-horizontal,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaadaab102af737 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaadaab102af737 > .tab-nav-horizontal::-webkit-scrollbar,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaadaab102af737 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaadaab102af737 > .tab-nav-horizontal.tagScroll,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaadaab102af737 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaadaab102af737 > .tab-nav-horizontal.tagScroll li a,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaadaab102af737 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav a,
#aaadaab102af737 > .tab-nav a,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaadaab102af737 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav li a,
#aaadaab102af737 > .tab-nav li a,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaadaab102af737 > .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;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav li a svg,
#aaadaab102af737 > .tab-nav li a svg,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaadaab102af737 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaadaab102af737 > .tab-nav li a .ap_icon,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaadaab102af737 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav li a:hover,
#aaadaab102af737 > .tab-nav li a:hover,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaadaab102af737 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaadaab102af737 > .tab-nav li.uk-active a,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaadaab102af737 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aaadaab102af737 > .tab-wrap > div > .tab-nav li:last-child a,
#aaadaab102af737 > .tab-nav li:last-child a,
#aaadaab102af737 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#aaadaab102af737 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#aaadaab102af737 .layout-left li,
#aaadaab102af737 .layout-center li,
#aaadaab102af737 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaadaab102af737 .layout-left li a,
#aaadaab102af737 .layout-center li a,
#aaadaab102af737 .layout-right li a {
  height: 100%;
}
#aaadaab102af737 > .tab-tabs .layout-left {
  text-align: left;
}
#aaadaab102af737 > .tab-tabs .layout-center {
  text-align: center;
}
#aaadaab102af737 > .tab-tabs .layout-right {
  text-align: right;
}
#aaadaab102af737 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aaadaab102af737 .tab-content-wrap {
  background-color: #ffffff;
}
#aaadaab102af737 .tab-contents,
#aaadaab102af737 .tab-contents-wrap {
  pointer-events: none;
}
#aaadaab102af737 .tab-content,
#aaadaab102af737 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaadaab102af737 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaadaab102af737 .tab-wrap .tab-contents {
  height: 100%;
}
#aaadaab102af737 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaadaab102af737 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaadaab102af737 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae0c8aaa14a1864 .i-wrap {
  width: calc(100.1%);
  position: relative;
  left: -0.05rem;
  overflow: hidden;
}
#ae0c8aaa14a1864 .i-bn {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
#ae0c8aaa14a1864 .i-s {
  position: relative;
}
#ae0c8aaa14a1864 .i-item {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  flex-shrink: 0;
  margin: 10px;
  border: 1px solid #dcdcdc;
  border-radius: .1rem;
  position: relative;
  background-color: #fff;
  transition: all .3s;
  overflow: hidden;
}
#ae0c8aaa14a1864 .i-arrow {
  width: 20px;
  height: 40px;
  margin-top: -20px;
  background-image: url(/resources/sys/img/section/arrow-24.png);
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
#ae0c8aaa14a1864 .i-arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
#ae0c8aaa14a1864 .i-prev {
  left: -30px;
}
#ae0c8aaa14a1864 .i-next {
  right: -30px;
  transform: rotate(180deg);
}
#ae0c8aaa14a1864 .i-bn .swiper-wrapper {
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  width: auto;
  height: auto;
}
#ae0c8aaa14a1864 .i-bn .swiper-slide {
  display: inline-flex;
  height: auto;
  white-space: normal;
  flex-wrap: nowrap;
}
#ae0c8aaa14a1864 .i-item:hover {
  border-color: #00a0e9;
}
#ae0c8aaa14a1864 .i-img {
  width: 100%;
  height: auto;
}
#ae0c8aaa14a1864 .i-item .title {
  padding: 10px 0;
  color: #333;
  font-size: 16px;
}
#ae0c8aaa14a1864 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#a1fcda443da4a79 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#ac216a61ffa1dd4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#aeefcac986a6e5e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aeefcac986a6e5e .ele-wrap:hover {background-color: #0483cc;}#adc8aa7265a79e4 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#adc8aa7265a79e4 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#adc8aa7265a79e4 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#adc8aa7265a79e4 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#adc8aa7265a79e4 .marquee-wrap .marquee-item svg,
#adc8aa7265a79e4 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#adc8aa7265a79e4 .marquee-wrap:hover {
  background: ;
}
#adc8aa7265a79e4 .marquee-wrap .content {
  position: absolute;
}
#adc8aa7265a79e4 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 25px;
}
#adc8aa7265a79e4 .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#adc8aa7265a79e4 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 683px;
  overflow: hidden;
  line-height: 348px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 25px;
}
#adc8aa7265a79e4 .marquee-wrap.horizontal .marquee-item span {
  line-height: 348px;
}
#adc8aa7265a79e4 .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a6991ab191a106f .ele-wrap {border-color: #000;color: #fff;font-size: 25px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a6991ab191a106f .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a372ea0809a1271 .ele-wrap {border-color: #000;color: #fff;font-size: 25px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a372ea0809a1271 .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a97c9a07f4ad015 .ele-wrap {border-color: #000;color: #fff;font-size: 25px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a97c9a07f4ad015 .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a3700aba71ad8b5 .ele-wrap {border-color: #000;color: #fff;font-size: 25px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a3700aba71ad8b5 .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a1e5da0118a86ff .ele-wrap {border-color: #000;color: #fff;font-size: 25px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a1e5da0118a86ff .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a2800ae65ca1629 .ele-wrap {border-color: #000;color: #fff;font-size: 25px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a2800ae65ca1629 .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a5131a9ceca0e28 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a5131a9ceca0e28 .ele-wrap:hover {background-color: #0483cc;}#abfb5aad2aa5933 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae0c8aaa14a1864 .uk-grid {margin-left: -7px;}@media (min-width: 1200px) {
                    #ae0c8aaa14a1864 .uk-grid { margin-left: -7px;}
                }@media (max-width: 640) {
                    #ae0c8aaa14a1864 .uk-grid { margin-left: -7px;}
                }#ae0c8aaa14a1864 .uk-grid>* {padding-left: 7px;}@media (min-width: 1200px) {
                    #ae0c8aaa14a1864 .uk-grid>* { padding-left: 7px;}
                }@media (max-width: 640) {#ae0c8aaa14a1864 .uk-grid>* {
                    padding-left: 7px;}
                }#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#aa487a4802aa347 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a24b0a009bacd66 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a817eafabba7cef .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a817eafabba7cef .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a817eafabba7cef .ap-icon {
  margin-right: 6px;
}
#a817eafabba7cef .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a817eafabba7cef .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a817eafabba7cef .menu-list > li:hover > a,
#a817eafabba7cef .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a817eafabba7cef .menu-list ul,
#a817eafabba7cef .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a817eafabba7cef .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a817eafabba7cef .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a817eafabba7cef .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a817eafabba7cef .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9d9ca86dfa5877 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a9d9ca86dfa5877 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a749ea8cdea5c35 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a749ea8cdea5c35 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a05a2a9e86a8508 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a05a2a9e86a8508 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a05a2a9e86a8508 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a05a2a9e86a8508 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a05a2a9e86a8508 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a05a2a9e86a8508 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a05a2a9e86a8508 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a05a2a9e86a8508 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a05a2a9e86a8508 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a05a2a9e86a8508 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a05a2a9e86a8508 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a05a2a9e86a8508 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a05a2a9e86a8508 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a05a2a9e86a8508 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a05a2a9e86a8508 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a05a2a9e86a8508 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a05a2a9e86a8508 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a05a2a9e86a8508 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a05a2a9e86a8508 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a05a2a9e86a8508 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a05a2a9e86a8508 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a05a2a9e86a8508 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a05a2a9e86a8508 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a05a2a9e86a8508 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a05a2a9e86a8508 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a05a2a9e86a8508 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a05a2a9e86a8508 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a05a2a9e86a8508 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a05a2a9e86a8508 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a05a2a9e86a8508 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a186da2de3a7885 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a186da2de3a7885 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a186da2de3a7885 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a186da2de3a7885 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a186da2de3a7885 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a186da2de3a7885 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a186da2de3a7885 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a186da2de3a7885 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a186da2de3a7885 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a186da2de3a7885 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a186da2de3a7885 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a186da2de3a7885 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a186da2de3a7885 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a186da2de3a7885 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a186da2de3a7885 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a186da2de3a7885 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a186da2de3a7885 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a186da2de3a7885 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a186da2de3a7885 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a186da2de3a7885 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a186da2de3a7885 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a186da2de3a7885 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a186da2de3a7885 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a186da2de3a7885 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a186da2de3a7885 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a186da2de3a7885 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a186da2de3a7885 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a186da2de3a7885 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a186da2de3a7885 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a186da2de3a7885 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3b23a576aacc53 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a3b23a576aacc53 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3b23a576aacc53 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a3b23a576aacc53 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a3b23a576aacc53 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a3b23a576aacc53 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a3b23a576aacc53 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a3b23a576aacc53 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a3b23a576aacc53 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a3b23a576aacc53 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a3b23a576aacc53 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a3b23a576aacc53 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a3b23a576aacc53 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a3b23a576aacc53 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a3b23a576aacc53 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a3b23a576aacc53 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a3b23a576aacc53 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a3b23a576aacc53 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a3b23a576aacc53 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a3b23a576aacc53 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a3b23a576aacc53 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a3b23a576aacc53 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a3b23a576aacc53 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3b23a576aacc53 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a3b23a576aacc53 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a3b23a576aacc53 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a3b23a576aacc53 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a3b23a576aacc53 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3b23a576aacc53 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a3b23a576aacc53 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a82dfa42fca562f .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a82dfa42fca562f .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a82dfa42fca562f .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a82dfa42fca562f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a82dfa42fca562f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a82dfa42fca562f .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a82dfa42fca562f .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a82dfa42fca562f .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a82dfa42fca562f .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a82dfa42fca562f .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a82dfa42fca562f .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a82dfa42fca562f .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a82dfa42fca562f .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a82dfa42fca562f .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a82dfa42fca562f .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a82dfa42fca562f .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a82dfa42fca562f .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a82dfa42fca562f .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a82dfa42fca562f .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a82dfa42fca562f .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a82dfa42fca562f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a82dfa42fca562f .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a82dfa42fca562f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a82dfa42fca562f .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a82dfa42fca562f .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a82dfa42fca562f .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a82dfa42fca562f .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a82dfa42fca562f .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a82dfa42fca562f .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a82dfa42fca562f .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac993acbd6ace28 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ac993acbd6ace28 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac993acbd6ace28 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac993acbd6ace28 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac993acbd6ace28 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac993acbd6ace28 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac993acbd6ace28 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ac993acbd6ace28 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac993acbd6ace28 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac993acbd6ace28 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac993acbd6ace28 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac993acbd6ace28 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac993acbd6ace28 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac993acbd6ace28 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac993acbd6ace28 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac993acbd6ace28 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac993acbd6ace28 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac993acbd6ace28 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac993acbd6ace28 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac993acbd6ace28 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ac993acbd6ace28 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac993acbd6ace28 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac993acbd6ace28 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac993acbd6ace28 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ac993acbd6ace28 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac993acbd6ace28 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac993acbd6ace28 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac993acbd6ace28 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac993acbd6ace28 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ac993acbd6ace28 .ele-article-list .text-article:hover .time {
  color: auto;
}
#add1fa0b3aa0b2f {
  overflow: hidden;
  pointer-events: none;
}
#add1fa0b3aa0b2f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 61px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#add1fa0b3aa0b2f > .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;
}
#add1fa0b3aa0b2f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#add1fa0b3aa0b2f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 61px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#add1fa0b3aa0b2f > .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;
}
#add1fa0b3aa0b2f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#add1fa0b3aa0b2f > .tab-wrap > div > .tab-nav,
#add1fa0b3aa0b2f > .tab-nav,
#add1fa0b3aa0b2f > .tab-tabs > .tab-wrap > div > .tab-nav,
#add1fa0b3aa0b2f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#add1fa0b3aa0b2f > .tab-wrap > div > .tab-nav-horizontal,
#add1fa0b3aa0b2f > .tab-nav-horizontal,
#add1fa0b3aa0b2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#add1fa0b3aa0b2f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#add1fa0b3aa0b2f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#add1fa0b3aa0b2f > .tab-nav-horizontal::-webkit-scrollbar,
#add1fa0b3aa0b2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#add1fa0b3aa0b2f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#add1fa0b3aa0b2f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#add1fa0b3aa0b2f > .tab-nav-horizontal.tagScroll,
#add1fa0b3aa0b2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#add1fa0b3aa0b2f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 61px;
  overflow-x: auto;
}
#add1fa0b3aa0b2f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#add1fa0b3aa0b2f > .tab-nav-horizontal.tagScroll li a,
#add1fa0b3aa0b2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#add1fa0b3aa0b2f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#add1fa0b3aa0b2f > .tab-wrap > div > .tab-nav a,
#add1fa0b3aa0b2f > .tab-nav a,
#add1fa0b3aa0b2f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#add1fa0b3aa0b2f > .tab-tabs > .tab-nav a {
  padding: 0 8px;
}
#add1fa0b3aa0b2f > .tab-wrap > div > .tab-nav li a,
#add1fa0b3aa0b2f > .tab-nav li a,
#add1fa0b3aa0b2f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#add1fa0b3aa0b2f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 61px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 8px;
}
#add1fa0b3aa0b2f > .tab-wrap > div > .tab-nav li a svg,
#add1fa0b3aa0b2f > .tab-nav li a svg,
#add1fa0b3aa0b2f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#add1fa0b3aa0b2f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#add1fa0b3aa0b2f > .tab-wrap > div > .tab-nav li a .ap_icon,
#add1fa0b3aa0b2f > .tab-nav li a .ap_icon,
#add1fa0b3aa0b2f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#add1fa0b3aa0b2f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#add1fa0b3aa0b2f > .tab-wrap > div > .tab-nav li a:hover,
#add1fa0b3aa0b2f > .tab-nav li a:hover,
#add1fa0b3aa0b2f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#add1fa0b3aa0b2f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#add1fa0b3aa0b2f > .tab-wrap > div > .tab-nav li.uk-active a,
#add1fa0b3aa0b2f > .tab-nav li.uk-active a,
#add1fa0b3aa0b2f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#add1fa0b3aa0b2f > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #255ea1;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#add1fa0b3aa0b2f .layout-left li,
#add1fa0b3aa0b2f .layout-center li,
#add1fa0b3aa0b2f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#add1fa0b3aa0b2f .layout-left li a,
#add1fa0b3aa0b2f .layout-center li a,
#add1fa0b3aa0b2f .layout-right li a {
  height: 100%;
}
#add1fa0b3aa0b2f > .tab-tabs .layout-left {
  text-align: left;
}
#add1fa0b3aa0b2f > .tab-tabs .layout-center {
  text-align: center;
}
#add1fa0b3aa0b2f > .tab-tabs .layout-right {
  text-align: right;
}
#add1fa0b3aa0b2f .tab-contents {
  height: 100%;
  height: calc(100% - 61px);
}
#add1fa0b3aa0b2f .tab-content-wrap {
  background-color: #f9f5f5;
}
#add1fa0b3aa0b2f .tab-contents,
#add1fa0b3aa0b2f .tab-contents-wrap {
  pointer-events: none;
}
#add1fa0b3aa0b2f .tab-content,
#add1fa0b3aa0b2f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#add1fa0b3aa0b2f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#add1fa0b3aa0b2f .tab-wrap .tab-contents {
  height: 100%;
}
#add1fa0b3aa0b2f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#add1fa0b3aa0b2f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#add1fa0b3aa0b2f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a8616ace71a6e53 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a95caad627a86ce .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a7b68a9d3da10fb a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a7b68a9d3da10fb a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a7500a6efea45e5 {
  overflow: hidden;
  pointer-events: none;
}
#a7500a6efea45e5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7500a6efea45e5 > .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;
}
#a7500a6efea45e5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7500a6efea45e5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7500a6efea45e5 > .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;
}
#a7500a6efea45e5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7500a6efea45e5 > .tab-wrap > div > .tab-nav,
#a7500a6efea45e5 > .tab-nav,
#a7500a6efea45e5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7500a6efea45e5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a7500a6efea45e5 > .tab-wrap > div > .tab-nav-horizontal,
#a7500a6efea45e5 > .tab-nav-horizontal,
#a7500a6efea45e5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7500a6efea45e5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7500a6efea45e5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7500a6efea45e5 > .tab-nav-horizontal::-webkit-scrollbar,
#a7500a6efea45e5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7500a6efea45e5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7500a6efea45e5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7500a6efea45e5 > .tab-nav-horizontal.tagScroll,
#a7500a6efea45e5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7500a6efea45e5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a7500a6efea45e5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7500a6efea45e5 > .tab-nav-horizontal.tagScroll li a,
#a7500a6efea45e5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7500a6efea45e5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7500a6efea45e5 > .tab-wrap > div > .tab-nav a,
#a7500a6efea45e5 > .tab-nav a,
#a7500a6efea45e5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7500a6efea45e5 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a7500a6efea45e5 > .tab-wrap > div > .tab-nav li a,
#a7500a6efea45e5 > .tab-nav li a,
#a7500a6efea45e5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7500a6efea45e5 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#a7500a6efea45e5 > .tab-wrap > div > .tab-nav li a svg,
#a7500a6efea45e5 > .tab-nav li a svg,
#a7500a6efea45e5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7500a6efea45e5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7500a6efea45e5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7500a6efea45e5 > .tab-nav li a .ap_icon,
#a7500a6efea45e5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7500a6efea45e5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7500a6efea45e5 > .tab-wrap > div > .tab-nav li a:hover,
#a7500a6efea45e5 > .tab-nav li a:hover,
#a7500a6efea45e5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7500a6efea45e5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a7500a6efea45e5 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7500a6efea45e5 > .tab-nav li.uk-active a,
#a7500a6efea45e5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7500a6efea45e5 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #084792;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7500a6efea45e5 .layout-left li,
#a7500a6efea45e5 .layout-center li,
#a7500a6efea45e5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7500a6efea45e5 .layout-left li a,
#a7500a6efea45e5 .layout-center li a,
#a7500a6efea45e5 .layout-right li a {
  height: 100%;
}
#a7500a6efea45e5 > .tab-tabs .layout-left {
  text-align: left;
}
#a7500a6efea45e5 > .tab-tabs .layout-center {
  text-align: center;
}
#a7500a6efea45e5 > .tab-tabs .layout-right {
  text-align: right;
}
#a7500a6efea45e5 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a7500a6efea45e5 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a7500a6efea45e5 .tab-contents,
#a7500a6efea45e5 .tab-contents-wrap {
  pointer-events: none;
}
#a7500a6efea45e5 .tab-content,
#a7500a6efea45e5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7500a6efea45e5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7500a6efea45e5 .tab-wrap .tab-contents {
  height: 100%;
}
#a7500a6efea45e5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7500a6efea45e5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7500a6efea45e5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a4ce7aa4afaed55 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8f87a23b1a6d1f .uk-card {
  font-size: 12px;
}
#a8f87a23b1a6d1f .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #00a0e9;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#a8f87a23b1a6d1f .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
#a37b2ae76da6248 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a60f1a1d87acf60 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a60f1a1d87acf60 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a60f1a1d87acf60 .ap-icon {
  margin-right: 6px;
}
#a60f1a1d87acf60 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a60f1a1d87acf60 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a60f1a1d87acf60 .menu-list > li:hover > a,
#a60f1a1d87acf60 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a60f1a1d87acf60 .menu-list ul,
#a60f1a1d87acf60 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a60f1a1d87acf60 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a60f1a1d87acf60 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a60f1a1d87acf60 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a60f1a1d87acf60 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5641aa489ac666 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a5641aa489ac666 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aa21aa8297a30ca .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#aa21aa8297a30ca .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a8f87a23b1a6d1f .uk-grid {margin-left: -200px;}@media (min-width: 1200px) {
                    #a8f87a23b1a6d1f .uk-grid { margin-left: -200px;}
                }@media (max-width: 640) {
                    #a8f87a23b1a6d1f .uk-grid { margin-left: -200px;}
                }#a8f87a23b1a6d1f .uk-grid>* {padding-left: 200px;}@media (min-width: 1200px) {
                    #a8f87a23b1a6d1f .uk-grid>* { padding-left: 200px;}
                }@media (max-width: 640) {#a8f87a23b1a6d1f .uk-grid>* {
                    padding-left: 200px;}
                }#a8f87a23b1a6d1f [data-item*=".title"], #a8f87a23b1a6d1f [data-item*=".title"] a {font-weight: bold;}#a8f87a23b1a6d1f [data-item*=".abstract"], #a8f87a23b1a6d1f [data-item*=".abstract"] a {show: true;max-line: 4;text-align: left;max-words: null;italic: false;bold: false;}#a8f87a23b1a6d1f [data-item*=".subTitle"], #a8f87a23b1a6d1f [data-item*=".subTitle"] a {show: false;}#a8f87a23b1a6d1f [data-item*=".category"], #a8f87a23b1a6d1f [data-item*=".category"] a {show: false;}#a8f87a23b1a6d1f [data-item="items"] .img {background-size: contain;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#adcfaa0121a9834 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad153aca2aad5f8 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a0be3aa567a87fe a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a0be3aa567a87fe a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a12d4a07d2aa25d {
  overflow: hidden;
  pointer-events: none;
}
#a12d4a07d2aa25d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a12d4a07d2aa25d > .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;
}
#a12d4a07d2aa25d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a12d4a07d2aa25d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a12d4a07d2aa25d > .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;
}
#a12d4a07d2aa25d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a12d4a07d2aa25d > .tab-wrap > div > .tab-nav,
#a12d4a07d2aa25d > .tab-nav,
#a12d4a07d2aa25d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a12d4a07d2aa25d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a12d4a07d2aa25d > .tab-wrap > div > .tab-nav-horizontal,
#a12d4a07d2aa25d > .tab-nav-horizontal,
#a12d4a07d2aa25d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a12d4a07d2aa25d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a12d4a07d2aa25d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a12d4a07d2aa25d > .tab-nav-horizontal::-webkit-scrollbar,
#a12d4a07d2aa25d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a12d4a07d2aa25d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a12d4a07d2aa25d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a12d4a07d2aa25d > .tab-nav-horizontal.tagScroll,
#a12d4a07d2aa25d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a12d4a07d2aa25d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a12d4a07d2aa25d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a12d4a07d2aa25d > .tab-nav-horizontal.tagScroll li a,
#a12d4a07d2aa25d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a12d4a07d2aa25d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a12d4a07d2aa25d > .tab-wrap > div > .tab-nav a,
#a12d4a07d2aa25d > .tab-nav a,
#a12d4a07d2aa25d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a12d4a07d2aa25d > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a12d4a07d2aa25d > .tab-wrap > div > .tab-nav li a,
#a12d4a07d2aa25d > .tab-nav li a,
#a12d4a07d2aa25d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a12d4a07d2aa25d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#a12d4a07d2aa25d > .tab-wrap > div > .tab-nav li a svg,
#a12d4a07d2aa25d > .tab-nav li a svg,
#a12d4a07d2aa25d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a12d4a07d2aa25d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a12d4a07d2aa25d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a12d4a07d2aa25d > .tab-nav li a .ap_icon,
#a12d4a07d2aa25d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a12d4a07d2aa25d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a12d4a07d2aa25d > .tab-wrap > div > .tab-nav li a:hover,
#a12d4a07d2aa25d > .tab-nav li a:hover,
#a12d4a07d2aa25d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a12d4a07d2aa25d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a12d4a07d2aa25d > .tab-wrap > div > .tab-nav li.uk-active a,
#a12d4a07d2aa25d > .tab-nav li.uk-active a,
#a12d4a07d2aa25d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a12d4a07d2aa25d > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #084792;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a12d4a07d2aa25d .layout-left li,
#a12d4a07d2aa25d .layout-center li,
#a12d4a07d2aa25d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a12d4a07d2aa25d .layout-left li a,
#a12d4a07d2aa25d .layout-center li a,
#a12d4a07d2aa25d .layout-right li a {
  height: 100%;
}
#a12d4a07d2aa25d > .tab-tabs .layout-left {
  text-align: left;
}
#a12d4a07d2aa25d > .tab-tabs .layout-center {
  text-align: center;
}
#a12d4a07d2aa25d > .tab-tabs .layout-right {
  text-align: right;
}
#a12d4a07d2aa25d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a12d4a07d2aa25d .tab-content-wrap {
  background-color: #f9f5f5;
}
#a12d4a07d2aa25d .tab-contents,
#a12d4a07d2aa25d .tab-contents-wrap {
  pointer-events: none;
}
#a12d4a07d2aa25d .tab-content,
#a12d4a07d2aa25d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a12d4a07d2aa25d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a12d4a07d2aa25d .tab-wrap .tab-contents {
  height: 100%;
}
#a12d4a07d2aa25d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a12d4a07d2aa25d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a12d4a07d2aa25d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a733faeae4a9241 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a12edaa51eabc2f .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a702ea7af0abc77 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a702ea7af0abc77 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a8992aa850a5234 .ele-wrap {border-color: rgb(248, 158, 35);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a8992aa850a5234 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a9611aa721a9670 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a9611aa721a9670 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a9611aa721a9670 .ap-icon {
  margin-right: 6px;
}
#a9611aa721a9670 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a9611aa721a9670 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a9611aa721a9670 .menu-list > li:hover > a,
#a9611aa721a9670 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a9611aa721a9670 .menu-list ul,
#a9611aa721a9670 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9611aa721a9670 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9611aa721a9670 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9611aa721a9670 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9611aa721a9670 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6948a5cdaabe05 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a6948a5cdaabe05 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6948a5cdaabe05 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6948a5cdaabe05 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6948a5cdaabe05 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6948a5cdaabe05 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6948a5cdaabe05 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a6948a5cdaabe05 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6948a5cdaabe05 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6948a5cdaabe05 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6948a5cdaabe05 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6948a5cdaabe05 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6948a5cdaabe05 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6948a5cdaabe05 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6948a5cdaabe05 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6948a5cdaabe05 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6948a5cdaabe05 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6948a5cdaabe05 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6948a5cdaabe05 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6948a5cdaabe05 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a6948a5cdaabe05 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a6948a5cdaabe05 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6948a5cdaabe05 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6948a5cdaabe05 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a6948a5cdaabe05 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6948a5cdaabe05 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6948a5cdaabe05 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6948a5cdaabe05 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6948a5cdaabe05 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a6948a5cdaabe05 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6720a4566a7aab .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a6720a4566a7aab .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6720a4566a7aab .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6720a4566a7aab .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6720a4566a7aab .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6720a4566a7aab .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6720a4566a7aab .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a6720a4566a7aab .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6720a4566a7aab .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6720a4566a7aab .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6720a4566a7aab .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6720a4566a7aab .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6720a4566a7aab .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6720a4566a7aab .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6720a4566a7aab .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6720a4566a7aab .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6720a4566a7aab .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6720a4566a7aab .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6720a4566a7aab .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6720a4566a7aab .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a6720a4566a7aab .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a6720a4566a7aab .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6720a4566a7aab .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6720a4566a7aab .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a6720a4566a7aab .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6720a4566a7aab .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6720a4566a7aab .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6720a4566a7aab .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6720a4566a7aab .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a6720a4566a7aab .ele-article-list .text-article:hover .time {
  color: auto;
}
#afbb9a7423a1ba8 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#afbb9a7423a1ba8 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#afbb9a7423a1ba8 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#afbb9a7423a1ba8 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#afbb9a7423a1ba8 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#afbb9a7423a1ba8 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#afbb9a7423a1ba8 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#afbb9a7423a1ba8 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#afbb9a7423a1ba8 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#afbb9a7423a1ba8 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#afbb9a7423a1ba8 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#afbb9a7423a1ba8 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a2428a06a9a3686 {
  overflow: hidden;
  pointer-events: none;
}
#a2428a06a9a3686 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2428a06a9a3686 > .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;
}
#a2428a06a9a3686 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2428a06a9a3686 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2428a06a9a3686 > .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;
}
#a2428a06a9a3686 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2428a06a9a3686 > .tab-wrap > div > .tab-nav,
#a2428a06a9a3686 > .tab-nav,
#a2428a06a9a3686 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2428a06a9a3686 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a2428a06a9a3686 > .tab-wrap > div > .tab-nav-horizontal,
#a2428a06a9a3686 > .tab-nav-horizontal,
#a2428a06a9a3686 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2428a06a9a3686 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2428a06a9a3686 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2428a06a9a3686 > .tab-nav-horizontal::-webkit-scrollbar,
#a2428a06a9a3686 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2428a06a9a3686 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2428a06a9a3686 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2428a06a9a3686 > .tab-nav-horizontal.tagScroll,
#a2428a06a9a3686 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2428a06a9a3686 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2428a06a9a3686 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2428a06a9a3686 > .tab-nav-horizontal.tagScroll li a,
#a2428a06a9a3686 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2428a06a9a3686 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2428a06a9a3686 > .tab-wrap > div > .tab-nav a,
#a2428a06a9a3686 > .tab-nav a,
#a2428a06a9a3686 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2428a06a9a3686 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a2428a06a9a3686 > .tab-wrap > div > .tab-nav li a,
#a2428a06a9a3686 > .tab-nav li a,
#a2428a06a9a3686 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2428a06a9a3686 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#a2428a06a9a3686 > .tab-wrap > div > .tab-nav li a svg,
#a2428a06a9a3686 > .tab-nav li a svg,
#a2428a06a9a3686 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2428a06a9a3686 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2428a06a9a3686 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2428a06a9a3686 > .tab-nav li a .ap_icon,
#a2428a06a9a3686 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2428a06a9a3686 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2428a06a9a3686 > .tab-wrap > div > .tab-nav li a:hover,
#a2428a06a9a3686 > .tab-nav li a:hover,
#a2428a06a9a3686 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2428a06a9a3686 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a2428a06a9a3686 > .tab-wrap > div > .tab-nav li.uk-active a,
#a2428a06a9a3686 > .tab-nav li.uk-active a,
#a2428a06a9a3686 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2428a06a9a3686 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #255ea1;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a2428a06a9a3686 .layout-left li,
#a2428a06a9a3686 .layout-center li,
#a2428a06a9a3686 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2428a06a9a3686 .layout-left li a,
#a2428a06a9a3686 .layout-center li a,
#a2428a06a9a3686 .layout-right li a {
  height: 100%;
}
#a2428a06a9a3686 > .tab-tabs .layout-left {
  text-align: left;
}
#a2428a06a9a3686 > .tab-tabs .layout-center {
  text-align: center;
}
#a2428a06a9a3686 > .tab-tabs .layout-right {
  text-align: right;
}
#a2428a06a9a3686 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2428a06a9a3686 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a2428a06a9a3686 .tab-contents,
#a2428a06a9a3686 .tab-contents-wrap {
  pointer-events: none;
}
#a2428a06a9a3686 .tab-content,
#a2428a06a9a3686 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2428a06a9a3686 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2428a06a9a3686 .tab-wrap .tab-contents {
  height: 100%;
}
#a2428a06a9a3686 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2428a06a9a3686 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2428a06a9a3686 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a0ca8a046da4040 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a01e2a679fa8af6 .cus-btn:hover {
  background: #00a0e9;
  color: #fff;
  border-color: #00a0e9;
}
#a4b9fabfcaaa2cf .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a8a73aa07aa1634 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8a73aa07aa1634 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8a73aa07aa1634 .ap-icon {
  margin-right: 6px;
}
#a8a73aa07aa1634 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8a73aa07aa1634 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a8a73aa07aa1634 .menu-list > li:hover > a,
#a8a73aa07aa1634 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a8a73aa07aa1634 .menu-list ul,
#a8a73aa07aa1634 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8a73aa07aa1634 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a73aa07aa1634 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a73aa07aa1634 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a73aa07aa1634 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa715aca53ab735 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#aa715aca53ab735 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ae011a759ba7c5b .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#ae011a759ba7c5b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a9106a4db0a6230 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a9106a4db0a6230 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a3807a0803ae259 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a3807a0803ae259 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#a1ebba441ca2967 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a1ebba441ca2967 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#ace03a0eeca4bea .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ace03a0eeca4bea .ele-wrap:hover {background-color: #0483cc;}#a813faa748a2c61 .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a813faa748a2c61 .ele-wrap:hover {background-color: #0483cc;}#a171fa86c0a4a2d .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a171fa86c0a4a2d .ele-wrap:hover {background-color: #0483cc;}#a162fa5b0aa7e6f .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a162fa5b0aa7e6f .marquee-wrap > .str_move {
  cursor: text;
}
#a162fa5b0aa7e6f .marquee-wrap:hover {
  background: #fafafa;
}
#a162fa5b0aa7e6f .marquee-wrap .content {
  position: absolute;
}
#a162fa5b0aa7e6f .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a162fa5b0aa7e6f .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
#a01e2a679fa8af6 .uk-container {max-width: 1200px;}#a01e2a679fa8af6 [data-item*=".abstract"], #a01e2a679fa8af6 [data-item*=".abstract"] a {show: true;}#a01e2a679fa8af6 [data-item*=".subTitle"], #a01e2a679fa8af6 [data-item*=".subTitle"] a {show: true;}#a01e2a679fa8af6 [data-item*=".category"], #a01e2a679fa8af6 [data-item*=".category"] a {show: true;}#a01e2a679fa8af6 [data-item="items"] .img {background-size: contain;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ac937af313a1b66 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a83cdacd3eaeb6d .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a6c1ca0fada7996 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a6c1ca0fada7996 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a3f94a1638aa6e3 {
  overflow: hidden;
  pointer-events: none;
}
#a3f94a1638aa6e3 > .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;
}
#a3f94a1638aa6e3 > .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;
}
#a3f94a1638aa6e3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3f94a1638aa6e3 > .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;
}
#a3f94a1638aa6e3 > .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;
}
#a3f94a1638aa6e3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav,
#a3f94a1638aa6e3 > .tab-nav,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3f94a1638aa6e3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #4a90e2;
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav-horizontal,
#a3f94a1638aa6e3 > .tab-nav-horizontal,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3f94a1638aa6e3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3f94a1638aa6e3 > .tab-nav-horizontal::-webkit-scrollbar,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3f94a1638aa6e3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3f94a1638aa6e3 > .tab-nav-horizontal.tagScroll,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3f94a1638aa6e3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3f94a1638aa6e3 > .tab-nav-horizontal.tagScroll li a,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3f94a1638aa6e3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav a,
#a3f94a1638aa6e3 > .tab-nav a,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3f94a1638aa6e3 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav li a,
#a3f94a1638aa6e3 > .tab-nav li a,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3f94a1638aa6e3 > .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;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav li a svg,
#a3f94a1638aa6e3 > .tab-nav li a svg,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3f94a1638aa6e3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3f94a1638aa6e3 > .tab-nav li a .ap_icon,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3f94a1638aa6e3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav li a:hover,
#a3f94a1638aa6e3 > .tab-nav li a:hover,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3f94a1638aa6e3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3f94a1638aa6e3 > .tab-nav li.uk-active a,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3f94a1638aa6e3 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3f94a1638aa6e3 > .tab-wrap > div > .tab-nav li:last-child a,
#a3f94a1638aa6e3 > .tab-nav li:last-child a,
#a3f94a1638aa6e3 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3f94a1638aa6e3 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3f94a1638aa6e3 .layout-left li,
#a3f94a1638aa6e3 .layout-center li,
#a3f94a1638aa6e3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3f94a1638aa6e3 .layout-left li a,
#a3f94a1638aa6e3 .layout-center li a,
#a3f94a1638aa6e3 .layout-right li a {
  height: 100%;
}
#a3f94a1638aa6e3 > .tab-tabs .layout-left {
  text-align: left;
}
#a3f94a1638aa6e3 > .tab-tabs .layout-center {
  text-align: center;
}
#a3f94a1638aa6e3 > .tab-tabs .layout-right {
  text-align: right;
}
#a3f94a1638aa6e3 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3f94a1638aa6e3 .tab-content-wrap {
  background-color: #ffffff;
}
#a3f94a1638aa6e3 .tab-contents,
#a3f94a1638aa6e3 .tab-contents-wrap {
  pointer-events: none;
}
#a3f94a1638aa6e3 .tab-content,
#a3f94a1638aa6e3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3f94a1638aa6e3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3f94a1638aa6e3 .tab-wrap .tab-contents {
  height: 100%;
}
#a3f94a1638aa6e3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3f94a1638aa6e3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3f94a1638aa6e3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a51c6a7b6ba64d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a51c6a7b6ba64d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a51c6a7b6ba64d5 .ap-icon {
  margin-right: 6px;
}
#a51c6a7b6ba64d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #dbdfe3;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 140px;
  background-color: #dbdfe3;
  height: 40px;
}
#a51c6a7b6ba64d5 .menu-list > li.icon-bottom > a,
#a51c6a7b6ba64d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a51c6a7b6ba64d5 .menu-list > li.icon-bottom > a .ap-icon,
#a51c6a7b6ba64d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a51c6a7b6ba64d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a51c6a7b6ba64d5 .menu-list > li.icon-top > a .ap-icon svg,
#a51c6a7b6ba64d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a51c6a7b6ba64d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a51c6a7b6ba64d5 .menu-list > li.icon-right > a .ap-icon,
#a51c6a7b6ba64d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a51c6a7b6ba64d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a51c6a7b6ba64d5 .menu-list > li:hover > a,
#a51c6a7b6ba64d5 .menu-list > li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #000000;
  border-top-style: solid;
  border-right-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a51c6a7b6ba64d5 .menu-list ul,
#a51c6a7b6ba64d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a51c6a7b6ba64d5 .menu-list ul {
  top: 195px;
  left: 50%;
  transform: translateX(-50%);
}
#a51c6a7b6ba64d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a51c6a7b6ba64d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a51c6a7b6ba64d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a0586a7054a80eb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acff2ac07ba5ba1 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a70aba7310a196c {
  overflow: hidden;
  pointer-events: none;
}
#a70aba7310a196c > .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;
}
#a70aba7310a196c > .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;
}
#a70aba7310a196c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a70aba7310a196c > .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;
}
#a70aba7310a196c > .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;
}
#a70aba7310a196c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav,
#a70aba7310a196c > .tab-nav,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a70aba7310a196c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #4a90e2;
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav-horizontal,
#a70aba7310a196c > .tab-nav-horizontal,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a70aba7310a196c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a70aba7310a196c > .tab-nav-horizontal::-webkit-scrollbar,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a70aba7310a196c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a70aba7310a196c > .tab-nav-horizontal.tagScroll,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a70aba7310a196c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a70aba7310a196c > .tab-nav-horizontal.tagScroll li a,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a70aba7310a196c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav a,
#a70aba7310a196c > .tab-nav a,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a70aba7310a196c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav li a,
#a70aba7310a196c > .tab-nav li a,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a70aba7310a196c > .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;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav li a svg,
#a70aba7310a196c > .tab-nav li a svg,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a70aba7310a196c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a70aba7310a196c > .tab-nav li a .ap_icon,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a70aba7310a196c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav li a:hover,
#a70aba7310a196c > .tab-nav li a:hover,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a70aba7310a196c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav li.uk-active a,
#a70aba7310a196c > .tab-nav li.uk-active a,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a70aba7310a196c > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a70aba7310a196c > .tab-wrap > div > .tab-nav li:last-child a,
#a70aba7310a196c > .tab-nav li:last-child a,
#a70aba7310a196c > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a70aba7310a196c > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a70aba7310a196c .layout-left li,
#a70aba7310a196c .layout-center li,
#a70aba7310a196c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a70aba7310a196c .layout-left li a,
#a70aba7310a196c .layout-center li a,
#a70aba7310a196c .layout-right li a {
  height: 100%;
}
#a70aba7310a196c > .tab-tabs .layout-left {
  text-align: left;
}
#a70aba7310a196c > .tab-tabs .layout-center {
  text-align: center;
}
#a70aba7310a196c > .tab-tabs .layout-right {
  text-align: right;
}
#a70aba7310a196c .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a70aba7310a196c .tab-content-wrap {
  background-color: #ffffff;
}
#a70aba7310a196c .tab-contents,
#a70aba7310a196c .tab-contents-wrap {
  pointer-events: none;
}
#a70aba7310a196c .tab-content,
#a70aba7310a196c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a70aba7310a196c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a70aba7310a196c .tab-wrap .tab-contents {
  height: 100%;
}
#a70aba7310a196c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a70aba7310a196c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a70aba7310a196c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aeab0afa86a28a6 .a9fe4a3ec8ad893 {
  overflow: hidden;
}
#aeab0afa86a28a6 .a9fe4a3ec8ad893 , #aeab0afa86a28a6 .a9fe4a3ec8ad893 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#aeab0afa86a28a6 .a280ba1548ac5ed {
  overflow: hidden;
}
#aeab0afa86a28a6 .a6139a380da81d1  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#aeab0afa86a28a6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aeab0afa86a28a6 .uk-position-center-left-out {
    left: -30px;
  }
  #aeab0afa86a28a6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a0908a71d9a2485 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a24f1a349bada4b .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a3b5cace15aa389 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a3b5cace15aa389 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a7ad3abec9a4eb8 .ele-wrap {border-color: rgb(248, 158, 35);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a7ad3abec9a4eb8 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#a7d28a34bca80d4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7d28a34bca80d4 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a7d28a34bca80d4 .ap-icon {
  margin-right: 6px;
}
#a7d28a34bca80d4 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a7d28a34bca80d4 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a7d28a34bca80d4 .menu-list > li:hover > a,
#a7d28a34bca80d4 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7d28a34bca80d4 .menu-list ul,
#a7d28a34bca80d4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7d28a34bca80d4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7d28a34bca80d4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7d28a34bca80d4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7d28a34bca80d4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa39bafbb2aad11 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aa39bafbb2aad11 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa39bafbb2aad11 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa39bafbb2aad11 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa39bafbb2aad11 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa39bafbb2aad11 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa39bafbb2aad11 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa39bafbb2aad11 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa39bafbb2aad11 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa39bafbb2aad11 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa39bafbb2aad11 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa39bafbb2aad11 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa39bafbb2aad11 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa39bafbb2aad11 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa39bafbb2aad11 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa39bafbb2aad11 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa39bafbb2aad11 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa39bafbb2aad11 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa39bafbb2aad11 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa39bafbb2aad11 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa39bafbb2aad11 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aa39bafbb2aad11 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa39bafbb2aad11 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa39bafbb2aad11 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#aa39bafbb2aad11 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa39bafbb2aad11 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa39bafbb2aad11 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa39bafbb2aad11 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa39bafbb2aad11 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#aa39bafbb2aad11 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4fb8a6c0caecd1 .uk-grid {
  margin-left: -15px;
}
#a4fb8a6c0caecd1 .uk-grid > * {
  padding-left: 15px;
}
#a4fb8a6c0caecd1 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4fb8a6c0caecd1 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a4fb8a6c0caecd1 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a4fb8a6c0caecd1 .article .info {
  padding: 20px 0px;
  position: relative;
}
#a4fb8a6c0caecd1 .article .info p {
  margin: 10px 0 10px;
}
#a4fb8a6c0caecd1 .article svg {
  fill: currentColor;
}
#a4fb8a6c0caecd1 .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a4fb8a6c0caecd1 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a4fb8a6c0caecd1 .article.list-icon .info {
  padding-left: 25px;
}
#a4fb8a6c0caecd1 .article .datetime {
  position: absolute;
  right: 0px;
  top: 20px;
}
#a4fb8a6c0caecd1 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a4fb8a6c0caecd1 .article:hover .title {
  color: #626262;
}
#a4fb8a6c0caecd1 .article:hover .datetime {
  color: #b6b6b6;
}
#a4fb8a6c0caecd1 .article:hover .category {
  color: #b6b6b6;
}
#a4fb8a6c0caecd1 .article:hover .abstract {
  color: #b6b6b6;
}
#a4fb8a6c0caecd1 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a4fb8a6c0caecd1 .article:hover .list_icon {
  color: #b6b6b6;
}
#ac789ae8cca177f {
  overflow: hidden;
  pointer-events: none;
}
#ac789ae8cca177f > .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;
}
#ac789ae8cca177f > .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;
}
#ac789ae8cca177f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac789ae8cca177f > .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;
}
#ac789ae8cca177f > .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;
}
#ac789ae8cca177f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav,
#ac789ae8cca177f > .tab-nav,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac789ae8cca177f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #4a90e2;
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav-horizontal,
#ac789ae8cca177f > .tab-nav-horizontal,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac789ae8cca177f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac789ae8cca177f > .tab-nav-horizontal::-webkit-scrollbar,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac789ae8cca177f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac789ae8cca177f > .tab-nav-horizontal.tagScroll,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac789ae8cca177f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac789ae8cca177f > .tab-nav-horizontal.tagScroll li a,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac789ae8cca177f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav a,
#ac789ae8cca177f > .tab-nav a,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac789ae8cca177f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav li a,
#ac789ae8cca177f > .tab-nav li a,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac789ae8cca177f > .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;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
  background-color: #4a90e2;
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav li a svg,
#ac789ae8cca177f > .tab-nav li a svg,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac789ae8cca177f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac789ae8cca177f > .tab-nav li a .ap_icon,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac789ae8cca177f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav li a:hover,
#ac789ae8cca177f > .tab-nav li a:hover,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac789ae8cca177f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav li.uk-active a,
#ac789ae8cca177f > .tab-nav li.uk-active a,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac789ae8cca177f > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #255ea1;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac789ae8cca177f > .tab-wrap > div > .tab-nav li:last-child a,
#ac789ae8cca177f > .tab-nav li:last-child a,
#ac789ae8cca177f > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ac789ae8cca177f > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ac789ae8cca177f .layout-left li,
#ac789ae8cca177f .layout-center li,
#ac789ae8cca177f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac789ae8cca177f .layout-left li a,
#ac789ae8cca177f .layout-center li a,
#ac789ae8cca177f .layout-right li a {
  height: 100%;
}
#ac789ae8cca177f > .tab-tabs .layout-left {
  text-align: left;
}
#ac789ae8cca177f > .tab-tabs .layout-center {
  text-align: center;
}
#ac789ae8cca177f > .tab-tabs .layout-right {
  text-align: right;
}
#ac789ae8cca177f .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ac789ae8cca177f .tab-content-wrap {
  background-color: #ffffff;
}
#ac789ae8cca177f .tab-contents,
#ac789ae8cca177f .tab-contents-wrap {
  pointer-events: none;
}
#ac789ae8cca177f .tab-content,
#ac789ae8cca177f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac789ae8cca177f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac789ae8cca177f .tab-wrap .tab-contents {
  height: 100%;
}
#ac789ae8cca177f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac789ae8cca177f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac789ae8cca177f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aaf0ca455ea82d5 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aaf0ca455ea82d5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aaf0ca455ea82d5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aaf0ca455ea82d5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aaf0ca455ea82d5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aaf0ca455ea82d5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aaf0ca455ea82d5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aaf0ca455ea82d5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aaf0ca455ea82d5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aaf0ca455ea82d5 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aaf0ca455ea82d5 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#aaf0ca455ea82d5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9f53a4a42ad440 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a9f53a4a42ad440 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9f53a4a42ad440 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9f53a4a42ad440 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9f53a4a42ad440 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9f53a4a42ad440 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9f53a4a42ad440 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9f53a4a42ad440 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9f53a4a42ad440 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9f53a4a42ad440 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a9f53a4a42ad440 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9f53a4a42ad440 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9f53a4a42ad440 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9f53a4a42ad440 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9f53a4a42ad440 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9f53a4a42ad440 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9f53a4a42ad440 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9f53a4a42ad440 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9f53a4a42ad440 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9f53a4a42ad440 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9f53a4a42ad440 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9f53a4a42ad440 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9f53a4a42ad440 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9f53a4a42ad440 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a9f53a4a42ad440 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9f53a4a42ad440 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9f53a4a42ad440 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9f53a4a42ad440 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9f53a4a42ad440 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a9f53a4a42ad440 .ele-article-list .text-article:hover .time {
  color: auto;
}
#afa75a58d4a1e46 {
  overflow: hidden;
  pointer-events: none;
}
#afa75a58d4a1e46 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#afa75a58d4a1e46 > .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;
}
#afa75a58d4a1e46 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afa75a58d4a1e46 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#afa75a58d4a1e46 > .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;
}
#afa75a58d4a1e46 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afa75a58d4a1e46 > .tab-wrap > div > .tab-nav,
#afa75a58d4a1e46 > .tab-nav,
#afa75a58d4a1e46 > .tab-tabs > .tab-wrap > div > .tab-nav,
#afa75a58d4a1e46 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#afa75a58d4a1e46 > .tab-wrap > div > .tab-nav-horizontal,
#afa75a58d4a1e46 > .tab-nav-horizontal,
#afa75a58d4a1e46 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afa75a58d4a1e46 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afa75a58d4a1e46 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afa75a58d4a1e46 > .tab-nav-horizontal::-webkit-scrollbar,
#afa75a58d4a1e46 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afa75a58d4a1e46 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afa75a58d4a1e46 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afa75a58d4a1e46 > .tab-nav-horizontal.tagScroll,
#afa75a58d4a1e46 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afa75a58d4a1e46 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#afa75a58d4a1e46 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afa75a58d4a1e46 > .tab-nav-horizontal.tagScroll li a,
#afa75a58d4a1e46 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afa75a58d4a1e46 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afa75a58d4a1e46 > .tab-wrap > div > .tab-nav a,
#afa75a58d4a1e46 > .tab-nav a,
#afa75a58d4a1e46 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afa75a58d4a1e46 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#afa75a58d4a1e46 > .tab-wrap > div > .tab-nav li a,
#afa75a58d4a1e46 > .tab-nav li a,
#afa75a58d4a1e46 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afa75a58d4a1e46 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#afa75a58d4a1e46 > .tab-wrap > div > .tab-nav li a svg,
#afa75a58d4a1e46 > .tab-nav li a svg,
#afa75a58d4a1e46 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afa75a58d4a1e46 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afa75a58d4a1e46 > .tab-wrap > div > .tab-nav li a .ap_icon,
#afa75a58d4a1e46 > .tab-nav li a .ap_icon,
#afa75a58d4a1e46 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afa75a58d4a1e46 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afa75a58d4a1e46 > .tab-wrap > div > .tab-nav li a:hover,
#afa75a58d4a1e46 > .tab-nav li a:hover,
#afa75a58d4a1e46 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afa75a58d4a1e46 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#afa75a58d4a1e46 > .tab-wrap > div > .tab-nav li.uk-active a,
#afa75a58d4a1e46 > .tab-nav li.uk-active a,
#afa75a58d4a1e46 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afa75a58d4a1e46 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #255ea1;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#afa75a58d4a1e46 .layout-left li,
#afa75a58d4a1e46 .layout-center li,
#afa75a58d4a1e46 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afa75a58d4a1e46 .layout-left li a,
#afa75a58d4a1e46 .layout-center li a,
#afa75a58d4a1e46 .layout-right li a {
  height: 100%;
}
#afa75a58d4a1e46 > .tab-tabs .layout-left {
  text-align: left;
}
#afa75a58d4a1e46 > .tab-tabs .layout-center {
  text-align: center;
}
#afa75a58d4a1e46 > .tab-tabs .layout-right {
  text-align: right;
}
#afa75a58d4a1e46 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#afa75a58d4a1e46 .tab-content-wrap {
  background-color: #f9f5f5;
}
#afa75a58d4a1e46 .tab-contents,
#afa75a58d4a1e46 .tab-contents-wrap {
  pointer-events: none;
}
#afa75a58d4a1e46 .tab-content,
#afa75a58d4a1e46 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afa75a58d4a1e46 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afa75a58d4a1e46 .tab-wrap .tab-contents {
  height: 100%;
}
#afa75a58d4a1e46 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afa75a58d4a1e46 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afa75a58d4a1e46 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ad434ac4a8a4050 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adaf7a34e8a6db6 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#aa77aae6d6ab2af .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa77aae6d6ab2af .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa77aae6d6ab2af .ap-icon {
  margin-right: 6px;
}
#aa77aae6d6ab2af .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa77aae6d6ab2af .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#aa77aae6d6ab2af .menu-list > li:hover > a,
#aa77aae6d6ab2af .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa77aae6d6ab2af .menu-list ul,
#aa77aae6d6ab2af .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa77aae6d6ab2af .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa77aae6d6ab2af .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa77aae6d6ab2af .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa77aae6d6ab2af .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5ddfa4efeae0b7 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a5ddfa4efeae0b7 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aca70a3655afe2a .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#aca70a3655afe2a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a1fd5a2e4daa9f3 {
  overflow: hidden;
  pointer-events: none;
}
#a1fd5a2e4daa9f3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 62px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1fd5a2e4daa9f3 > .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;
}
#a1fd5a2e4daa9f3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1fd5a2e4daa9f3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 62px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1fd5a2e4daa9f3 > .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;
}
#a1fd5a2e4daa9f3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav,
#a1fd5a2e4daa9f3 > .tab-nav,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav-horizontal,
#a1fd5a2e4daa9f3 > .tab-nav-horizontal,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1fd5a2e4daa9f3 > .tab-nav-horizontal::-webkit-scrollbar,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1fd5a2e4daa9f3 > .tab-nav-horizontal.tagScroll,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 62px;
  overflow-x: auto;
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1fd5a2e4daa9f3 > .tab-nav-horizontal.tagScroll li a,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav a,
#a1fd5a2e4daa9f3 > .tab-nav a,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav li a,
#a1fd5a2e4daa9f3 > .tab-nav li a,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 61px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 62px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  line-height: 20px;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 10px;
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav li a svg,
#a1fd5a2e4daa9f3 > .tab-nav li a svg,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1fd5a2e4daa9f3 > .tab-nav li a .ap_icon,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav li a:hover,
#a1fd5a2e4daa9f3 > .tab-nav li a:hover,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a1fd5a2e4daa9f3 > .tab-nav li.uk-active a,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #225475;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a1fd5a2e4daa9f3 > .tab-wrap > div > .tab-nav li:last-child a,
#a1fd5a2e4daa9f3 > .tab-nav li:last-child a,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a1fd5a2e4daa9f3 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a1fd5a2e4daa9f3 .layout-left li,
#a1fd5a2e4daa9f3 .layout-center li,
#a1fd5a2e4daa9f3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1fd5a2e4daa9f3 .layout-left li a,
#a1fd5a2e4daa9f3 .layout-center li a,
#a1fd5a2e4daa9f3 .layout-right li a {
  height: 100%;
}
#a1fd5a2e4daa9f3 > .tab-tabs .layout-left {
  text-align: left;
}
#a1fd5a2e4daa9f3 > .tab-tabs .layout-center {
  text-align: center;
}
#a1fd5a2e4daa9f3 > .tab-tabs .layout-right {
  text-align: right;
}
#a1fd5a2e4daa9f3 .tab-contents {
  height: 100%;
  height: calc(100% - 62px);
}
#a1fd5a2e4daa9f3 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a1fd5a2e4daa9f3 .tab-contents,
#a1fd5a2e4daa9f3 .tab-contents-wrap {
  pointer-events: none;
}
#a1fd5a2e4daa9f3 .tab-content,
#a1fd5a2e4daa9f3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1fd5a2e4daa9f3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1fd5a2e4daa9f3 .tab-wrap .tab-contents {
  height: 100%;
}
#a1fd5a2e4daa9f3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1fd5a2e4daa9f3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1fd5a2e4daa9f3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1042a9254a77e0 {
  overflow: hidden;
  pointer-events: none;
}
#a1042a9254a77e0 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 29px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1042a9254a77e0 > .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;
}
#a1042a9254a77e0 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1042a9254a77e0 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 29px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1042a9254a77e0 > .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;
}
#a1042a9254a77e0 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1042a9254a77e0 > .tab-wrap > div > .tab-nav,
#a1042a9254a77e0 > .tab-nav,
#a1042a9254a77e0 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1042a9254a77e0 > .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;
}
#a1042a9254a77e0 > .tab-wrap > div > .tab-nav-horizontal,
#a1042a9254a77e0 > .tab-nav-horizontal,
#a1042a9254a77e0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1042a9254a77e0 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1042a9254a77e0 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1042a9254a77e0 > .tab-nav-horizontal::-webkit-scrollbar,
#a1042a9254a77e0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1042a9254a77e0 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1042a9254a77e0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1042a9254a77e0 > .tab-nav-horizontal.tagScroll,
#a1042a9254a77e0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1042a9254a77e0 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 29px;
  overflow-x: auto;
}
#a1042a9254a77e0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1042a9254a77e0 > .tab-nav-horizontal.tagScroll li a,
#a1042a9254a77e0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1042a9254a77e0 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1042a9254a77e0 > .tab-wrap > div > .tab-nav a,
#a1042a9254a77e0 > .tab-nav a,
#a1042a9254a77e0 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1042a9254a77e0 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1042a9254a77e0 > .tab-wrap > div > .tab-nav li a,
#a1042a9254a77e0 > .tab-nav li a,
#a1042a9254a77e0 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1042a9254a77e0 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 29px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a1042a9254a77e0 > .tab-wrap > div > .tab-nav li a svg,
#a1042a9254a77e0 > .tab-nav li a svg,
#a1042a9254a77e0 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1042a9254a77e0 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1042a9254a77e0 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1042a9254a77e0 > .tab-nav li a .ap_icon,
#a1042a9254a77e0 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1042a9254a77e0 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1042a9254a77e0 > .tab-wrap > div > .tab-nav li a:hover,
#a1042a9254a77e0 > .tab-nav li a:hover,
#a1042a9254a77e0 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1042a9254a77e0 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a1042a9254a77e0 > .tab-wrap > div > .tab-nav li.uk-active a,
#a1042a9254a77e0 > .tab-nav li.uk-active a,
#a1042a9254a77e0 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1042a9254a77e0 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a1042a9254a77e0 .layout-left li,
#a1042a9254a77e0 .layout-center li,
#a1042a9254a77e0 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1042a9254a77e0 .layout-left li a,
#a1042a9254a77e0 .layout-center li a,
#a1042a9254a77e0 .layout-right li a {
  height: 100%;
}
#a1042a9254a77e0 > .tab-tabs .layout-left {
  text-align: left;
}
#a1042a9254a77e0 > .tab-tabs .layout-center {
  text-align: center;
}
#a1042a9254a77e0 > .tab-tabs .layout-right {
  text-align: right;
}
#a1042a9254a77e0 .tab-contents {
  height: 100%;
  height: calc(100% - 29px);
}
#a1042a9254a77e0 .tab-content-wrap {
  background-color: #ffffff;
}
#a1042a9254a77e0 .tab-contents,
#a1042a9254a77e0 .tab-contents-wrap {
  pointer-events: none;
}
#a1042a9254a77e0 .tab-content,
#a1042a9254a77e0 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1042a9254a77e0 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1042a9254a77e0 .tab-wrap .tab-contents {
  height: 100%;
}
#a1042a9254a77e0 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1042a9254a77e0 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1042a9254a77e0 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a5785acbf8ad82a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a821ba9b2aa861e .slider-nav {
  position: absolute;
  right: 0;
  top: -60px;
}
#a821ba9b2aa861e .uk-slidenav {
  border: 1px solid #ccc;
  margin: 0;
  transition: all 0.1s ease-in;
}
#a821ba9b2aa861e .uk-slidenav:hover {
  background-color: #00a0e9;
  border-color: #00a0e9;
}
#a821ba9b2aa861e .uk-slidenav:hover svg {
  color: #fff;
}
#ad4e2a3c1daf92a .lbt-box {
  position: relative;
  height: 500px;
  margin: 0 auto;
}
#ad4e2a3c1daf92a .imgs {
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
#ad4e2a3c1daf92a .imgitem {
  position: absolute;
  width: 400px;
  height: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  transition: .8s;
  opacity: 0;
}
#ad4e2a3c1daf92a .imgitem img {
  width: 100%;
  height: 100%;
}
#ad4e2a3c1daf92a .cur-img {
  width: 800px;
  z-index: 100;
  opacity: 1;
}
#ad4e2a3c1daf92a .pre-img {
  transform: translateX(-400px) rotateY(30deg) scale(0.8);
  z-index: 9;
  opacity: 0.9;
}
#ad4e2a3c1daf92a .next-img {
  transform: translateX(400px) rotateY(-30deg) scale(0.8);
  z-index: 9;
  opacity: 0.9;
}
#ac461aa3aaa2675 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a8c7bab21aa4c4c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8c7bab21aa4c4c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8c7bab21aa4c4c .ap-icon {
  margin-right: 6px;
}
#a8c7bab21aa4c4c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8c7bab21aa4c4c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a8c7bab21aa4c4c .menu-list > li:hover > a,
#a8c7bab21aa4c4c .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a8c7bab21aa4c4c .menu-list ul,
#a8c7bab21aa4c4c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8c7bab21aa4c4c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8c7bab21aa4c4c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8c7bab21aa4c4c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8c7bab21aa4c4c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1b68a47d8a7d9f a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a1b68a47d8a7d9f a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ae279aa968a1f98 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#ae279aa968a1f98 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a4e73a1ccaa1b86 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 3px;justify-content: center;}#a4e73a1ccaa1b86 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a821ba9b2aa861e [data-item*=".abstract"], #a821ba9b2aa861e [data-item*=".abstract"] a {show: true;}#a821ba9b2aa861e [data-item*=".subTitle"], #a821ba9b2aa861e [data-item*=".subTitle"] a {show: false;}#a821ba9b2aa861e [data-item*=".category"], #a821ba9b2aa861e [data-item*=".category"] a {show: true;}#a821ba9b2aa861e [data-item="items"] .img {background-size: contain;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a2a90a79afa233d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a46c1a71d1a283d .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a321eab25caa7d0 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a321eab25caa7d0 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aeb65a0f94a4acf .uk-grid {
  margin-left: -15px;
}
#aeb65a0f94a4acf .uk-grid > * {
  padding-left: 15px;
}
#aeb65a0f94a4acf .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aeb65a0f94a4acf .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aeb65a0f94a4acf .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aeb65a0f94a4acf .article .info {
  padding: 20px 10px;
  position: relative;
}
#aeb65a0f94a4acf .article .info p {
  margin: 10px 0 10px;
}
#aeb65a0f94a4acf .article svg {
  fill: currentColor;
}
#aeb65a0f94a4acf .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#aeb65a0f94a4acf .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#aeb65a0f94a4acf .article.list-icon .info {
  padding-left: 25px;
}
#aeb65a0f94a4acf .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#aeb65a0f94a4acf .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aeb65a0f94a4acf .article:hover .title {
  color: #626262;
}
#aeb65a0f94a4acf .article:hover .datetime {
  color: #b6b6b6;
}
#aeb65a0f94a4acf .article:hover .category {
  color: #b6b6b6;
}
#aeb65a0f94a4acf .article:hover .abstract {
  color: #b6b6b6;
}
#aeb65a0f94a4acf .article:hover .btn_icon {
  color: #b6b6b6;
}
#aeb65a0f94a4acf .article:hover .list_icon {
  color: #b6b6b6;
}
#ae639ab77faaba7 {
  overflow: hidden;
  pointer-events: none;
}
#ae639ab77faaba7 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae639ab77faaba7 > .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;
}
#ae639ab77faaba7 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae639ab77faaba7 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae639ab77faaba7 > .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;
}
#ae639ab77faaba7 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae639ab77faaba7 > .tab-wrap > div > .tab-nav,
#ae639ab77faaba7 > .tab-nav,
#ae639ab77faaba7 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae639ab77faaba7 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ae639ab77faaba7 > .tab-wrap > div > .tab-nav-horizontal,
#ae639ab77faaba7 > .tab-nav-horizontal,
#ae639ab77faaba7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae639ab77faaba7 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae639ab77faaba7 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae639ab77faaba7 > .tab-nav-horizontal::-webkit-scrollbar,
#ae639ab77faaba7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae639ab77faaba7 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae639ab77faaba7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae639ab77faaba7 > .tab-nav-horizontal.tagScroll,
#ae639ab77faaba7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae639ab77faaba7 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ae639ab77faaba7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae639ab77faaba7 > .tab-nav-horizontal.tagScroll li a,
#ae639ab77faaba7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae639ab77faaba7 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae639ab77faaba7 > .tab-wrap > div > .tab-nav a,
#ae639ab77faaba7 > .tab-nav a,
#ae639ab77faaba7 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae639ab77faaba7 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#ae639ab77faaba7 > .tab-wrap > div > .tab-nav li a,
#ae639ab77faaba7 > .tab-nav li a,
#ae639ab77faaba7 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae639ab77faaba7 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #4a90e2;
  margin-top: 10px;
  padding: 0 50px;
}
#ae639ab77faaba7 > .tab-wrap > div > .tab-nav li a svg,
#ae639ab77faaba7 > .tab-nav li a svg,
#ae639ab77faaba7 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae639ab77faaba7 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae639ab77faaba7 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae639ab77faaba7 > .tab-nav li a .ap_icon,
#ae639ab77faaba7 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae639ab77faaba7 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae639ab77faaba7 > .tab-wrap > div > .tab-nav li a:hover,
#ae639ab77faaba7 > .tab-nav li a:hover,
#ae639ab77faaba7 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae639ab77faaba7 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ae639ab77faaba7 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae639ab77faaba7 > .tab-nav li.uk-active a,
#ae639ab77faaba7 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae639ab77faaba7 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ae639ab77faaba7 .layout-left li,
#ae639ab77faaba7 .layout-center li,
#ae639ab77faaba7 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae639ab77faaba7 .layout-left li a,
#ae639ab77faaba7 .layout-center li a,
#ae639ab77faaba7 .layout-right li a {
  height: 100%;
}
#ae639ab77faaba7 > .tab-tabs .layout-left {
  text-align: left;
}
#ae639ab77faaba7 > .tab-tabs .layout-center {
  text-align: center;
}
#ae639ab77faaba7 > .tab-tabs .layout-right {
  text-align: right;
}
#ae639ab77faaba7 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ae639ab77faaba7 .tab-content-wrap {
  background-color: #f9f5f5;
}
#ae639ab77faaba7 .tab-contents,
#ae639ab77faaba7 .tab-contents-wrap {
  pointer-events: none;
}
#ae639ab77faaba7 .tab-content,
#ae639ab77faaba7 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae639ab77faaba7 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae639ab77faaba7 .tab-wrap .tab-contents {
  height: 100%;
}
#ae639ab77faaba7 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae639ab77faaba7 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae639ab77faaba7 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a3b68aa00daaa45 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a045da6a30a2788 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a44e0a2852a4c12 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a44e0a2852a4c12 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#afe41a98a1a6252 .uk-grid {
  margin-left: -15px;
}
#afe41a98a1a6252 .uk-grid > * {
  padding-left: 15px;
}
#afe41a98a1a6252 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afe41a98a1a6252 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#afe41a98a1a6252 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#afe41a98a1a6252 .article .info {
  padding: 20px 10px;
  position: relative;
}
#afe41a98a1a6252 .article .info p {
  margin: 10px 0 10px;
}
#afe41a98a1a6252 .article svg {
  fill: currentColor;
}
#afe41a98a1a6252 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#afe41a98a1a6252 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#afe41a98a1a6252 .article.list-icon .info {
  padding-left: 25px;
}
#afe41a98a1a6252 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#afe41a98a1a6252 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#afe41a98a1a6252 .article:hover .title {
  color: #626262;
}
#afe41a98a1a6252 .article:hover .datetime {
  color: #b6b6b6;
}
#afe41a98a1a6252 .article:hover .category {
  color: #b6b6b6;
}
#afe41a98a1a6252 .article:hover .abstract {
  color: #b6b6b6;
}
#afe41a98a1a6252 .article:hover .btn_icon {
  color: #b6b6b6;
}
#afe41a98a1a6252 .article:hover .list_icon {
  color: #b6b6b6;
}
#a617da8609a2915 {
  overflow: hidden;
  pointer-events: none;
}
#a617da8609a2915 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a617da8609a2915 > .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;
}
#a617da8609a2915 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a617da8609a2915 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a617da8609a2915 > .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;
}
#a617da8609a2915 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a617da8609a2915 > .tab-wrap > div > .tab-nav,
#a617da8609a2915 > .tab-nav,
#a617da8609a2915 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a617da8609a2915 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a617da8609a2915 > .tab-wrap > div > .tab-nav-horizontal,
#a617da8609a2915 > .tab-nav-horizontal,
#a617da8609a2915 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a617da8609a2915 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a617da8609a2915 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a617da8609a2915 > .tab-nav-horizontal::-webkit-scrollbar,
#a617da8609a2915 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a617da8609a2915 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a617da8609a2915 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a617da8609a2915 > .tab-nav-horizontal.tagScroll,
#a617da8609a2915 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a617da8609a2915 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a617da8609a2915 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a617da8609a2915 > .tab-nav-horizontal.tagScroll li a,
#a617da8609a2915 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a617da8609a2915 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a617da8609a2915 > .tab-wrap > div > .tab-nav a,
#a617da8609a2915 > .tab-nav a,
#a617da8609a2915 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a617da8609a2915 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a617da8609a2915 > .tab-wrap > div > .tab-nav li a,
#a617da8609a2915 > .tab-nav li a,
#a617da8609a2915 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a617da8609a2915 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #4a90e2;
  margin-top: 10px;
  padding: 0 50px;
}
#a617da8609a2915 > .tab-wrap > div > .tab-nav li a svg,
#a617da8609a2915 > .tab-nav li a svg,
#a617da8609a2915 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a617da8609a2915 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a617da8609a2915 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a617da8609a2915 > .tab-nav li a .ap_icon,
#a617da8609a2915 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a617da8609a2915 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a617da8609a2915 > .tab-wrap > div > .tab-nav li a:hover,
#a617da8609a2915 > .tab-nav li a:hover,
#a617da8609a2915 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a617da8609a2915 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a617da8609a2915 > .tab-wrap > div > .tab-nav li.uk-active a,
#a617da8609a2915 > .tab-nav li.uk-active a,
#a617da8609a2915 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a617da8609a2915 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a617da8609a2915 .layout-left li,
#a617da8609a2915 .layout-center li,
#a617da8609a2915 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a617da8609a2915 .layout-left li a,
#a617da8609a2915 .layout-center li a,
#a617da8609a2915 .layout-right li a {
  height: 100%;
}
#a617da8609a2915 > .tab-tabs .layout-left {
  text-align: left;
}
#a617da8609a2915 > .tab-tabs .layout-center {
  text-align: center;
}
#a617da8609a2915 > .tab-tabs .layout-right {
  text-align: right;
}
#a617da8609a2915 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a617da8609a2915 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a617da8609a2915 .tab-contents,
#a617da8609a2915 .tab-contents-wrap {
  pointer-events: none;
}
#a617da8609a2915 .tab-content,
#a617da8609a2915 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a617da8609a2915 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a617da8609a2915 .tab-wrap .tab-contents {
  height: 100%;
}
#a617da8609a2915 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a617da8609a2915 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a617da8609a2915 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a713da28bbaac55 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab46da1b08a515b .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a5095acc91a1d1a a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a5095acc91a1d1a a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a9ce9a6f36a50dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a9ce9a6f36a50dd .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a9ce9a6f36a50dd .ap-icon {
  margin-right: 6px;
}
#a9ce9a6f36a50dd .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a9ce9a6f36a50dd .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: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a9ce9a6f36a50dd .menu-list > li:hover > a,
#a9ce9a6f36a50dd .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a9ce9a6f36a50dd .menu-list ul,
#a9ce9a6f36a50dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9ce9a6f36a50dd .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9ce9a6f36a50dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9ce9a6f36a50dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9ce9a6f36a50dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a96adab03fa1d55 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a96adab03fa1d55 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a96adab03fa1d55 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a96adab03fa1d55 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a96adab03fa1d55 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a96adab03fa1d55 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a96adab03fa1d55 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a96adab03fa1d55 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a96adab03fa1d55 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a96adab03fa1d55 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a96adab03fa1d55 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a96adab03fa1d55 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a96adab03fa1d55 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a96adab03fa1d55 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a96adab03fa1d55 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a96adab03fa1d55 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a96adab03fa1d55 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a96adab03fa1d55 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a96adab03fa1d55 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a96adab03fa1d55 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a96adab03fa1d55 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a96adab03fa1d55 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a96adab03fa1d55 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a96adab03fa1d55 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a96adab03fa1d55 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a96adab03fa1d55 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a96adab03fa1d55 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a96adab03fa1d55 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a96adab03fa1d55 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a96adab03fa1d55 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a46e9a3bbcae49e .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a46e9a3bbcae49e .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a46e9a3bbcae49e .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a46e9a3bbcae49e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a46e9a3bbcae49e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a46e9a3bbcae49e .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a46e9a3bbcae49e .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a46e9a3bbcae49e .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a46e9a3bbcae49e .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a46e9a3bbcae49e .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a46e9a3bbcae49e .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a46e9a3bbcae49e .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a46e9a3bbcae49e .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a46e9a3bbcae49e .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a46e9a3bbcae49e .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a46e9a3bbcae49e .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a46e9a3bbcae49e .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a46e9a3bbcae49e .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a46e9a3bbcae49e .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a46e9a3bbcae49e .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a46e9a3bbcae49e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a46e9a3bbcae49e .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a46e9a3bbcae49e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a46e9a3bbcae49e .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a46e9a3bbcae49e .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a46e9a3bbcae49e .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a46e9a3bbcae49e .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a46e9a3bbcae49e .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a46e9a3bbcae49e .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a46e9a3bbcae49e .ele-article-list .text-article:hover .time {
  color: auto;
}
#a59d8a2ddeaabcd .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a59d8a2ddeaabcd .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a59d8a2ddeaabcd .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a59d8a2ddeaabcd .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a59d8a2ddeaabcd .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a59d8a2ddeaabcd .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a59d8a2ddeaabcd .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a59d8a2ddeaabcd .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a59d8a2ddeaabcd .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a59d8a2ddeaabcd .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a59d8a2ddeaabcd .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a59d8a2ddeaabcd .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac393ac5e5a7002 {
  overflow: hidden;
  pointer-events: none;
}
#ac393ac5e5a7002 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac393ac5e5a7002 > .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;
}
#ac393ac5e5a7002 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac393ac5e5a7002 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac393ac5e5a7002 > .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;
}
#ac393ac5e5a7002 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac393ac5e5a7002 > .tab-wrap > div > .tab-nav,
#ac393ac5e5a7002 > .tab-nav,
#ac393ac5e5a7002 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac393ac5e5a7002 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac393ac5e5a7002 > .tab-wrap > div > .tab-nav-horizontal,
#ac393ac5e5a7002 > .tab-nav-horizontal,
#ac393ac5e5a7002 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac393ac5e5a7002 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac393ac5e5a7002 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac393ac5e5a7002 > .tab-nav-horizontal::-webkit-scrollbar,
#ac393ac5e5a7002 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac393ac5e5a7002 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac393ac5e5a7002 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac393ac5e5a7002 > .tab-nav-horizontal.tagScroll,
#ac393ac5e5a7002 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac393ac5e5a7002 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ac393ac5e5a7002 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac393ac5e5a7002 > .tab-nav-horizontal.tagScroll li a,
#ac393ac5e5a7002 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac393ac5e5a7002 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac393ac5e5a7002 > .tab-wrap > div > .tab-nav a,
#ac393ac5e5a7002 > .tab-nav a,
#ac393ac5e5a7002 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac393ac5e5a7002 > .tab-tabs > .tab-nav a {
  padding: 0 40px;
}
#ac393ac5e5a7002 > .tab-wrap > div > .tab-nav li a,
#ac393ac5e5a7002 > .tab-nav li a,
#ac393ac5e5a7002 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac393ac5e5a7002 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 40px;
}
#ac393ac5e5a7002 > .tab-wrap > div > .tab-nav li a svg,
#ac393ac5e5a7002 > .tab-nav li a svg,
#ac393ac5e5a7002 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac393ac5e5a7002 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac393ac5e5a7002 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac393ac5e5a7002 > .tab-nav li a .ap_icon,
#ac393ac5e5a7002 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac393ac5e5a7002 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac393ac5e5a7002 > .tab-wrap > div > .tab-nav li a:hover,
#ac393ac5e5a7002 > .tab-nav li a:hover,
#ac393ac5e5a7002 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac393ac5e5a7002 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac393ac5e5a7002 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac393ac5e5a7002 > .tab-nav li.uk-active a,
#ac393ac5e5a7002 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac393ac5e5a7002 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #255ea1;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac393ac5e5a7002 .layout-left li,
#ac393ac5e5a7002 .layout-center li,
#ac393ac5e5a7002 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac393ac5e5a7002 .layout-left li a,
#ac393ac5e5a7002 .layout-center li a,
#ac393ac5e5a7002 .layout-right li a {
  height: 100%;
}
#ac393ac5e5a7002 > .tab-tabs .layout-left {
  text-align: left;
}
#ac393ac5e5a7002 > .tab-tabs .layout-center {
  text-align: center;
}
#ac393ac5e5a7002 > .tab-tabs .layout-right {
  text-align: right;
}
#ac393ac5e5a7002 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ac393ac5e5a7002 .tab-content-wrap {
  background-color: #ffffff;
}
#ac393ac5e5a7002 .tab-contents,
#ac393ac5e5a7002 .tab-contents-wrap {
  pointer-events: none;
}
#ac393ac5e5a7002 .tab-content,
#ac393ac5e5a7002 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac393ac5e5a7002 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac393ac5e5a7002 .tab-wrap .tab-contents {
  height: 100%;
}
#ac393ac5e5a7002 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac393ac5e5a7002 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac393ac5e5a7002 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#aaa0aa93e4a6731 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1553aa95ea6567 .cus-btn:hover {
  background: #00a0e9;
  color: #fff;
  border-color: #00a0e9;
}
#ab390a0ed0aeed5 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#aa4faa35ada89a1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa4faa35ada89a1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa4faa35ada89a1 .ap-icon {
  margin-right: 6px;
}
#aa4faa35ada89a1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa4faa35ada89a1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#aa4faa35ada89a1 .menu-list > li:hover > a,
#aa4faa35ada89a1 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa4faa35ada89a1 .menu-list ul,
#aa4faa35ada89a1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa4faa35ada89a1 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa4faa35ada89a1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa4faa35ada89a1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa4faa35ada89a1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3eeba0ee1a1d26 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a3eeba0ee1a1d26 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a6f20ae93bad2f5 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a6f20ae93bad2f5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a1830a32aaa2784 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a1830a32aaa2784 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#aae78a98d0a7671 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#aae78a98d0a7671 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#a99fba3c3ba0a25 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a99fba3c3ba0a25 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#a40baa6824a0d3c .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a40baa6824a0d3c .ele-wrap:hover {background-color: #0483cc;}#ab0eba211fafc68 .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ab0eba211fafc68 .ele-wrap:hover {background-color: #0483cc;}#a95f7aa44ca3669 .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a95f7aa44ca3669 .ele-wrap:hover {background-color: #0483cc;}#a724fa681ba1a09 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a724fa681ba1a09 .marquee-wrap > .str_move {
  cursor: text;
}
#a724fa681ba1a09 .marquee-wrap:hover {
  background: #fafafa;
}
#a724fa681ba1a09 .marquee-wrap .content {
  position: absolute;
}
#a724fa681ba1a09 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a724fa681ba1a09 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
#a1553aa95ea6567 .uk-container {max-width: 1200px;}#a1553aa95ea6567 [data-item*=".abstract"], #a1553aa95ea6567 [data-item*=".abstract"] a {show: true;}#a1553aa95ea6567 [data-item*=".subTitle"], #a1553aa95ea6567 [data-item*=".subTitle"] a {show: true;}#a1553aa95ea6567 [data-item*=".category"], #a1553aa95ea6567 [data-item*=".category"] a {show: true;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ad866a4ff5a59d5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a96b9ae141a60ef .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#ae645a055ba6bc2 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#ae645a055ba6bc2 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aa856ac4c7a3b58 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa856ac4c7a3b58 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa856ac4c7a3b58 .ap-icon {
  margin-right: 6px;
}
#aa856ac4c7a3b58 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa856ac4c7a3b58 .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: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#aa856ac4c7a3b58 .menu-list > li:hover > a,
#aa856ac4c7a3b58 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa856ac4c7a3b58 .menu-list ul,
#aa856ac4c7a3b58 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa856ac4c7a3b58 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa856ac4c7a3b58 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa856ac4c7a3b58 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa856ac4c7a3b58 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#afefda9202a84d6 .ele-wrap {border-color: rgba(74, 144, 226, 1);color: #4a90e2;border-width: 2px;border-style: solid;font-size: 16px;background-color: rgba(229, 232, 237, 1);border-radius: 3px;justify-content: center;box-shadow: 0px 23px 29px 28px undefined;}#afefda9202a84d6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(197, 216, 239, 1);border-color: rgba(7, 70, 145, 1);}#a2f47ac7f9a8e20 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a2f47ac7f9a8e20 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a93b3afa0dac8f1 .a783aa01fba8676 {
  overflow: hidden;
}
#a93b3afa0dac8f1 .a783aa01fba8676 , #a93b3afa0dac8f1 .a783aa01fba8676 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a93b3afa0dac8f1 .a473cae2ada6091 {
  overflow: hidden;
}
#a93b3afa0dac8f1 .a0914ad0ddac907  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a93b3afa0dac8f1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a93b3afa0dac8f1 .uk-position-center-left-out {
    left: -30px;
  }
  #a93b3afa0dac8f1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af178ad2e4aff79 .a3a43ab0a2a9415 {
  overflow: hidden;
}
#af178ad2e4aff79 .a3a43ab0a2a9415 , #af178ad2e4aff79 .a3a43ab0a2a9415 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#af178ad2e4aff79 .a569ba9166acf5a {
  overflow: hidden;
}
#af178ad2e4aff79 .a2c7fa1bf8a0757  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#af178ad2e4aff79 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af178ad2e4aff79 .uk-position-center-left-out {
    left: -30px;
  }
  #af178ad2e4aff79 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8a07ae120abe24 .acb00abff4a6888 {
  overflow: hidden;
}
#a8a07ae120abe24 .acb00abff4a6888 , #a8a07ae120abe24 .acb00abff4a6888 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a07ae120abe24 .ac831adb59abae4 {
  overflow: hidden;
}
#a8a07ae120abe24 .a5105a694ba9841  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a8a07ae120abe24 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8a07ae120abe24 .uk-position-center-left-out {
    left: -30px;
  }
  #a8a07ae120abe24 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8fc0a2b28a1b0e .a155aaa303af7fe {
  overflow: hidden;
}
#a8fc0a2b28a1b0e .a155aaa303af7fe , #a8fc0a2b28a1b0e .a155aaa303af7fe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8fc0a2b28a1b0e .a714aa8391ae195 {
  overflow: hidden;
}
#a8fc0a2b28a1b0e .ab60cacacca749b  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a8fc0a2b28a1b0e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8fc0a2b28a1b0e .uk-position-center-left-out {
    left: -30px;
  }
  #a8fc0a2b28a1b0e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adb3aaed96a7f56 .af67fab5d0a7ed5 {
  overflow: hidden;
}
#adb3aaed96a7f56 .af67fab5d0a7ed5 , #adb3aaed96a7f56 .af67fab5d0a7ed5 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#adb3aaed96a7f56 .a4166afea4a99ba {
  overflow: hidden;
}
#adb3aaed96a7f56 .a9837a549aa1739  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#adb3aaed96a7f56 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adb3aaed96a7f56 .uk-position-center-left-out {
    left: -30px;
  }
  #adb3aaed96a7f56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adaaaa49b6a718d {
  overflow: hidden;
  pointer-events: none;
}
#adaaaa49b6a718d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#adaaaa49b6a718d > .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;
}
#adaaaa49b6a718d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adaaaa49b6a718d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#adaaaa49b6a718d > .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;
}
#adaaaa49b6a718d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adaaaa49b6a718d > .tab-wrap > div > .tab-nav,
#adaaaa49b6a718d > .tab-nav,
#adaaaa49b6a718d > .tab-tabs > .tab-wrap > div > .tab-nav,
#adaaaa49b6a718d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#adaaaa49b6a718d > .tab-wrap > div > .tab-nav-horizontal,
#adaaaa49b6a718d > .tab-nav-horizontal,
#adaaaa49b6a718d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#adaaaa49b6a718d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#adaaaa49b6a718d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adaaaa49b6a718d > .tab-nav-horizontal::-webkit-scrollbar,
#adaaaa49b6a718d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adaaaa49b6a718d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#adaaaa49b6a718d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adaaaa49b6a718d > .tab-nav-horizontal.tagScroll,
#adaaaa49b6a718d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adaaaa49b6a718d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#adaaaa49b6a718d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adaaaa49b6a718d > .tab-nav-horizontal.tagScroll li a,
#adaaaa49b6a718d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adaaaa49b6a718d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#adaaaa49b6a718d > .tab-wrap > div > .tab-nav a,
#adaaaa49b6a718d > .tab-nav a,
#adaaaa49b6a718d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#adaaaa49b6a718d > .tab-tabs > .tab-nav a {
  padding: 0 40px;
}
#adaaaa49b6a718d > .tab-wrap > div > .tab-nav li a,
#adaaaa49b6a718d > .tab-nav li a,
#adaaaa49b6a718d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#adaaaa49b6a718d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 40px;
}
#adaaaa49b6a718d > .tab-wrap > div > .tab-nav li a svg,
#adaaaa49b6a718d > .tab-nav li a svg,
#adaaaa49b6a718d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#adaaaa49b6a718d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#adaaaa49b6a718d > .tab-wrap > div > .tab-nav li a .ap_icon,
#adaaaa49b6a718d > .tab-nav li a .ap_icon,
#adaaaa49b6a718d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#adaaaa49b6a718d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#adaaaa49b6a718d > .tab-wrap > div > .tab-nav li a:hover,
#adaaaa49b6a718d > .tab-nav li a:hover,
#adaaaa49b6a718d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#adaaaa49b6a718d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#adaaaa49b6a718d > .tab-wrap > div > .tab-nav li.uk-active a,
#adaaaa49b6a718d > .tab-nav li.uk-active a,
#adaaaa49b6a718d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#adaaaa49b6a718d > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #255ea1;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#adaaaa49b6a718d .layout-left li,
#adaaaa49b6a718d .layout-center li,
#adaaaa49b6a718d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#adaaaa49b6a718d .layout-left li a,
#adaaaa49b6a718d .layout-center li a,
#adaaaa49b6a718d .layout-right li a {
  height: 100%;
}
#adaaaa49b6a718d > .tab-tabs .layout-left {
  text-align: left;
}
#adaaaa49b6a718d > .tab-tabs .layout-center {
  text-align: center;
}
#adaaaa49b6a718d > .tab-tabs .layout-right {
  text-align: right;
}
#adaaaa49b6a718d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#adaaaa49b6a718d .tab-content-wrap {
  background-color: #ffffff;
}
#adaaaa49b6a718d .tab-contents,
#adaaaa49b6a718d .tab-contents-wrap {
  pointer-events: none;
}
#adaaaa49b6a718d .tab-content,
#adaaaa49b6a718d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#adaaaa49b6a718d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#adaaaa49b6a718d .tab-wrap .tab-contents {
  height: 100%;
}
#adaaaa49b6a718d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#adaaaa49b6a718d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#adaaaa49b6a718d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ade06a2e66a6ab2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afea2aff2eac146 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#ae066a90b0ac56d a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#ae066a90b0ac56d a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a3f83a1aa2ab7bc {
  overflow: hidden;
  pointer-events: none;
}
#a3f83a1aa2ab7bc > .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;
}
#a3f83a1aa2ab7bc > .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;
}
#a3f83a1aa2ab7bc > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3f83a1aa2ab7bc > .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;
}
#a3f83a1aa2ab7bc > .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;
}
#a3f83a1aa2ab7bc > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav,
#a3f83a1aa2ab7bc > .tab-nav,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #4a90e2;
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav-horizontal,
#a3f83a1aa2ab7bc > .tab-nav-horizontal,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3f83a1aa2ab7bc > .tab-nav-horizontal::-webkit-scrollbar,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3f83a1aa2ab7bc > .tab-nav-horizontal.tagScroll,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3f83a1aa2ab7bc > .tab-nav-horizontal.tagScroll li a,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav a,
#a3f83a1aa2ab7bc > .tab-nav a,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav li a,
#a3f83a1aa2ab7bc > .tab-nav li a,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3f83a1aa2ab7bc > .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;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav li a svg,
#a3f83a1aa2ab7bc > .tab-nav li a svg,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3f83a1aa2ab7bc > .tab-nav li a .ap_icon,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav li a:hover,
#a3f83a1aa2ab7bc > .tab-nav li a:hover,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav li.uk-active a,
#a3f83a1aa2ab7bc > .tab-nav li.uk-active a,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3f83a1aa2ab7bc > .tab-wrap > div > .tab-nav li:last-child a,
#a3f83a1aa2ab7bc > .tab-nav li:last-child a,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3f83a1aa2ab7bc > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3f83a1aa2ab7bc .layout-left li,
#a3f83a1aa2ab7bc .layout-center li,
#a3f83a1aa2ab7bc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3f83a1aa2ab7bc .layout-left li a,
#a3f83a1aa2ab7bc .layout-center li a,
#a3f83a1aa2ab7bc .layout-right li a {
  height: 100%;
}
#a3f83a1aa2ab7bc > .tab-tabs .layout-left {
  text-align: left;
}
#a3f83a1aa2ab7bc > .tab-tabs .layout-center {
  text-align: center;
}
#a3f83a1aa2ab7bc > .tab-tabs .layout-right {
  text-align: right;
}
#a3f83a1aa2ab7bc .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3f83a1aa2ab7bc .tab-content-wrap {
  background-color: #ffffff;
}
#a3f83a1aa2ab7bc .tab-contents,
#a3f83a1aa2ab7bc .tab-contents-wrap {
  pointer-events: none;
}
#a3f83a1aa2ab7bc .tab-content,
#a3f83a1aa2ab7bc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3f83a1aa2ab7bc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3f83a1aa2ab7bc .tab-wrap .tab-contents {
  height: 100%;
}
#a3f83a1aa2ab7bc .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3f83a1aa2ab7bc .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3f83a1aa2ab7bc .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#abe4ca7517a1eb5 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#abe4ca7517a1eb5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#abe4ca7517a1eb5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#abe4ca7517a1eb5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#abe4ca7517a1eb5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#abe4ca7517a1eb5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#abe4ca7517a1eb5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#abe4ca7517a1eb5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#abe4ca7517a1eb5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#abe4ca7517a1eb5 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abe4ca7517a1eb5 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#abe4ca7517a1eb5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#af615ae477af8ec .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af615ae477af8ec .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af615ae477af8ec .ap-icon {
  margin-right: 6px;
}
#af615ae477af8ec .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #dbdfe3;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 140px;
  background-color: #dbdfe3;
  height: 40px;
}
#af615ae477af8ec .menu-list > li.icon-bottom > a,
#af615ae477af8ec .menu-list > li.icon-top > a {
  flex-direction: column;
}
#af615ae477af8ec .menu-list > li.icon-bottom > a .ap-icon,
#af615ae477af8ec .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#af615ae477af8ec .menu-list > li.icon-bottom > a .ap-icon svg,
#af615ae477af8ec .menu-list > li.icon-top > a .ap-icon svg,
#af615ae477af8ec .menu-list > li.icon-bottom > a .ap-icon img,
#af615ae477af8ec .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#af615ae477af8ec .menu-list > li.icon-right > a .ap-icon,
#af615ae477af8ec .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#af615ae477af8ec .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af615ae477af8ec .menu-list > li:hover > a,
#af615ae477af8ec .menu-list > li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #000000;
  border-top-style: solid;
  border-right-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#af615ae477af8ec .menu-list ul,
#af615ae477af8ec .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af615ae477af8ec .menu-list ul {
  top: 195px;
  left: 50%;
  transform: translateX(-50%);
}
#af615ae477af8ec .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af615ae477af8ec .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af615ae477af8ec .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ad6beade72abd2e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b22a35fea2fa3 .uk-tab li a {
  padding: 18px 16px;
  min-width: 200px;
  display: block;
}
#a3b22a35fea2fa3 .uk-tab li {
  width: 100%;
}
#a3b22a35fea2fa3 .uk-tab > .uk-active > a {
  background-color: #005a83;
  border-right: none;
  border-color: transparent;
}
#a3b22a35fea2fa3 .uk-switcher li {
  list-style: decimal;
}
#a95d6aa14badbe1 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#aff43a2a4ba0c92 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aff43a2a4ba0c92 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aff43a2a4ba0c92 .ap-icon {
  margin-right: 6px;
}
#aff43a2a4ba0c92 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aff43a2a4ba0c92 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#aff43a2a4ba0c92 .menu-list > li:hover > a,
#aff43a2a4ba0c92 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aff43a2a4ba0c92 .menu-list ul,
#aff43a2a4ba0c92 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aff43a2a4ba0c92 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aff43a2a4ba0c92 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aff43a2a4ba0c92 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aff43a2a4ba0c92 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a27a7acaedae18e a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a27a7acaedae18e a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a6897afda8a2048 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a6897afda8a2048 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a3b22a35fea2fa3 .uk-container {max-width: 1200px;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a4be9a3dc1af480 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad7fda31bca5603 .uk-tab li a {
  padding: 18px 16px;
  min-width: 200px;
  display: block;
}
#ad7fda31bca5603 .uk-tab li {
  width: 100%;
}
#ad7fda31bca5603 .uk-tab > .uk-active > a {
  background-color: #005a83;
  border-right: none;
  border-color: transparent;
}
#ad7fda31bca5603 .uk-switcher li {
  list-style: decimal;
}
#acf5ba2c24add44 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#afe34a8230a789a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#afe34a8230a789a .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#afe34a8230a789a .ap-icon {
  margin-right: 6px;
}
#afe34a8230a789a .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#afe34a8230a789a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#afe34a8230a789a .menu-list > li:hover > a,
#afe34a8230a789a .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#afe34a8230a789a .menu-list ul,
#afe34a8230a789a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#afe34a8230a789a .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#afe34a8230a789a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afe34a8230a789a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afe34a8230a789a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abab5ae2fcac626 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#abab5ae2fcac626 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#afa77a2413a0537 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#afa77a2413a0537 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#aecc0aba3da6cbe .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#aecc0aba3da6cbe .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a04ada4d4ba4546 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a04ada4d4ba4546 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#a0a05a9a15a4523 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a0a05a9a15a4523 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#acd81a6777a6f30 .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#acd81a6777a6f30 .ele-wrap:hover {background-color: #0483cc;}#a05e0a3037ae8d6 .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a05e0a3037ae8d6 .ele-wrap:hover {background-color: #0483cc;}#a8f56aba0ba32f5 .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a8f56aba0ba32f5 .ele-wrap:hover {background-color: #0483cc;}#abdfba6f7ba0957 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#abdfba6f7ba0957 .marquee-wrap > .str_move {
  cursor: text;
}
#abdfba6f7ba0957 .marquee-wrap:hover {
  background: #fafafa;
}
#abdfba6f7ba0957 .marquee-wrap .content {
  position: absolute;
}
#abdfba6f7ba0957 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#abdfba6f7ba0957 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
#ad7fda31bca5603 .uk-container {max-width: 1200px;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a45dfa7d7ba93c0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5acda89a9a39ca .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#acb4aa65fca85a0 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#acb4aa65fca85a0 .grid-list .product-item {
  overflow: hidden;
}
#acb4aa65fca85a0 .grid-list .product-preview .img {
  display: block;
}
#acb4aa65fca85a0 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#acb4aa65fca85a0 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#acb4aa65fca85a0 .grid-list .product-info {
  min-height: 110px;
}
#acb4aa65fca85a0 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#acb4aa65fca85a0 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#acb4aa65fca85a0 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#acb4aa65fca85a0 .grid-list .category-name {
  font-size: 12px;
}
#acb4aa65fca85a0 .grid-list .category-name a {
  color: #777;
}
#acb4aa65fca85a0 .grid-list .title,
#acb4aa65fca85a0 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#acb4aa65fca85a0 .grid-list .title a,
#acb4aa65fca85a0 .grid-list .subTitle a {
  color: #191919;
}
#acb4aa65fca85a0 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#acb4aa65fca85a0 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#acb4aa65fca85a0 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#acb4aa65fca85a0 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#acb4aa65fca85a0 .grid-list .product:hover {
  background-color: auto;
}
#acb4aa65fca85a0 .grid-list .product:hover .title a {
  color: auto;
}
#acb4aa65fca85a0 .grid-list .product:hover .subTitle {
  color: auto;
}
#acb4aa65fca85a0 .grid-list .product:hover .category {
  color: auto;
}
#acb4aa65fca85a0 .grid-list .product:hover .abstract {
  color: auto;
}
#acb4aa65fca85a0 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #acb4aa65fca85a0 .grid-list .product-info {
    min-height: 0;
  }
  #acb4aa65fca85a0 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #acb4aa65fca85a0 .grid-list .product-buttons {
    display: none;
  }
}
#ab7c4a554dae999 {
  overflow: hidden;
  pointer-events: none;
}
#ab7c4a554dae999 > .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;
}
#ab7c4a554dae999 > .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;
}
#ab7c4a554dae999 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab7c4a554dae999 > .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;
}
#ab7c4a554dae999 > .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;
}
#ab7c4a554dae999 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav,
#ab7c4a554dae999 > .tab-nav,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab7c4a554dae999 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #4a90e2;
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav-horizontal,
#ab7c4a554dae999 > .tab-nav-horizontal,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab7c4a554dae999 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab7c4a554dae999 > .tab-nav-horizontal::-webkit-scrollbar,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab7c4a554dae999 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab7c4a554dae999 > .tab-nav-horizontal.tagScroll,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab7c4a554dae999 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab7c4a554dae999 > .tab-nav-horizontal.tagScroll li a,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab7c4a554dae999 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav a,
#ab7c4a554dae999 > .tab-nav a,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab7c4a554dae999 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav li a,
#ab7c4a554dae999 > .tab-nav li a,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab7c4a554dae999 > .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;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav li a svg,
#ab7c4a554dae999 > .tab-nav li a svg,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab7c4a554dae999 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab7c4a554dae999 > .tab-nav li a .ap_icon,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab7c4a554dae999 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav li a:hover,
#ab7c4a554dae999 > .tab-nav li a:hover,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab7c4a554dae999 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab7c4a554dae999 > .tab-nav li.uk-active a,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab7c4a554dae999 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7c4a554dae999 > .tab-wrap > div > .tab-nav li:last-child a,
#ab7c4a554dae999 > .tab-nav li:last-child a,
#ab7c4a554dae999 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ab7c4a554dae999 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ab7c4a554dae999 .layout-left li,
#ab7c4a554dae999 .layout-center li,
#ab7c4a554dae999 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab7c4a554dae999 .layout-left li a,
#ab7c4a554dae999 .layout-center li a,
#ab7c4a554dae999 .layout-right li a {
  height: 100%;
}
#ab7c4a554dae999 > .tab-tabs .layout-left {
  text-align: left;
}
#ab7c4a554dae999 > .tab-tabs .layout-center {
  text-align: center;
}
#ab7c4a554dae999 > .tab-tabs .layout-right {
  text-align: right;
}
#ab7c4a554dae999 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ab7c4a554dae999 .tab-content-wrap {
  background-color: #ffffff;
}
#ab7c4a554dae999 .tab-contents,
#ab7c4a554dae999 .tab-contents-wrap {
  pointer-events: none;
}
#ab7c4a554dae999 .tab-content,
#ab7c4a554dae999 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab7c4a554dae999 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab7c4a554dae999 .tab-wrap .tab-contents {
  height: 100%;
}
#ab7c4a554dae999 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab7c4a554dae999 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab7c4a554dae999 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#abf30a2ccba8740 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad1b8a01a3a4ce4 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#afa14aec76aee6f a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#afa14aec76aee6f a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a614aaa8d9a8f6d .ele-wrap {border-color: rgb(248, 158, 35);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a614aaa8d9a8f6d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#af070a02cda7292 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#af070a02cda7292 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#af070a02cda7292 .ap-icon {
  margin-right: 6px;
}
#af070a02cda7292 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#af070a02cda7292 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#af070a02cda7292 .menu-list > li:hover > a,
#af070a02cda7292 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#af070a02cda7292 .menu-list ul,
#af070a02cda7292 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af070a02cda7292 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af070a02cda7292 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af070a02cda7292 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af070a02cda7292 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab7b1acbd3a26db .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ab7b1acbd3a26db .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab7b1acbd3a26db .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ab7b1acbd3a26db .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ab7b1acbd3a26db .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ab7b1acbd3a26db .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ab7b1acbd3a26db .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ab7b1acbd3a26db .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ab7b1acbd3a26db .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ab7b1acbd3a26db .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ab7b1acbd3a26db .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ab7b1acbd3a26db .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ab7b1acbd3a26db .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ab7b1acbd3a26db .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ab7b1acbd3a26db .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ab7b1acbd3a26db .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ab7b1acbd3a26db .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ab7b1acbd3a26db .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ab7b1acbd3a26db .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ab7b1acbd3a26db .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ab7b1acbd3a26db .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ab7b1acbd3a26db .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ab7b1acbd3a26db .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab7b1acbd3a26db .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ab7b1acbd3a26db .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ab7b1acbd3a26db .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ab7b1acbd3a26db .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ab7b1acbd3a26db .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab7b1acbd3a26db .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ab7b1acbd3a26db .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6120addb4ac767 .uk-grid {
  margin-left: -15px;
}
#a6120addb4ac767 .uk-grid > * {
  padding-left: 15px;
}
#a6120addb4ac767 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6120addb4ac767 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a6120addb4ac767 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a6120addb4ac767 .article .info {
  padding: 20px 0px;
  position: relative;
}
#a6120addb4ac767 .article .info p {
  margin: 10px 0 10px;
}
#a6120addb4ac767 .article svg {
  fill: currentColor;
}
#a6120addb4ac767 .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a6120addb4ac767 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a6120addb4ac767 .article.list-icon .info {
  padding-left: 25px;
}
#a6120addb4ac767 .article .datetime {
  position: absolute;
  right: 0px;
  top: 20px;
}
#a6120addb4ac767 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a6120addb4ac767 .article:hover .title {
  color: #626262;
}
#a6120addb4ac767 .article:hover .datetime {
  color: #b6b6b6;
}
#a6120addb4ac767 .article:hover .category {
  color: #b6b6b6;
}
#a6120addb4ac767 .article:hover .abstract {
  color: #b6b6b6;
}
#a6120addb4ac767 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a6120addb4ac767 .article:hover .list_icon {
  color: #b6b6b6;
}
#a2053a4589a5822 {
  overflow: hidden;
  pointer-events: none;
}
#a2053a4589a5822 > .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;
}
#a2053a4589a5822 > .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;
}
#a2053a4589a5822 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2053a4589a5822 > .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;
}
#a2053a4589a5822 > .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;
}
#a2053a4589a5822 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav,
#a2053a4589a5822 > .tab-nav,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2053a4589a5822 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #4a90e2;
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav-horizontal,
#a2053a4589a5822 > .tab-nav-horizontal,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2053a4589a5822 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2053a4589a5822 > .tab-nav-horizontal::-webkit-scrollbar,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2053a4589a5822 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2053a4589a5822 > .tab-nav-horizontal.tagScroll,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2053a4589a5822 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2053a4589a5822 > .tab-nav-horizontal.tagScroll li a,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2053a4589a5822 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav a,
#a2053a4589a5822 > .tab-nav a,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2053a4589a5822 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav li a,
#a2053a4589a5822 > .tab-nav li a,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2053a4589a5822 > .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;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
  background-color: #4a90e2;
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav li a svg,
#a2053a4589a5822 > .tab-nav li a svg,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2053a4589a5822 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2053a4589a5822 > .tab-nav li a .ap_icon,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2053a4589a5822 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav li a:hover,
#a2053a4589a5822 > .tab-nav li a:hover,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2053a4589a5822 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav li.uk-active a,
#a2053a4589a5822 > .tab-nav li.uk-active a,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2053a4589a5822 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #255ea1;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a2053a4589a5822 > .tab-wrap > div > .tab-nav li:last-child a,
#a2053a4589a5822 > .tab-nav li:last-child a,
#a2053a4589a5822 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a2053a4589a5822 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a2053a4589a5822 .layout-left li,
#a2053a4589a5822 .layout-center li,
#a2053a4589a5822 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2053a4589a5822 .layout-left li a,
#a2053a4589a5822 .layout-center li a,
#a2053a4589a5822 .layout-right li a {
  height: 100%;
}
#a2053a4589a5822 > .tab-tabs .layout-left {
  text-align: left;
}
#a2053a4589a5822 > .tab-tabs .layout-center {
  text-align: center;
}
#a2053a4589a5822 > .tab-tabs .layout-right {
  text-align: right;
}
#a2053a4589a5822 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a2053a4589a5822 .tab-content-wrap {
  background-color: #ffffff;
}
#a2053a4589a5822 .tab-contents,
#a2053a4589a5822 .tab-contents-wrap {
  pointer-events: none;
}
#a2053a4589a5822 .tab-content,
#a2053a4589a5822 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2053a4589a5822 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2053a4589a5822 .tab-wrap .tab-contents {
  height: 100%;
}
#a2053a4589a5822 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2053a4589a5822 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2053a4589a5822 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad3c6ae0cda1600 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ad3c6ae0cda1600 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ad3c6ae0cda1600 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ad3c6ae0cda1600 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ad3c6ae0cda1600 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ad3c6ae0cda1600 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ad3c6ae0cda1600 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ad3c6ae0cda1600 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ad3c6ae0cda1600 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ad3c6ae0cda1600 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad3c6ae0cda1600 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ad3c6ae0cda1600 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aea11afdd7aab2c .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aea11afdd7aab2c .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aea11afdd7aab2c .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aea11afdd7aab2c .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aea11afdd7aab2c .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aea11afdd7aab2c .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aea11afdd7aab2c .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aea11afdd7aab2c .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aea11afdd7aab2c .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aea11afdd7aab2c .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aea11afdd7aab2c .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aea11afdd7aab2c .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aea11afdd7aab2c .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aea11afdd7aab2c .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aea11afdd7aab2c .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aea11afdd7aab2c .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aea11afdd7aab2c .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aea11afdd7aab2c .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aea11afdd7aab2c .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aea11afdd7aab2c .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aea11afdd7aab2c .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aea11afdd7aab2c .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aea11afdd7aab2c .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aea11afdd7aab2c .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#aea11afdd7aab2c .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aea11afdd7aab2c .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aea11afdd7aab2c .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aea11afdd7aab2c .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aea11afdd7aab2c .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#aea11afdd7aab2c .ele-article-list .text-article:hover .time {
  color: auto;
}
#a5d4da9bd2afa17 {
  overflow: hidden;
  pointer-events: none;
}
#a5d4da9bd2afa17 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5d4da9bd2afa17 > .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;
}
#a5d4da9bd2afa17 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5d4da9bd2afa17 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5d4da9bd2afa17 > .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;
}
#a5d4da9bd2afa17 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5d4da9bd2afa17 > .tab-wrap > div > .tab-nav,
#a5d4da9bd2afa17 > .tab-nav,
#a5d4da9bd2afa17 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5d4da9bd2afa17 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a5d4da9bd2afa17 > .tab-wrap > div > .tab-nav-horizontal,
#a5d4da9bd2afa17 > .tab-nav-horizontal,
#a5d4da9bd2afa17 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5d4da9bd2afa17 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5d4da9bd2afa17 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5d4da9bd2afa17 > .tab-nav-horizontal::-webkit-scrollbar,
#a5d4da9bd2afa17 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5d4da9bd2afa17 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5d4da9bd2afa17 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5d4da9bd2afa17 > .tab-nav-horizontal.tagScroll,
#a5d4da9bd2afa17 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5d4da9bd2afa17 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a5d4da9bd2afa17 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5d4da9bd2afa17 > .tab-nav-horizontal.tagScroll li a,
#a5d4da9bd2afa17 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5d4da9bd2afa17 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5d4da9bd2afa17 > .tab-wrap > div > .tab-nav a,
#a5d4da9bd2afa17 > .tab-nav a,
#a5d4da9bd2afa17 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5d4da9bd2afa17 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a5d4da9bd2afa17 > .tab-wrap > div > .tab-nav li a,
#a5d4da9bd2afa17 > .tab-nav li a,
#a5d4da9bd2afa17 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5d4da9bd2afa17 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#a5d4da9bd2afa17 > .tab-wrap > div > .tab-nav li a svg,
#a5d4da9bd2afa17 > .tab-nav li a svg,
#a5d4da9bd2afa17 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5d4da9bd2afa17 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5d4da9bd2afa17 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5d4da9bd2afa17 > .tab-nav li a .ap_icon,
#a5d4da9bd2afa17 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5d4da9bd2afa17 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5d4da9bd2afa17 > .tab-wrap > div > .tab-nav li a:hover,
#a5d4da9bd2afa17 > .tab-nav li a:hover,
#a5d4da9bd2afa17 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5d4da9bd2afa17 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a5d4da9bd2afa17 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5d4da9bd2afa17 > .tab-nav li.uk-active a,
#a5d4da9bd2afa17 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5d4da9bd2afa17 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #255ea1;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a5d4da9bd2afa17 .layout-left li,
#a5d4da9bd2afa17 .layout-center li,
#a5d4da9bd2afa17 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5d4da9bd2afa17 .layout-left li a,
#a5d4da9bd2afa17 .layout-center li a,
#a5d4da9bd2afa17 .layout-right li a {
  height: 100%;
}
#a5d4da9bd2afa17 > .tab-tabs .layout-left {
  text-align: left;
}
#a5d4da9bd2afa17 > .tab-tabs .layout-center {
  text-align: center;
}
#a5d4da9bd2afa17 > .tab-tabs .layout-right {
  text-align: right;
}
#a5d4da9bd2afa17 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a5d4da9bd2afa17 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a5d4da9bd2afa17 .tab-contents,
#a5d4da9bd2afa17 .tab-contents-wrap {
  pointer-events: none;
}
#a5d4da9bd2afa17 .tab-content,
#a5d4da9bd2afa17 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5d4da9bd2afa17 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5d4da9bd2afa17 .tab-wrap .tab-contents {
  height: 100%;
}
#a5d4da9bd2afa17 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5d4da9bd2afa17 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5d4da9bd2afa17 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#adb8cac89eac759 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab241af7eda5c1a .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a020aac25fac4c3 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a020aac25fac4c3 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a6a35ae505a0df5 .uk-grid {
  margin-left: -15px;
}
#a6a35ae505a0df5 .uk-grid > * {
  padding-left: 15px;
}
#a6a35ae505a0df5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6a35ae505a0df5 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a6a35ae505a0df5 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a6a35ae505a0df5 .article .info {
  padding: 20px 10px;
  position: relative;
}
#a6a35ae505a0df5 .article .info p {
  margin: 10px 0 10px;
}
#a6a35ae505a0df5 .article svg {
  fill: currentColor;
}
#a6a35ae505a0df5 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a6a35ae505a0df5 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a6a35ae505a0df5 .article.list-icon .info {
  padding-left: 25px;
}
#a6a35ae505a0df5 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a6a35ae505a0df5 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a6a35ae505a0df5 .article:hover .title {
  color: #626262;
}
#a6a35ae505a0df5 .article:hover .datetime {
  color: #b6b6b6;
}
#a6a35ae505a0df5 .article:hover .category {
  color: #b6b6b6;
}
#a6a35ae505a0df5 .article:hover .abstract {
  color: #b6b6b6;
}
#a6a35ae505a0df5 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a6a35ae505a0df5 .article:hover .list_icon {
  color: #b6b6b6;
}
#abf77a6f7aa371d {
  overflow: hidden;
  pointer-events: none;
}
#abf77a6f7aa371d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abf77a6f7aa371d > .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;
}
#abf77a6f7aa371d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abf77a6f7aa371d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abf77a6f7aa371d > .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;
}
#abf77a6f7aa371d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abf77a6f7aa371d > .tab-wrap > div > .tab-nav,
#abf77a6f7aa371d > .tab-nav,
#abf77a6f7aa371d > .tab-tabs > .tab-wrap > div > .tab-nav,
#abf77a6f7aa371d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abf77a6f7aa371d > .tab-wrap > div > .tab-nav-horizontal,
#abf77a6f7aa371d > .tab-nav-horizontal,
#abf77a6f7aa371d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abf77a6f7aa371d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abf77a6f7aa371d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abf77a6f7aa371d > .tab-nav-horizontal::-webkit-scrollbar,
#abf77a6f7aa371d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abf77a6f7aa371d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abf77a6f7aa371d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abf77a6f7aa371d > .tab-nav-horizontal.tagScroll,
#abf77a6f7aa371d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abf77a6f7aa371d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#abf77a6f7aa371d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abf77a6f7aa371d > .tab-nav-horizontal.tagScroll li a,
#abf77a6f7aa371d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abf77a6f7aa371d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abf77a6f7aa371d > .tab-wrap > div > .tab-nav a,
#abf77a6f7aa371d > .tab-nav a,
#abf77a6f7aa371d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abf77a6f7aa371d > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#abf77a6f7aa371d > .tab-wrap > div > .tab-nav li a,
#abf77a6f7aa371d > .tab-nav li a,
#abf77a6f7aa371d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abf77a6f7aa371d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #4a90e2;
  margin-top: 10px;
  padding: 0 50px;
}
#abf77a6f7aa371d > .tab-wrap > div > .tab-nav li a svg,
#abf77a6f7aa371d > .tab-nav li a svg,
#abf77a6f7aa371d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abf77a6f7aa371d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abf77a6f7aa371d > .tab-wrap > div > .tab-nav li a .ap_icon,
#abf77a6f7aa371d > .tab-nav li a .ap_icon,
#abf77a6f7aa371d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abf77a6f7aa371d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abf77a6f7aa371d > .tab-wrap > div > .tab-nav li a:hover,
#abf77a6f7aa371d > .tab-nav li a:hover,
#abf77a6f7aa371d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abf77a6f7aa371d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#abf77a6f7aa371d > .tab-wrap > div > .tab-nav li.uk-active a,
#abf77a6f7aa371d > .tab-nav li.uk-active a,
#abf77a6f7aa371d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abf77a6f7aa371d > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#abf77a6f7aa371d .layout-left li,
#abf77a6f7aa371d .layout-center li,
#abf77a6f7aa371d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abf77a6f7aa371d .layout-left li a,
#abf77a6f7aa371d .layout-center li a,
#abf77a6f7aa371d .layout-right li a {
  height: 100%;
}
#abf77a6f7aa371d > .tab-tabs .layout-left {
  text-align: left;
}
#abf77a6f7aa371d > .tab-tabs .layout-center {
  text-align: center;
}
#abf77a6f7aa371d > .tab-tabs .layout-right {
  text-align: right;
}
#abf77a6f7aa371d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#abf77a6f7aa371d .tab-content-wrap {
  background-color: #f9f5f5;
}
#abf77a6f7aa371d .tab-contents,
#abf77a6f7aa371d .tab-contents-wrap {
  pointer-events: none;
}
#abf77a6f7aa371d .tab-content,
#abf77a6f7aa371d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abf77a6f7aa371d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abf77a6f7aa371d .tab-wrap .tab-contents {
  height: 100%;
}
#abf77a6f7aa371d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abf77a6f7aa371d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abf77a6f7aa371d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a5310a1990ac387 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0df3ad83ba1535 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#ab0ecac5bfafabf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ab0ecac5bfafabf .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ab0ecac5bfafabf .ap-icon {
  margin-right: 6px;
}
#ab0ecac5bfafabf .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ab0ecac5bfafabf .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ab0ecac5bfafabf .menu-list > li:hover > a,
#ab0ecac5bfafabf .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ab0ecac5bfafabf .menu-list ul,
#ab0ecac5bfafabf .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ab0ecac5bfafabf .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab0ecac5bfafabf .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab0ecac5bfafabf .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab0ecac5bfafabf .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0471ab189ad4ef a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a0471ab189ad4ef a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a98cdab0b4aabd0 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a98cdab0b4aabd0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ab380a578dababe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad593af040a4998 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a8dd1acfa6a27aa a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a8dd1acfa6a27aa a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aa435aa7b5a6d38 .uk-grid {
  margin-left: -15px;
}
#aa435aa7b5a6d38 .uk-grid > * {
  padding-left: 15px;
}
#aa435aa7b5a6d38 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa435aa7b5a6d38 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aa435aa7b5a6d38 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aa435aa7b5a6d38 .article .info {
  padding: 20px 10px;
  position: relative;
}
#aa435aa7b5a6d38 .article .info p {
  margin: 10px 0 10px;
}
#aa435aa7b5a6d38 .article svg {
  fill: currentColor;
}
#aa435aa7b5a6d38 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#aa435aa7b5a6d38 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#aa435aa7b5a6d38 .article.list-icon .info {
  padding-left: 25px;
}
#aa435aa7b5a6d38 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#aa435aa7b5a6d38 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aa435aa7b5a6d38 .article:hover .title {
  color: #626262;
}
#aa435aa7b5a6d38 .article:hover .datetime {
  color: #b6b6b6;
}
#aa435aa7b5a6d38 .article:hover .category {
  color: #b6b6b6;
}
#aa435aa7b5a6d38 .article:hover .abstract {
  color: #b6b6b6;
}
#aa435aa7b5a6d38 .article:hover .btn_icon {
  color: #b6b6b6;
}
#aa435aa7b5a6d38 .article:hover .list_icon {
  color: #b6b6b6;
}
#abcf0a2e67ae24b {
  overflow: hidden;
  pointer-events: none;
}
#abcf0a2e67ae24b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abcf0a2e67ae24b > .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;
}
#abcf0a2e67ae24b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abcf0a2e67ae24b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abcf0a2e67ae24b > .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;
}
#abcf0a2e67ae24b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abcf0a2e67ae24b > .tab-wrap > div > .tab-nav,
#abcf0a2e67ae24b > .tab-nav,
#abcf0a2e67ae24b > .tab-tabs > .tab-wrap > div > .tab-nav,
#abcf0a2e67ae24b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abcf0a2e67ae24b > .tab-wrap > div > .tab-nav-horizontal,
#abcf0a2e67ae24b > .tab-nav-horizontal,
#abcf0a2e67ae24b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abcf0a2e67ae24b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abcf0a2e67ae24b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abcf0a2e67ae24b > .tab-nav-horizontal::-webkit-scrollbar,
#abcf0a2e67ae24b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abcf0a2e67ae24b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abcf0a2e67ae24b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abcf0a2e67ae24b > .tab-nav-horizontal.tagScroll,
#abcf0a2e67ae24b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abcf0a2e67ae24b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#abcf0a2e67ae24b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abcf0a2e67ae24b > .tab-nav-horizontal.tagScroll li a,
#abcf0a2e67ae24b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abcf0a2e67ae24b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abcf0a2e67ae24b > .tab-wrap > div > .tab-nav a,
#abcf0a2e67ae24b > .tab-nav a,
#abcf0a2e67ae24b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abcf0a2e67ae24b > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#abcf0a2e67ae24b > .tab-wrap > div > .tab-nav li a,
#abcf0a2e67ae24b > .tab-nav li a,
#abcf0a2e67ae24b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abcf0a2e67ae24b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #4a90e2;
  margin-top: 10px;
  padding: 0 50px;
}
#abcf0a2e67ae24b > .tab-wrap > div > .tab-nav li a svg,
#abcf0a2e67ae24b > .tab-nav li a svg,
#abcf0a2e67ae24b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abcf0a2e67ae24b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abcf0a2e67ae24b > .tab-wrap > div > .tab-nav li a .ap_icon,
#abcf0a2e67ae24b > .tab-nav li a .ap_icon,
#abcf0a2e67ae24b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abcf0a2e67ae24b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abcf0a2e67ae24b > .tab-wrap > div > .tab-nav li a:hover,
#abcf0a2e67ae24b > .tab-nav li a:hover,
#abcf0a2e67ae24b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abcf0a2e67ae24b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#abcf0a2e67ae24b > .tab-wrap > div > .tab-nav li.uk-active a,
#abcf0a2e67ae24b > .tab-nav li.uk-active a,
#abcf0a2e67ae24b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abcf0a2e67ae24b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#abcf0a2e67ae24b .layout-left li,
#abcf0a2e67ae24b .layout-center li,
#abcf0a2e67ae24b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abcf0a2e67ae24b .layout-left li a,
#abcf0a2e67ae24b .layout-center li a,
#abcf0a2e67ae24b .layout-right li a {
  height: 100%;
}
#abcf0a2e67ae24b > .tab-tabs .layout-left {
  text-align: left;
}
#abcf0a2e67ae24b > .tab-tabs .layout-center {
  text-align: center;
}
#abcf0a2e67ae24b > .tab-tabs .layout-right {
  text-align: right;
}
#abcf0a2e67ae24b .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#abcf0a2e67ae24b .tab-content-wrap {
  background-color: #f9f5f5;
}
#abcf0a2e67ae24b .tab-contents,
#abcf0a2e67ae24b .tab-contents-wrap {
  pointer-events: none;
}
#abcf0a2e67ae24b .tab-content,
#abcf0a2e67ae24b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abcf0a2e67ae24b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abcf0a2e67ae24b .tab-wrap .tab-contents {
  height: 100%;
}
#abcf0a2e67ae24b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abcf0a2e67ae24b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abcf0a2e67ae24b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#aab33ac3d4a3dfe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3e4ca641ead075 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a067baa329a7f74 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a067baa329a7f74 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a3d72aec8ca04e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a3d72aec8ca04e8 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a3d72aec8ca04e8 .ap-icon {
  margin-right: 6px;
}
#a3d72aec8ca04e8 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a3d72aec8ca04e8 .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: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a3d72aec8ca04e8 .menu-list > li:hover > a,
#a3d72aec8ca04e8 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a3d72aec8ca04e8 .menu-list ul,
#a3d72aec8ca04e8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3d72aec8ca04e8 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3d72aec8ca04e8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3d72aec8ca04e8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3d72aec8ca04e8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad076a00b8a2965 > .ele-wrap {background-color: rgba(237, 238, 240, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a397bacec5ab842 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a13caa63e1aaf52 > .ele-wrap {background-color: rgba(237, 238, 240, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade3fa1c11ace4e > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ac594ab265ad07d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a27a9aafd7a13e3 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a0616a5c7ba99ac a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a0616a5c7ba99ac a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a4af3a2262a3a20 {
  overflow: hidden;
  pointer-events: none;
}
#a4af3a2262a3a20 > .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;
}
#a4af3a2262a3a20 > .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;
}
#a4af3a2262a3a20 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4af3a2262a3a20 > .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;
}
#a4af3a2262a3a20 > .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;
}
#a4af3a2262a3a20 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav,
#a4af3a2262a3a20 > .tab-nav,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4af3a2262a3a20 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #4a90e2;
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav-horizontal,
#a4af3a2262a3a20 > .tab-nav-horizontal,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4af3a2262a3a20 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4af3a2262a3a20 > .tab-nav-horizontal::-webkit-scrollbar,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4af3a2262a3a20 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4af3a2262a3a20 > .tab-nav-horizontal.tagScroll,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4af3a2262a3a20 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4af3a2262a3a20 > .tab-nav-horizontal.tagScroll li a,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4af3a2262a3a20 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav a,
#a4af3a2262a3a20 > .tab-nav a,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4af3a2262a3a20 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav li a,
#a4af3a2262a3a20 > .tab-nav li a,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4af3a2262a3a20 > .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;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav li a svg,
#a4af3a2262a3a20 > .tab-nav li a svg,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4af3a2262a3a20 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4af3a2262a3a20 > .tab-nav li a .ap_icon,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4af3a2262a3a20 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav li a:hover,
#a4af3a2262a3a20 > .tab-nav li a:hover,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4af3a2262a3a20 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4af3a2262a3a20 > .tab-nav li.uk-active a,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4af3a2262a3a20 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a4af3a2262a3a20 > .tab-wrap > div > .tab-nav li:last-child a,
#a4af3a2262a3a20 > .tab-nav li:last-child a,
#a4af3a2262a3a20 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a4af3a2262a3a20 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a4af3a2262a3a20 .layout-left li,
#a4af3a2262a3a20 .layout-center li,
#a4af3a2262a3a20 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4af3a2262a3a20 .layout-left li a,
#a4af3a2262a3a20 .layout-center li a,
#a4af3a2262a3a20 .layout-right li a {
  height: 100%;
}
#a4af3a2262a3a20 > .tab-tabs .layout-left {
  text-align: left;
}
#a4af3a2262a3a20 > .tab-tabs .layout-center {
  text-align: center;
}
#a4af3a2262a3a20 > .tab-tabs .layout-right {
  text-align: right;
}
#a4af3a2262a3a20 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a4af3a2262a3a20 .tab-content-wrap {
  background-color: #ffffff;
}
#a4af3a2262a3a20 .tab-contents,
#a4af3a2262a3a20 .tab-contents-wrap {
  pointer-events: none;
}
#a4af3a2262a3a20 .tab-content,
#a4af3a2262a3a20 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4af3a2262a3a20 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4af3a2262a3a20 .tab-wrap .tab-contents {
  height: 100%;
}
#a4af3a2262a3a20 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4af3a2262a3a20 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4af3a2262a3a20 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9903a5b75a4d60 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a9903a5b75a4d60 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9903a5b75a4d60 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9903a5b75a4d60 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9903a5b75a4d60 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9903a5b75a4d60 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9903a5b75a4d60 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9903a5b75a4d60 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9903a5b75a4d60 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9903a5b75a4d60 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a9903a5b75a4d60 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9903a5b75a4d60 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9903a5b75a4d60 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9903a5b75a4d60 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9903a5b75a4d60 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9903a5b75a4d60 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9903a5b75a4d60 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9903a5b75a4d60 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9903a5b75a4d60 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9903a5b75a4d60 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9903a5b75a4d60 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9903a5b75a4d60 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9903a5b75a4d60 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9903a5b75a4d60 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a9903a5b75a4d60 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9903a5b75a4d60 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9903a5b75a4d60 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9903a5b75a4d60 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9903a5b75a4d60 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a9903a5b75a4d60 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ade29a44eaa3f6e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ade29a44eaa3f6e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ade29a44eaa3f6e .ap-icon {
  margin-right: 6px;
}
#ade29a44eaa3f6e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #dbdfe3;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 140px;
  background-color: #dbdfe3;
  height: 40px;
}
#ade29a44eaa3f6e .menu-list > li.icon-bottom > a,
#ade29a44eaa3f6e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ade29a44eaa3f6e .menu-list > li.icon-bottom > a .ap-icon,
#ade29a44eaa3f6e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ade29a44eaa3f6e .menu-list > li.icon-bottom > a .ap-icon svg,
#ade29a44eaa3f6e .menu-list > li.icon-top > a .ap-icon svg,
#ade29a44eaa3f6e .menu-list > li.icon-bottom > a .ap-icon img,
#ade29a44eaa3f6e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ade29a44eaa3f6e .menu-list > li.icon-right > a .ap-icon,
#ade29a44eaa3f6e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ade29a44eaa3f6e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ade29a44eaa3f6e .menu-list > li:hover > a,
#ade29a44eaa3f6e .menu-list > li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #000000;
  border-top-style: solid;
  border-right-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ade29a44eaa3f6e .menu-list ul,
#ade29a44eaa3f6e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ade29a44eaa3f6e .menu-list ul {
  top: 195px;
  left: 50%;
  transform: translateX(-50%);
}
#ade29a44eaa3f6e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ade29a44eaa3f6e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ade29a44eaa3f6e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ac9e4a4c35a97b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad660aff04a1100 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a929fab7f9a59f5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a929fab7f9a59f5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a929fab7f9a59f5 .ap-icon {
  margin-right: 6px;
}
#a929fab7f9a59f5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a929fab7f9a59f5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a929fab7f9a59f5 .menu-list > li:hover > a,
#a929fab7f9a59f5 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a929fab7f9a59f5 .menu-list ul,
#a929fab7f9a59f5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a929fab7f9a59f5 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a929fab7f9a59f5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a929fab7f9a59f5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a929fab7f9a59f5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1ca1aaadea8cad a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a1ca1aaadea8cad a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a88c9a4483a8702 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a88c9a4483a8702 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a971dae3d4af838 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a971dae3d4af838  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a32a6ab34da0705 > .ele-wrap {background-image: url(/resources/upload/a08cca83a0a3f48/1740645852934.jpeg);background-position: center right;background-size: contain;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5fc9aa219ad4b3 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a5fc9aa219ad4b3  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4d38ab4eaa1ab6 > .ele-wrap {background-image: url(/resources/upload/a08cca83a0a3f48/1740646145988.png);background-position: center right;background-size: contain;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a91c8ad505a885d > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a91c8ad505a885d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6423a05aaa96e6 > .ele-wrap {background-image: url(/resources/upload/a08cca83a0a3f48/1740646209945.png);background-position: center right;background-size: contain;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9514a5007a7574 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a9514a5007a7574  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8e05aff2fa003e > .ele-wrap {background-image: url(/resources/upload/a08cca83a0a3f48/1740646310272.png);background-position: center right;background-size: contain;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ace73a22cca8cb4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a51eea1062a0af1 .uk-tab li a {
  padding: 18px 16px;
  min-width: 200px;
  display: block;
}
#a51eea1062a0af1 .uk-tab li {
  width: 100%;
}
#a51eea1062a0af1 .uk-tab > .uk-active > a {
  background-color: #005a83;
  border-right: none;
  border-color: transparent;
}
#a51eea1062a0af1 .uk-switcher li {
  list-style: decimal;
}
#a2baea3796a18dc .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#aa7bea5ce0a49ab .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa7bea5ce0a49ab .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa7bea5ce0a49ab .ap-icon {
  margin-right: 6px;
}
#aa7bea5ce0a49ab .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa7bea5ce0a49ab .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#aa7bea5ce0a49ab .menu-list > li:hover > a,
#aa7bea5ce0a49ab .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa7bea5ce0a49ab .menu-list ul,
#aa7bea5ce0a49ab .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa7bea5ce0a49ab .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa7bea5ce0a49ab .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa7bea5ce0a49ab .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa7bea5ce0a49ab .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa229a094aab4b7 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#aa229a094aab4b7 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a9058a753ea2080 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a9058a753ea2080 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#abd8ca79b3a091a .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#abd8ca79b3a091a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#aa3cda4d6da771a .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#aa3cda4d6da771a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#abb45a0612a169e .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#abb45a0612a169e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#ae18aaa738a1590 .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ae18aaa738a1590 .ele-wrap:hover {background-color: #0483cc;}#a5232a1f2da661e .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5232a1f2da661e .ele-wrap:hover {background-color: #0483cc;}#a9407aa86daad29 .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a9407aa86daad29 .ele-wrap:hover {background-color: #0483cc;}#a2f35ae482aa160 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a2f35ae482aa160 .marquee-wrap > .str_move {
  cursor: text;
}
#a2f35ae482aa160 .marquee-wrap:hover {
  background: #fafafa;
}
#a2f35ae482aa160 .marquee-wrap .content {
  position: absolute;
}
#a2f35ae482aa160 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a2f35ae482aa160 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
#a51eea1062a0af1 .uk-container {max-width: 1200px;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#aa614a2d0fad0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9a40ad63aa702a .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a63b9aa26fa2cde a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a63b9aa26fa2cde a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a8b9da4665a6367 .uk-grid {
  margin-left: -15px;
}
#a8b9da4665a6367 .uk-grid > * {
  padding-left: 15px;
}
#a8b9da4665a6367 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8b9da4665a6367 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a8b9da4665a6367 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a8b9da4665a6367 .article .info {
  padding: 20px 10px;
  position: relative;
}
#a8b9da4665a6367 .article .info p {
  margin: 10px 0 10px;
}
#a8b9da4665a6367 .article svg {
  fill: currentColor;
}
#a8b9da4665a6367 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a8b9da4665a6367 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a8b9da4665a6367 .article.list-icon .info {
  padding-left: 25px;
}
#a8b9da4665a6367 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a8b9da4665a6367 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a8b9da4665a6367 .article:hover .title {
  color: #626262;
}
#a8b9da4665a6367 .article:hover .datetime {
  color: #b6b6b6;
}
#a8b9da4665a6367 .article:hover .category {
  color: #b6b6b6;
}
#a8b9da4665a6367 .article:hover .abstract {
  color: #b6b6b6;
}
#a8b9da4665a6367 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a8b9da4665a6367 .article:hover .list_icon {
  color: #b6b6b6;
}
#a02ebae055a2d7e .uk-grid {
  margin-left: -15px;
}
#a02ebae055a2d7e .uk-grid > * {
  padding-left: 15px;
}
#a02ebae055a2d7e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a02ebae055a2d7e .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a02ebae055a2d7e .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a02ebae055a2d7e .article .info {
  padding: 20px 10px;
  position: relative;
}
#a02ebae055a2d7e .article .info p {
  margin: 10px 0 10px;
}
#a02ebae055a2d7e .article svg {
  fill: currentColor;
}
#a02ebae055a2d7e .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a02ebae055a2d7e .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a02ebae055a2d7e .article.list-icon .info {
  padding-left: 25px;
}
#a02ebae055a2d7e .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a02ebae055a2d7e .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a02ebae055a2d7e .article:hover .title {
  color: #626262;
}
#a02ebae055a2d7e .article:hover .datetime {
  color: #b6b6b6;
}
#a02ebae055a2d7e .article:hover .category {
  color: #b6b6b6;
}
#a02ebae055a2d7e .article:hover .abstract {
  color: #b6b6b6;
}
#a02ebae055a2d7e .article:hover .btn_icon {
  color: #b6b6b6;
}
#a02ebae055a2d7e .article:hover .list_icon {
  color: #b6b6b6;
}
#a7bcda5e01a9caf {
  overflow: hidden;
  pointer-events: none;
}
#a7bcda5e01a9caf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7bcda5e01a9caf > .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;
}
#a7bcda5e01a9caf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7bcda5e01a9caf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7bcda5e01a9caf > .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;
}
#a7bcda5e01a9caf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7bcda5e01a9caf > .tab-wrap > div > .tab-nav,
#a7bcda5e01a9caf > .tab-nav,
#a7bcda5e01a9caf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7bcda5e01a9caf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a7bcda5e01a9caf > .tab-wrap > div > .tab-nav-horizontal,
#a7bcda5e01a9caf > .tab-nav-horizontal,
#a7bcda5e01a9caf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7bcda5e01a9caf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7bcda5e01a9caf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7bcda5e01a9caf > .tab-nav-horizontal::-webkit-scrollbar,
#a7bcda5e01a9caf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7bcda5e01a9caf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7bcda5e01a9caf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7bcda5e01a9caf > .tab-nav-horizontal.tagScroll,
#a7bcda5e01a9caf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7bcda5e01a9caf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a7bcda5e01a9caf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7bcda5e01a9caf > .tab-nav-horizontal.tagScroll li a,
#a7bcda5e01a9caf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7bcda5e01a9caf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7bcda5e01a9caf > .tab-wrap > div > .tab-nav a,
#a7bcda5e01a9caf > .tab-nav a,
#a7bcda5e01a9caf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7bcda5e01a9caf > .tab-tabs > .tab-nav a {
  padding: 0 45px;
}
#a7bcda5e01a9caf > .tab-wrap > div > .tab-nav li a,
#a7bcda5e01a9caf > .tab-nav li a,
#a7bcda5e01a9caf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7bcda5e01a9caf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 45px;
}
#a7bcda5e01a9caf > .tab-wrap > div > .tab-nav li a svg,
#a7bcda5e01a9caf > .tab-nav li a svg,
#a7bcda5e01a9caf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7bcda5e01a9caf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7bcda5e01a9caf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7bcda5e01a9caf > .tab-nav li a .ap_icon,
#a7bcda5e01a9caf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7bcda5e01a9caf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7bcda5e01a9caf > .tab-wrap > div > .tab-nav li a:hover,
#a7bcda5e01a9caf > .tab-nav li a:hover,
#a7bcda5e01a9caf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7bcda5e01a9caf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a7bcda5e01a9caf > .tab-wrap > div > .tab-nav li.uk-active a,
#a7bcda5e01a9caf > .tab-nav li.uk-active a,
#a7bcda5e01a9caf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7bcda5e01a9caf > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #084792;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7bcda5e01a9caf .layout-left li,
#a7bcda5e01a9caf .layout-center li,
#a7bcda5e01a9caf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7bcda5e01a9caf .layout-left li a,
#a7bcda5e01a9caf .layout-center li a,
#a7bcda5e01a9caf .layout-right li a {
  height: 100%;
}
#a7bcda5e01a9caf > .tab-tabs .layout-left {
  text-align: left;
}
#a7bcda5e01a9caf > .tab-tabs .layout-center {
  text-align: center;
}
#a7bcda5e01a9caf > .tab-tabs .layout-right {
  text-align: right;
}
#a7bcda5e01a9caf .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a7bcda5e01a9caf .tab-content-wrap {
  background-color: #f9f5f5;
}
#a7bcda5e01a9caf .tab-contents,
#a7bcda5e01a9caf .tab-contents-wrap {
  pointer-events: none;
}
#a7bcda5e01a9caf .tab-content,
#a7bcda5e01a9caf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7bcda5e01a9caf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7bcda5e01a9caf .tab-wrap .tab-contents {
  height: 100%;
}
#a7bcda5e01a9caf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7bcda5e01a9caf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7bcda5e01a9caf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a97d6a8c33aaf8c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8519a06c1a3935 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#aa4d4a4620adfc0 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#aa4d4a4620adfc0 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#acfafad2fcaabd1 .uk-grid {
  margin-left: -15px;
}
#acfafad2fcaabd1 .uk-grid > * {
  padding-left: 15px;
}
#acfafad2fcaabd1 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acfafad2fcaabd1 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#acfafad2fcaabd1 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#acfafad2fcaabd1 .article .info {
  padding: 20px 10px;
  position: relative;
}
#acfafad2fcaabd1 .article .info p {
  margin: 10px 0 10px;
}
#acfafad2fcaabd1 .article svg {
  fill: currentColor;
}
#acfafad2fcaabd1 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#acfafad2fcaabd1 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#acfafad2fcaabd1 .article.list-icon .info {
  padding-left: 25px;
}
#acfafad2fcaabd1 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#acfafad2fcaabd1 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#acfafad2fcaabd1 .article:hover .title {
  color: #626262;
}
#acfafad2fcaabd1 .article:hover .datetime {
  color: #b6b6b6;
}
#acfafad2fcaabd1 .article:hover .category {
  color: #b6b6b6;
}
#acfafad2fcaabd1 .article:hover .abstract {
  color: #b6b6b6;
}
#acfafad2fcaabd1 .article:hover .btn_icon {
  color: #b6b6b6;
}
#acfafad2fcaabd1 .article:hover .list_icon {
  color: #b6b6b6;
}
#a7b1baa9b6aa78a .uk-grid {
  margin-left: -15px;
}
#a7b1baa9b6aa78a .uk-grid > * {
  padding-left: 15px;
}
#a7b1baa9b6aa78a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7b1baa9b6aa78a .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a7b1baa9b6aa78a .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a7b1baa9b6aa78a .article .info {
  padding: 20px 10px;
  position: relative;
}
#a7b1baa9b6aa78a .article .info p {
  margin: 10px 0 10px;
}
#a7b1baa9b6aa78a .article svg {
  fill: currentColor;
}
#a7b1baa9b6aa78a .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a7b1baa9b6aa78a .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a7b1baa9b6aa78a .article.list-icon .info {
  padding-left: 25px;
}
#a7b1baa9b6aa78a .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a7b1baa9b6aa78a .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a7b1baa9b6aa78a .article:hover .title {
  color: #626262;
}
#a7b1baa9b6aa78a .article:hover .datetime {
  color: #b6b6b6;
}
#a7b1baa9b6aa78a .article:hover .category {
  color: #b6b6b6;
}
#a7b1baa9b6aa78a .article:hover .abstract {
  color: #b6b6b6;
}
#a7b1baa9b6aa78a .article:hover .btn_icon {
  color: #b6b6b6;
}
#a7b1baa9b6aa78a .article:hover .list_icon {
  color: #b6b6b6;
}
#a3da2aadeea499b {
  overflow: hidden;
  pointer-events: none;
}
#a3da2aadeea499b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3da2aadeea499b > .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;
}
#a3da2aadeea499b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3da2aadeea499b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3da2aadeea499b > .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;
}
#a3da2aadeea499b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3da2aadeea499b > .tab-wrap > div > .tab-nav,
#a3da2aadeea499b > .tab-nav,
#a3da2aadeea499b > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3da2aadeea499b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a3da2aadeea499b > .tab-wrap > div > .tab-nav-horizontal,
#a3da2aadeea499b > .tab-nav-horizontal,
#a3da2aadeea499b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3da2aadeea499b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3da2aadeea499b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3da2aadeea499b > .tab-nav-horizontal::-webkit-scrollbar,
#a3da2aadeea499b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3da2aadeea499b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3da2aadeea499b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3da2aadeea499b > .tab-nav-horizontal.tagScroll,
#a3da2aadeea499b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3da2aadeea499b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a3da2aadeea499b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3da2aadeea499b > .tab-nav-horizontal.tagScroll li a,
#a3da2aadeea499b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3da2aadeea499b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3da2aadeea499b > .tab-wrap > div > .tab-nav a,
#a3da2aadeea499b > .tab-nav a,
#a3da2aadeea499b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3da2aadeea499b > .tab-tabs > .tab-nav a {
  padding: 0 45px;
}
#a3da2aadeea499b > .tab-wrap > div > .tab-nav li a,
#a3da2aadeea499b > .tab-nav li a,
#a3da2aadeea499b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3da2aadeea499b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 45px;
}
#a3da2aadeea499b > .tab-wrap > div > .tab-nav li a svg,
#a3da2aadeea499b > .tab-nav li a svg,
#a3da2aadeea499b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3da2aadeea499b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3da2aadeea499b > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3da2aadeea499b > .tab-nav li a .ap_icon,
#a3da2aadeea499b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3da2aadeea499b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3da2aadeea499b > .tab-wrap > div > .tab-nav li a:hover,
#a3da2aadeea499b > .tab-nav li a:hover,
#a3da2aadeea499b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3da2aadeea499b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a3da2aadeea499b > .tab-wrap > div > .tab-nav li.uk-active a,
#a3da2aadeea499b > .tab-nav li.uk-active a,
#a3da2aadeea499b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3da2aadeea499b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #084792;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a3da2aadeea499b .layout-left li,
#a3da2aadeea499b .layout-center li,
#a3da2aadeea499b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3da2aadeea499b .layout-left li a,
#a3da2aadeea499b .layout-center li a,
#a3da2aadeea499b .layout-right li a {
  height: 100%;
}
#a3da2aadeea499b > .tab-tabs .layout-left {
  text-align: left;
}
#a3da2aadeea499b > .tab-tabs .layout-center {
  text-align: center;
}
#a3da2aadeea499b > .tab-tabs .layout-right {
  text-align: right;
}
#a3da2aadeea499b .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a3da2aadeea499b .tab-content-wrap {
  background-color: #f9f5f5;
}
#a3da2aadeea499b .tab-contents,
#a3da2aadeea499b .tab-contents-wrap {
  pointer-events: none;
}
#a3da2aadeea499b .tab-content,
#a3da2aadeea499b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3da2aadeea499b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3da2aadeea499b .tab-wrap .tab-contents {
  height: 100%;
}
#a3da2aadeea499b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3da2aadeea499b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3da2aadeea499b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#abcbfa9c00afe0e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab520ab830af6d0 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#aa7bcab036a59c4 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#aa7bcab036a59c4 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#abb43a9563aa122 .ele-wrap {border-color: rgb(248, 158, 35);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#abb43a9563aa122 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#ab0e7a5fb4a3bf2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ab0e7a5fb4a3bf2 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ab0e7a5fb4a3bf2 .ap-icon {
  margin-right: 6px;
}
#ab0e7a5fb4a3bf2 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ab0e7a5fb4a3bf2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ab0e7a5fb4a3bf2 .menu-list > li:hover > a,
#ab0e7a5fb4a3bf2 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ab0e7a5fb4a3bf2 .menu-list ul,
#ab0e7a5fb4a3bf2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ab0e7a5fb4a3bf2 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab0e7a5fb4a3bf2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab0e7a5fb4a3bf2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab0e7a5fb4a3bf2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad51aab179a779b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad51aab179a779b .uk-position-center-left-out {
    left: -30px;
  }
  #ad51aab179a779b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2ff2af0a7aea7e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2ff2af0a7aea7e .uk-position-center-left-out {
    left: -30px;
  }
  #a2ff2af0a7aea7e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a819ea00cba47ef .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a819ea00cba47ef .uk-position-center-left-out {
    left: -30px;
  }
  #a819ea00cba47ef .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a054dabca6a34e8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a054dabca6a34e8 .uk-position-center-left-out {
    left: -30px;
  }
  #a054dabca6a34e8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6fc8ac255a8506 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6fc8ac255a8506 .uk-position-center-left-out {
    left: -30px;
  }
  #a6fc8ac255a8506 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4352a8b89a009d {
  overflow: hidden;
  pointer-events: none;
}
#a4352a8b89a009d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4352a8b89a009d > .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;
}
#a4352a8b89a009d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4352a8b89a009d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4352a8b89a009d > .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;
}
#a4352a8b89a009d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav,
#a4352a8b89a009d > .tab-nav,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4352a8b89a009d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav-horizontal,
#a4352a8b89a009d > .tab-nav-horizontal,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4352a8b89a009d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4352a8b89a009d > .tab-nav-horizontal::-webkit-scrollbar,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4352a8b89a009d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4352a8b89a009d > .tab-nav-horizontal.tagScroll,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4352a8b89a009d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4352a8b89a009d > .tab-nav-horizontal.tagScroll li a,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4352a8b89a009d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav a,
#a4352a8b89a009d > .tab-nav a,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4352a8b89a009d > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav li a,
#a4352a8b89a009d > .tab-nav li a,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4352a8b89a009d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav li a svg,
#a4352a8b89a009d > .tab-nav li a svg,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4352a8b89a009d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4352a8b89a009d > .tab-nav li a .ap_icon,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4352a8b89a009d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav li a:hover,
#a4352a8b89a009d > .tab-nav li a:hover,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4352a8b89a009d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav li.uk-active a,
#a4352a8b89a009d > .tab-nav li.uk-active a,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4352a8b89a009d > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #265b98;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a4352a8b89a009d > .tab-wrap > div > .tab-nav li:last-child a,
#a4352a8b89a009d > .tab-nav li:last-child a,
#a4352a8b89a009d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a4352a8b89a009d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a4352a8b89a009d .layout-left li,
#a4352a8b89a009d .layout-center li,
#a4352a8b89a009d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4352a8b89a009d .layout-left li a,
#a4352a8b89a009d .layout-center li a,
#a4352a8b89a009d .layout-right li a {
  height: 100%;
}
#a4352a8b89a009d > .tab-tabs .layout-left {
  text-align: left;
}
#a4352a8b89a009d > .tab-tabs .layout-center {
  text-align: center;
}
#a4352a8b89a009d > .tab-tabs .layout-right {
  text-align: right;
}
#a4352a8b89a009d .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a4352a8b89a009d .tab-content-wrap {
  background-color: #f9f5f5;
}
#a4352a8b89a009d .tab-contents,
#a4352a8b89a009d .tab-contents-wrap {
  pointer-events: none;
}
#a4352a8b89a009d .tab-content,
#a4352a8b89a009d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4352a8b89a009d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4352a8b89a009d .tab-wrap .tab-contents {
  height: 100%;
}
#a4352a8b89a009d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4352a8b89a009d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4352a8b89a009d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ad768a733da0dc5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a69d4a56caaef16 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a9719aafe0a9a52 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a9719aafe0a9a52 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a3749a8829ac94a .ele-wrap {border-color: rgb(248, 158, 35);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a3749a8829ac94a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#a13a5aa91da4640 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a13a5aa91da4640 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a13a5aa91da4640 .ap-icon {
  margin-right: 6px;
}
#a13a5aa91da4640 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a13a5aa91da4640 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a13a5aa91da4640 .menu-list > li:hover > a,
#a13a5aa91da4640 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a13a5aa91da4640 .menu-list ul,
#a13a5aa91da4640 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a13a5aa91da4640 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a13a5aa91da4640 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13a5aa91da4640 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13a5aa91da4640 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a57b2a2a9aa190c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a57b2a2a9aa190c .ele-wrap:hover {background-color: #0483cc;}#ae573ab702ad593 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ae573ab702ad593 .ele-wrap:hover {background-color: #0483cc;}#af1bcaa125acc6c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#af1bcaa125acc6c .ele-wrap:hover {background-color: #0483cc;}#a99dca68a6af760 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a99dca68a6af760 .ele-wrap:hover {background-color: #0483cc;}#a6050ac929aaacb .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6050ac929aaacb .ele-wrap:hover {background-color: #0483cc;}#a5d0ca958da8da2 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a5d0ca958da8da2 .ele-wrap:hover {background-color: #0483cc;}#af602a0bfaaa6d0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#af602a0bfaaa6d0 .ele-wrap:hover {background-color: #0483cc;}#aabc8a089da8355 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aabc8a089da8355 .ele-wrap:hover {background-color: #0483cc;}#ad350a9d13a8b10 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad350a9d13a8b10 .ele-wrap:hover {background-color: #0483cc;}#a8037a3f63a928d .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a8037a3f63a928d .ele-wrap:hover {background-color: #0483cc;}#a12d1acca5a4ab3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a12d1acca5a4ab3 .ele-wrap:hover {background-color: #0483cc;}#a6dd8a7952ac7c3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6dd8a7952ac7c3 .ele-wrap:hover {background-color: #0483cc;}#acee0a8e8aa119d .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#acee0a8e8aa119d .ele-wrap:hover {background-color: #0483cc;}#afc31acf6faf22f .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#afc31acf6faf22f .ele-wrap:hover {background-color: #0483cc;}#af667aebfda19b4 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#af667aebfda19b4 .ele-wrap:hover {background-color: #0483cc;}#a00caa5961adc60 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a00caa5961adc60 .ele-wrap:hover {background-color: #0483cc;}#ac301af40ca3dda .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ac301af40ca3dda .ele-wrap:hover {background-color: #0483cc;}#ae65aae99fa9ecc .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ae65aae99fa9ecc .ele-wrap:hover {background-color: #0483cc;}#adbf3a61f1a4ab7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#adbf3a61f1a4ab7 .ele-wrap:hover {background-color: #0483cc;}#a9d8eaadd1a8d27 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a9d8eaadd1a8d27 .ele-wrap:hover {background-color: #0483cc;}#a5898abaeba4776 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a5898abaeba4776 .ele-wrap:hover {background-color: #0483cc;}#ac581ac4b3a3fb1 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ac581ac4b3a3fb1 .ele-wrap:hover {background-color: #0483cc;}#a6ef7a98a9a68a0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6ef7a98a9a68a0 .ele-wrap:hover {background-color: #0483cc;}#ab279ae737abc7c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ab279ae737abc7c .ele-wrap:hover {background-color: #0483cc;}#a6e9ea2044aae1b {
  overflow: hidden;
  pointer-events: none;
}
#a6e9ea2044aae1b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6e9ea2044aae1b > .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;
}
#a6e9ea2044aae1b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6e9ea2044aae1b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6e9ea2044aae1b > .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;
}
#a6e9ea2044aae1b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav,
#a6e9ea2044aae1b > .tab-nav,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav-horizontal,
#a6e9ea2044aae1b > .tab-nav-horizontal,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6e9ea2044aae1b > .tab-nav-horizontal::-webkit-scrollbar,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6e9ea2044aae1b > .tab-nav-horizontal.tagScroll,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6e9ea2044aae1b > .tab-nav-horizontal.tagScroll li a,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav a,
#a6e9ea2044aae1b > .tab-nav a,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav li a,
#a6e9ea2044aae1b > .tab-nav li a,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav li a svg,
#a6e9ea2044aae1b > .tab-nav li a svg,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6e9ea2044aae1b > .tab-nav li a .ap_icon,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav li a:hover,
#a6e9ea2044aae1b > .tab-nav li a:hover,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav li.uk-active a,
#a6e9ea2044aae1b > .tab-nav li.uk-active a,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #194b87;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a6e9ea2044aae1b > .tab-wrap > div > .tab-nav li:last-child a,
#a6e9ea2044aae1b > .tab-nav li:last-child a,
#a6e9ea2044aae1b > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a6e9ea2044aae1b > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a6e9ea2044aae1b .layout-left li,
#a6e9ea2044aae1b .layout-center li,
#a6e9ea2044aae1b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6e9ea2044aae1b .layout-left li a,
#a6e9ea2044aae1b .layout-center li a,
#a6e9ea2044aae1b .layout-right li a {
  height: 100%;
}
#a6e9ea2044aae1b > .tab-tabs .layout-left {
  text-align: left;
}
#a6e9ea2044aae1b > .tab-tabs .layout-center {
  text-align: center;
}
#a6e9ea2044aae1b > .tab-tabs .layout-right {
  text-align: right;
}
#a6e9ea2044aae1b .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a6e9ea2044aae1b .tab-content-wrap {
  background-color: #f9f5f5;
}
#a6e9ea2044aae1b .tab-contents,
#a6e9ea2044aae1b .tab-contents-wrap {
  pointer-events: none;
}
#a6e9ea2044aae1b .tab-content,
#a6e9ea2044aae1b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6e9ea2044aae1b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6e9ea2044aae1b .tab-wrap .tab-contents {
  height: 100%;
}
#a6e9ea2044aae1b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6e9ea2044aae1b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6e9ea2044aae1b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ad6a1adb87adba7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a04a5a7a01a6edb .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#ab480a4b28ac59f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ab480a4b28ac59f .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ab480a4b28ac59f .ap-icon {
  margin-right: 6px;
}
#ab480a4b28ac59f .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ab480a4b28ac59f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ab480a4b28ac59f .menu-list > li:hover > a,
#ab480a4b28ac59f .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ab480a4b28ac59f .menu-list ul,
#ab480a4b28ac59f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ab480a4b28ac59f .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab480a4b28ac59f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab480a4b28ac59f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab480a4b28ac59f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a68adacccea5d83 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a68adacccea5d83 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a1a93ac3eda8be7 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a1a93ac3eda8be7 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a5c69ac903a4a9b > .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-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7c0aa9b27a03d4 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7c0aa9b27a03d4 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#aa750ae0cea456a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0032a9791a6713 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a5f16a7192a9d90 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a5f16a7192a9d90 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0bcba26e8a9e2f {
  overflow: hidden;
  pointer-events: none;
}
#a0bcba26e8a9e2f > .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;
}
#a0bcba26e8a9e2f > .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;
}
#a0bcba26e8a9e2f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0bcba26e8a9e2f > .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;
}
#a0bcba26e8a9e2f > .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;
}
#a0bcba26e8a9e2f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav,
#a0bcba26e8a9e2f > .tab-nav,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0bcba26e8a9e2f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #4a90e2;
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav-horizontal,
#a0bcba26e8a9e2f > .tab-nav-horizontal,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0bcba26e8a9e2f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0bcba26e8a9e2f > .tab-nav-horizontal::-webkit-scrollbar,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0bcba26e8a9e2f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0bcba26e8a9e2f > .tab-nav-horizontal.tagScroll,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0bcba26e8a9e2f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0bcba26e8a9e2f > .tab-nav-horizontal.tagScroll li a,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0bcba26e8a9e2f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav a,
#a0bcba26e8a9e2f > .tab-nav a,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0bcba26e8a9e2f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav li a,
#a0bcba26e8a9e2f > .tab-nav li a,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0bcba26e8a9e2f > .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;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav li a svg,
#a0bcba26e8a9e2f > .tab-nav li a svg,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0bcba26e8a9e2f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0bcba26e8a9e2f > .tab-nav li a .ap_icon,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0bcba26e8a9e2f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav li a:hover,
#a0bcba26e8a9e2f > .tab-nav li a:hover,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0bcba26e8a9e2f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav li.uk-active a,
#a0bcba26e8a9e2f > .tab-nav li.uk-active a,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0bcba26e8a9e2f > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0bcba26e8a9e2f > .tab-wrap > div > .tab-nav li:last-child a,
#a0bcba26e8a9e2f > .tab-nav li:last-child a,
#a0bcba26e8a9e2f > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a0bcba26e8a9e2f > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a0bcba26e8a9e2f .layout-left li,
#a0bcba26e8a9e2f .layout-center li,
#a0bcba26e8a9e2f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0bcba26e8a9e2f .layout-left li a,
#a0bcba26e8a9e2f .layout-center li a,
#a0bcba26e8a9e2f .layout-right li a {
  height: 100%;
}
#a0bcba26e8a9e2f > .tab-tabs .layout-left {
  text-align: left;
}
#a0bcba26e8a9e2f > .tab-tabs .layout-center {
  text-align: center;
}
#a0bcba26e8a9e2f > .tab-tabs .layout-right {
  text-align: right;
}
#a0bcba26e8a9e2f .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a0bcba26e8a9e2f .tab-content-wrap {
  background-color: #ffffff;
}
#a0bcba26e8a9e2f .tab-contents,
#a0bcba26e8a9e2f .tab-contents-wrap {
  pointer-events: none;
}
#a0bcba26e8a9e2f .tab-content,
#a0bcba26e8a9e2f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0bcba26e8a9e2f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0bcba26e8a9e2f .tab-wrap .tab-contents {
  height: 100%;
}
#a0bcba26e8a9e2f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0bcba26e8a9e2f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0bcba26e8a9e2f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2e00a4cd6a7143 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a2e00a4cd6a7143 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2e00a4cd6a7143 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2e00a4cd6a7143 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2e00a4cd6a7143 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2e00a4cd6a7143 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2e00a4cd6a7143 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2e00a4cd6a7143 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2e00a4cd6a7143 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2e00a4cd6a7143 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2e00a4cd6a7143 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a2e00a4cd6a7143 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4a67a9af4a81ff .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4a67a9af4a81ff .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4a67a9af4a81ff .ap-icon {
  margin-right: 6px;
}
#a4a67a9af4a81ff .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #dbdfe3;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 140px;
  background-color: #dbdfe3;
  height: 40px;
}
#a4a67a9af4a81ff .menu-list > li.icon-bottom > a,
#a4a67a9af4a81ff .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4a67a9af4a81ff .menu-list > li.icon-bottom > a .ap-icon,
#a4a67a9af4a81ff .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4a67a9af4a81ff .menu-list > li.icon-bottom > a .ap-icon svg,
#a4a67a9af4a81ff .menu-list > li.icon-top > a .ap-icon svg,
#a4a67a9af4a81ff .menu-list > li.icon-bottom > a .ap-icon img,
#a4a67a9af4a81ff .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4a67a9af4a81ff .menu-list > li.icon-right > a .ap-icon,
#a4a67a9af4a81ff .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4a67a9af4a81ff .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4a67a9af4a81ff .menu-list > li:hover > a,
#a4a67a9af4a81ff .menu-list > li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #000000;
  border-top-style: solid;
  border-right-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4a67a9af4a81ff .menu-list ul,
#a4a67a9af4a81ff .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4a67a9af4a81ff .menu-list ul {
  top: 195px;
  left: 50%;
  transform: translateX(-50%);
}
#a4a67a9af4a81ff .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4a67a9af4a81ff .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4a67a9af4a81ff .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#adaaca9c13ab69a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a44d5ae521a54b3 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a8798a6659a773c a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a8798a6659a773c a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a4118aa2f6ada15 {
  overflow: hidden;
  pointer-events: none;
}
#a4118aa2f6ada15 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4118aa2f6ada15 > .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;
}
#a4118aa2f6ada15 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4118aa2f6ada15 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4118aa2f6ada15 > .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;
}
#a4118aa2f6ada15 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4118aa2f6ada15 > .tab-wrap > div > .tab-nav,
#a4118aa2f6ada15 > .tab-nav,
#a4118aa2f6ada15 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4118aa2f6ada15 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a4118aa2f6ada15 > .tab-wrap > div > .tab-nav-horizontal,
#a4118aa2f6ada15 > .tab-nav-horizontal,
#a4118aa2f6ada15 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4118aa2f6ada15 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4118aa2f6ada15 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4118aa2f6ada15 > .tab-nav-horizontal::-webkit-scrollbar,
#a4118aa2f6ada15 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4118aa2f6ada15 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4118aa2f6ada15 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4118aa2f6ada15 > .tab-nav-horizontal.tagScroll,
#a4118aa2f6ada15 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4118aa2f6ada15 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a4118aa2f6ada15 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4118aa2f6ada15 > .tab-nav-horizontal.tagScroll li a,
#a4118aa2f6ada15 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4118aa2f6ada15 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4118aa2f6ada15 > .tab-wrap > div > .tab-nav a,
#a4118aa2f6ada15 > .tab-nav a,
#a4118aa2f6ada15 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4118aa2f6ada15 > .tab-tabs > .tab-nav a {
  padding: 0 55px;
}
#a4118aa2f6ada15 > .tab-wrap > div > .tab-nav li a,
#a4118aa2f6ada15 > .tab-nav li a,
#a4118aa2f6ada15 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4118aa2f6ada15 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 55px;
}
#a4118aa2f6ada15 > .tab-wrap > div > .tab-nav li a svg,
#a4118aa2f6ada15 > .tab-nav li a svg,
#a4118aa2f6ada15 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4118aa2f6ada15 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4118aa2f6ada15 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4118aa2f6ada15 > .tab-nav li a .ap_icon,
#a4118aa2f6ada15 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4118aa2f6ada15 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4118aa2f6ada15 > .tab-wrap > div > .tab-nav li a:hover,
#a4118aa2f6ada15 > .tab-nav li a:hover,
#a4118aa2f6ada15 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4118aa2f6ada15 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a4118aa2f6ada15 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4118aa2f6ada15 > .tab-nav li.uk-active a,
#a4118aa2f6ada15 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4118aa2f6ada15 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #084792;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a4118aa2f6ada15 .layout-left li,
#a4118aa2f6ada15 .layout-center li,
#a4118aa2f6ada15 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4118aa2f6ada15 .layout-left li a,
#a4118aa2f6ada15 .layout-center li a,
#a4118aa2f6ada15 .layout-right li a {
  height: 100%;
}
#a4118aa2f6ada15 > .tab-tabs .layout-left {
  text-align: left;
}
#a4118aa2f6ada15 > .tab-tabs .layout-center {
  text-align: center;
}
#a4118aa2f6ada15 > .tab-tabs .layout-right {
  text-align: right;
}
#a4118aa2f6ada15 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a4118aa2f6ada15 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a4118aa2f6ada15 .tab-contents,
#a4118aa2f6ada15 .tab-contents-wrap {
  pointer-events: none;
}
#a4118aa2f6ada15 .tab-content,
#a4118aa2f6ada15 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4118aa2f6ada15 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4118aa2f6ada15 .tab-wrap .tab-contents {
  height: 100%;
}
#a4118aa2f6ada15 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4118aa2f6ada15 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4118aa2f6ada15 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#aea1ba994daf50d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9520a9f2aaa4c6 .category-tag,
#a9520a9f2aaa4c6 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  border: 1px solid #00a0e9;
  color: #00a0e9;
}
#a9520a9f2aaa4c6 .data-list {
  border-top: 1px solid #ececec;
}
#a9520a9f2aaa4c6 .uk-first-column {
  border-left: 1px solid #ececec;
}
#a9520a9f2aaa4c6 .data-list:nth-last-child(2) {
  border-bottom: none;
}
#a9520a9f2aaa4c6 .item-info i {
  display: inline-block;
  margin-right: 4px;
}
#a9520a9f2aaa4c6 .filter-nav li {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
}
#a9520a9f2aaa4c6 .filter-nav li.filter-active {
  background-color: #00a0e9;
  color: #fff;
}
#a45f4a418ba8205 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a4be8a9656a3b80 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4be8a9656a3b80 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4be8a9656a3b80 .ap-icon {
  margin-right: 6px;
}
#a4be8a9656a3b80 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4be8a9656a3b80 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a4be8a9656a3b80 .menu-list > li:hover > a,
#a4be8a9656a3b80 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a4be8a9656a3b80 .menu-list ul,
#a4be8a9656a3b80 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4be8a9656a3b80 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4be8a9656a3b80 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4be8a9656a3b80 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4be8a9656a3b80 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aedabab780acf62 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#aedabab780acf62 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aaad4ac04daa59a .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#aaad4ac04daa59a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a641da07b5af53d .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a641da07b5af53d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a1eebae08bafe4a .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a1eebae08bafe4a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#acc02ad5c0a2fcb .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#acc02ad5c0a2fcb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#acc0fa0b8aad461 .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#acc0fa0b8aad461 .ele-wrap:hover {background-color: #0483cc;}#afbf7a6bb1a7bae .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#afbf7a6bb1a7bae .ele-wrap:hover {background-color: #0483cc;}#a4bbfab7abab58c .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4bbfab7abab58c .ele-wrap:hover {background-color: #0483cc;}#ae1c0a9c84a11db .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ae1c0a9c84a11db .marquee-wrap > .str_move {
  cursor: text;
}
#ae1c0a9c84a11db .marquee-wrap:hover {
  background: #fafafa;
}
#ae1c0a9c84a11db .marquee-wrap .content {
  position: absolute;
}
#ae1c0a9c84a11db .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#ae1c0a9c84a11db .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
#a9520a9f2aaa4c6 [data-item*=".title"], #a9520a9f2aaa4c6 [data-item*=".title"] a {line-height: 3;}#a9520a9f2aaa4c6 [data-item*=".abstract"], #a9520a9f2aaa4c6 [data-item*=".abstract"] a {show: true;}#a9520a9f2aaa4c6 [data-item*=".subTitle"], #a9520a9f2aaa4c6 [data-item*=".subTitle"] a {show: true;}#a9520a9f2aaa4c6 [data-item*=".category"], #a9520a9f2aaa4c6 [data-item*=".category"] a {show: true;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a6548a0034a41af .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a267fa0deda53f1 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a5c71a5a4da8f85 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a5c71a5a4da8f85 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ac3efaef24a0003 .acc97a603fae1c7 {
  overflow: hidden;
}
#ac3efaef24a0003 .acc97a603fae1c7 , #ac3efaef24a0003 .acc97a603fae1c7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#ac3efaef24a0003 .a92caa4dc8a1395  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#ac3efaef24a0003 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac3efaef24a0003 .uk-position-center-left-out {
    left: -30px;
  }
  #ac3efaef24a0003 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a21a4ac3dfa872c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af5eea7df6a441b .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a545ea2bdaac11c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a545ea2bdaac11c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a545ea2bdaac11c .ap-icon {
  margin-right: 6px;
}
#a545ea2bdaac11c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a545ea2bdaac11c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a545ea2bdaac11c .menu-list > li:hover > a,
#a545ea2bdaac11c .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a545ea2bdaac11c .menu-list ul,
#a545ea2bdaac11c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a545ea2bdaac11c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a545ea2bdaac11c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a545ea2bdaac11c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a545ea2bdaac11c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5b15ab2e7a73f6 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a5b15ab2e7a73f6 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a3e14abf1eacbcb .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a3e14abf1eacbcb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#ade7da1031a2b89 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#ade7da1031a2b89 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a0e04a9988a1cb9 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8027a63d8a57d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#abf78a9f47a0e03 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #4a90e2;
}
#a53ffa7dd6aabe2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#ac209ac9a9aef1d , #ac209ac9a9aef1d a{color: rgba(5, 89, 190, 1);}#aa708ad81ca2918 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a5411ac136a2991 , #a5411ac136a2991 a{color: rgba(5, 89, 190, 1);}#ac4aaacc33ab82d .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ac4aaacc33ab82d .ele-wrap:hover {background-color: #0483cc;}#ae501a57bfa9999 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ae501a57bfa9999 .ele-wrap:hover {background-color: #0483cc;}#ab551a0568a3afe .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ab551a0568a3afe .ele-wrap:hover {background-color: #0483cc;}#a557fabce1a4047 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a557fabce1a4047 .ele-wrap:hover {background-color: #0483cc;}#a11d6a0172af05b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a11d6a0172af05b .ele-wrap:hover {background-color: #0483cc;}#af1eea828aaa560 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#af1eea828aaa560 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af1eea828aaa560 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af1eea828aaa560 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af1eea828aaa560 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af1eea828aaa560 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af1eea828aaa560 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af1eea828aaa560 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af1eea828aaa560 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af1eea828aaa560 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af1eea828aaa560 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af1eea828aaa560 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af1eea828aaa560 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af1eea828aaa560 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af1eea828aaa560 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af1eea828aaa560 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af1eea828aaa560 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af1eea828aaa560 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af1eea828aaa560 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af1eea828aaa560 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af1eea828aaa560 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af1eea828aaa560 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af1eea828aaa560 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af1eea828aaa560 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#af1eea828aaa560 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af1eea828aaa560 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af1eea828aaa560 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af1eea828aaa560 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af1eea828aaa560 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#af1eea828aaa560 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3f61aee48a4bc8 {
  overflow: hidden;
  pointer-events: none;
}
#a3f61aee48a4bc8 > .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;
}
#a3f61aee48a4bc8 > .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;
}
#a3f61aee48a4bc8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3f61aee48a4bc8 > .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;
}
#a3f61aee48a4bc8 > .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;
}
#a3f61aee48a4bc8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav,
#a3f61aee48a4bc8 > .tab-nav,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3f61aee48a4bc8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav-horizontal,
#a3f61aee48a4bc8 > .tab-nav-horizontal,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3f61aee48a4bc8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3f61aee48a4bc8 > .tab-nav-horizontal::-webkit-scrollbar,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3f61aee48a4bc8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3f61aee48a4bc8 > .tab-nav-horizontal.tagScroll,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3f61aee48a4bc8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 36px;
  overflow-x: auto;
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3f61aee48a4bc8 > .tab-nav-horizontal.tagScroll li a,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3f61aee48a4bc8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav a,
#a3f61aee48a4bc8 > .tab-nav a,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3f61aee48a4bc8 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav li a,
#a3f61aee48a4bc8 > .tab-nav li a,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3f61aee48a4bc8 > .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: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav li a svg,
#a3f61aee48a4bc8 > .tab-nav li a svg,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3f61aee48a4bc8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3f61aee48a4bc8 > .tab-nav li a .ap_icon,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3f61aee48a4bc8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav li a:hover,
#a3f61aee48a4bc8 > .tab-nav li a:hover,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3f61aee48a4bc8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3f61aee48a4bc8 > .tab-nav li.uk-active a,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3f61aee48a4bc8 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a3f61aee48a4bc8 > .tab-wrap > div > .tab-nav li:last-child a,
#a3f61aee48a4bc8 > .tab-nav li:last-child a,
#a3f61aee48a4bc8 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3f61aee48a4bc8 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3f61aee48a4bc8 .layout-left li,
#a3f61aee48a4bc8 .layout-center li,
#a3f61aee48a4bc8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3f61aee48a4bc8 .layout-left li a,
#a3f61aee48a4bc8 .layout-center li a,
#a3f61aee48a4bc8 .layout-right li a {
  height: 100%;
}
#a3f61aee48a4bc8 > .tab-tabs .layout-left {
  text-align: left;
}
#a3f61aee48a4bc8 > .tab-tabs .layout-center {
  text-align: center;
}
#a3f61aee48a4bc8 > .tab-tabs .layout-right {
  text-align: right;
}
#a3f61aee48a4bc8 .tab-contents {
  height: 100%;
  height: calc(100% - 36px);
}
#a3f61aee48a4bc8 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a3f61aee48a4bc8 .tab-contents,
#a3f61aee48a4bc8 .tab-contents-wrap {
  pointer-events: none;
}
#a3f61aee48a4bc8 .tab-content,
#a3f61aee48a4bc8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3f61aee48a4bc8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3f61aee48a4bc8 .tab-wrap .tab-contents {
  height: 100%;
}
#a3f61aee48a4bc8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3f61aee48a4bc8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3f61aee48a4bc8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a84c2a9229acbb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa246a87d8ae3b2 .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #aa246a87d8ae3b2 .promotion-card {
    width: 70%;
    left: auto;
  }
}
#aa246a87d8ae3b2 .promotion-card * {
  margin: 0;
}
#aa246a87d8ae3b2 .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #00a0e9;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#aa246a87d8ae3b2 .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #00a0e9;
}
#aa246a87d8ae3b2 .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #003750;
  background: linear-gradient(to right, #003750 55%, #00a0e9 95%) !important;
}
#a9eb5a7b4ca3155 .uk-card {
  font-size: 12px;
}
#a9eb5a7b4ca3155 .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #00a0e9;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#a9eb5a7b4ca3155 .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
#a13f7afe80a1f82 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a4246ac704a53df .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a4246ac704a53df .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a4246ac704a53df .ap-icon {
  margin-right: 6px;
}
#a4246ac704a53df .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a4246ac704a53df .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a4246ac704a53df .menu-list > li:hover > a,
#a4246ac704a53df .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a4246ac704a53df .menu-list > li.active > a {
  background-color: #4a90e2;
}
#a4246ac704a53df .menu-list ul,
#a4246ac704a53df .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4246ac704a53df .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4246ac704a53df .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4246ac704a53df .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4246ac704a53df .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab24ea34a3aa95b a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#ab24ea34a3aa95b a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a967da4915a01ae .ele-wrap {border-color: rgb(248, 158, 35);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a967da4915a01ae .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#a70e5a82f9a5fd5 .ele-wrap {border-color: rgb(248, 158, 35);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a70e5a82f9a5fd5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#ad661aff84a608d .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 14px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ad661aff84a608d .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(74, 144, 226, 1);}#a188caa9e5a43aa .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a188caa9e5a43aa .marquee-wrap > .str_move {
  cursor: text;
}
#a188caa9e5a43aa .marquee-wrap:hover {
  background: #fafafa;
}
#a188caa9e5a43aa .marquee-wrap .content {
  position: absolute;
}
#a188caa9e5a43aa .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a188caa9e5a43aa .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
#aa246a87d8ae3b2 [data-item="promotion.icon"] {left: 0px;top: 1px; position: relative;}#aa246a87d8ae3b2 [data-item="promotion.detail"] {left: 0px;top: 1px; position: relative;}#ac337a888daed8f .uk-container {max-width: 1200px;}#ac337a888daed8f [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#ac337a888daed8f [data-item="title"] {left: 0px;top: 1px; position: relative;}#ac0f8adc9daf9ac > .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-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9eb5a7b4ca3155 .uk-container {max-width: 1200px;}#a9eb5a7b4ca3155 .uk-grid {margin-left: -40px;}@media (min-width: 1200px) {
                    #a9eb5a7b4ca3155 .uk-grid { margin-left: -40px;}
                }@media (max-width: 640) {
                    #a9eb5a7b4ca3155 .uk-grid { margin-left: -40px;}
                }#a9eb5a7b4ca3155 .uk-grid>* {padding-left: 40px;}@media (min-width: 1200px) {
                    #a9eb5a7b4ca3155 .uk-grid>* { padding-left: 40px;}
                }@media (max-width: 640) {#a9eb5a7b4ca3155 .uk-grid>* {
                    padding-left: 40px;}
                }#a9eb5a7b4ca3155 [data-item*=".abstract"], #a9eb5a7b4ca3155 [data-item*=".abstract"] a {show: true;}#a9eb5a7b4ca3155 [data-item*=".subTitle"], #a9eb5a7b4ca3155 [data-item*=".subTitle"] a {show: true;max-line: 0;}#a9eb5a7b4ca3155 [data-item*=".category"], #a9eb5a7b4ca3155 [data-item*=".category"] a {show: false;}#a9eb5a7b4ca3155 [data-item="items"] .img {background-size: contain;}#a9eb5a7b4ca3155 [data-item="items"] {left: 1px;top: 0px; position: relative;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ac6baa0fccabab9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2963ae2daabdcd .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a1ca7a0851a150a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1ca7a0851a150a .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1ca7a0851a150a .ap-icon {
  margin-right: 6px;
}
#a1ca7a0851a150a .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1ca7a0851a150a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a1ca7a0851a150a .menu-list > li:hover > a,
#a1ca7a0851a150a .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a1ca7a0851a150a .menu-list ul,
#a1ca7a0851a150a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1ca7a0851a150a .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a1ca7a0851a150a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1ca7a0851a150a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1ca7a0851a150a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0129a7835a1538 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a0129a7835a1538 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a7d27a6e51a5d1b .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a7d27a6e51a5d1b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a0f95a7beaade91 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adcc6a3563aa164 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#aaf4da14f9a23fd a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#aaf4da14f9a23fd a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ad7e2a6101a4ec5 .a7c51a928aaf733 {
  overflow: hidden;
}
#ad7e2a6101a4ec5 .a7c51a928aaf733 , #ad7e2a6101a4ec5 .a7c51a928aaf733 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#ad7e2a6101a4ec5 .adc14a40dfa9112  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#ad7e2a6101a4ec5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad7e2a6101a4ec5 .uk-position-center-left-out {
    left: -30px;
  }
  #ad7e2a6101a4ec5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a323aa2de8aa45b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2984a126bab00b .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#ae82ca1a42abb1a a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#ae82ca1a42abb1a a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a2650a8730acb5d {
  overflow: hidden;
  pointer-events: none;
}
#a2650a8730acb5d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2650a8730acb5d > .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;
}
#a2650a8730acb5d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2650a8730acb5d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2650a8730acb5d > .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;
}
#a2650a8730acb5d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2650a8730acb5d > .tab-wrap > div > .tab-nav,
#a2650a8730acb5d > .tab-nav,
#a2650a8730acb5d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2650a8730acb5d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a2650a8730acb5d > .tab-wrap > div > .tab-nav-horizontal,
#a2650a8730acb5d > .tab-nav-horizontal,
#a2650a8730acb5d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2650a8730acb5d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2650a8730acb5d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2650a8730acb5d > .tab-nav-horizontal::-webkit-scrollbar,
#a2650a8730acb5d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2650a8730acb5d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2650a8730acb5d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2650a8730acb5d > .tab-nav-horizontal.tagScroll,
#a2650a8730acb5d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2650a8730acb5d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a2650a8730acb5d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2650a8730acb5d > .tab-nav-horizontal.tagScroll li a,
#a2650a8730acb5d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2650a8730acb5d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2650a8730acb5d > .tab-wrap > div > .tab-nav a,
#a2650a8730acb5d > .tab-nav a,
#a2650a8730acb5d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2650a8730acb5d > .tab-tabs > .tab-nav a {
  padding: 0 55px;
}
#a2650a8730acb5d > .tab-wrap > div > .tab-nav li a,
#a2650a8730acb5d > .tab-nav li a,
#a2650a8730acb5d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2650a8730acb5d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 55px;
}
#a2650a8730acb5d > .tab-wrap > div > .tab-nav li a svg,
#a2650a8730acb5d > .tab-nav li a svg,
#a2650a8730acb5d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2650a8730acb5d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2650a8730acb5d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2650a8730acb5d > .tab-nav li a .ap_icon,
#a2650a8730acb5d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2650a8730acb5d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2650a8730acb5d > .tab-wrap > div > .tab-nav li a:hover,
#a2650a8730acb5d > .tab-nav li a:hover,
#a2650a8730acb5d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2650a8730acb5d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a2650a8730acb5d > .tab-wrap > div > .tab-nav li.uk-active a,
#a2650a8730acb5d > .tab-nav li.uk-active a,
#a2650a8730acb5d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2650a8730acb5d > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #084792;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a2650a8730acb5d .layout-left li,
#a2650a8730acb5d .layout-center li,
#a2650a8730acb5d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2650a8730acb5d .layout-left li a,
#a2650a8730acb5d .layout-center li a,
#a2650a8730acb5d .layout-right li a {
  height: 100%;
}
#a2650a8730acb5d > .tab-tabs .layout-left {
  text-align: left;
}
#a2650a8730acb5d > .tab-tabs .layout-center {
  text-align: center;
}
#a2650a8730acb5d > .tab-tabs .layout-right {
  text-align: right;
}
#a2650a8730acb5d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a2650a8730acb5d .tab-content-wrap {
  background-color: #f9f5f5;
}
#a2650a8730acb5d .tab-contents,
#a2650a8730acb5d .tab-contents-wrap {
  pointer-events: none;
}
#a2650a8730acb5d .tab-content,
#a2650a8730acb5d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2650a8730acb5d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2650a8730acb5d .tab-wrap .tab-contents {
  height: 100%;
}
#a2650a8730acb5d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2650a8730acb5d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2650a8730acb5d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#adbc3a537ba5b48 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7836a8b73a00ea .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a6bffaa694a6a07 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a6bffaa694a6a07 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a1558a31dea1cb3 .ele-wrap {border-color: rgb(248, 158, 35);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a1558a31dea1cb3 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#aab67ac6b2ab81b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aab67ac6b2ab81b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aab67ac6b2ab81b .ap-icon {
  margin-right: 6px;
}
#aab67ac6b2ab81b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aab67ac6b2ab81b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#aab67ac6b2ab81b .menu-list > li:hover > a,
#aab67ac6b2ab81b .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aab67ac6b2ab81b .menu-list ul,
#aab67ac6b2ab81b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aab67ac6b2ab81b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aab67ac6b2ab81b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aab67ac6b2ab81b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aab67ac6b2ab81b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a76aaa20c8a07e9 .uk-grid {
  margin-left: -30px;
}
#a76aaa20c8a07e9 .uk-grid > * {
  padding-left: 30px;
}
#a76aaa20c8a07e9 .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#a76aaa20c8a07e9 .dynamic-list-item {
  background-color: #dddfe1;
}
#a76aaa20c8a07e9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a76aaa20c8a07e9 .uk-position-center-left-out {
    left: -30px;
  }
  #a76aaa20c8a07e9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acf3fa1f99a7647 .uk-grid {
  margin-left: -30px;
}
#acf3fa1f99a7647 .uk-grid > * {
  padding-left: 30px;
}
#acf3fa1f99a7647 .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#acf3fa1f99a7647 .dynamic-list-item {
  background-color: #d1d8e1;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
#acf3fa1f99a7647 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acf3fa1f99a7647 .uk-position-center-left-out {
    left: -30px;
  }
  #acf3fa1f99a7647 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a49c2a3bdcac4b6 {
  overflow: hidden;
  pointer-events: none;
}
#a49c2a3bdcac4b6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a49c2a3bdcac4b6 > .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;
}
#a49c2a3bdcac4b6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a49c2a3bdcac4b6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a49c2a3bdcac4b6 > .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;
}
#a49c2a3bdcac4b6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav,
#a49c2a3bdcac4b6 > .tab-nav,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav-horizontal,
#a49c2a3bdcac4b6 > .tab-nav-horizontal,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a49c2a3bdcac4b6 > .tab-nav-horizontal::-webkit-scrollbar,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a49c2a3bdcac4b6 > .tab-nav-horizontal.tagScroll,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a49c2a3bdcac4b6 > .tab-nav-horizontal.tagScroll li a,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav a,
#a49c2a3bdcac4b6 > .tab-nav a,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav li a,
#a49c2a3bdcac4b6 > .tab-nav li a,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav li a svg,
#a49c2a3bdcac4b6 > .tab-nav li a svg,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a49c2a3bdcac4b6 > .tab-nav li a .ap_icon,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav li a:hover,
#a49c2a3bdcac4b6 > .tab-nav li a:hover,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a49c2a3bdcac4b6 > .tab-nav li.uk-active a,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #194b87;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a49c2a3bdcac4b6 > .tab-wrap > div > .tab-nav li:last-child a,
#a49c2a3bdcac4b6 > .tab-nav li:last-child a,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a49c2a3bdcac4b6 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a49c2a3bdcac4b6 .layout-left li,
#a49c2a3bdcac4b6 .layout-center li,
#a49c2a3bdcac4b6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a49c2a3bdcac4b6 .layout-left li a,
#a49c2a3bdcac4b6 .layout-center li a,
#a49c2a3bdcac4b6 .layout-right li a {
  height: 100%;
}
#a49c2a3bdcac4b6 > .tab-tabs .layout-left {
  text-align: left;
}
#a49c2a3bdcac4b6 > .tab-tabs .layout-center {
  text-align: center;
}
#a49c2a3bdcac4b6 > .tab-tabs .layout-right {
  text-align: right;
}
#a49c2a3bdcac4b6 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a49c2a3bdcac4b6 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a49c2a3bdcac4b6 .tab-contents,
#a49c2a3bdcac4b6 .tab-contents-wrap {
  pointer-events: none;
}
#a49c2a3bdcac4b6 .tab-content,
#a49c2a3bdcac4b6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a49c2a3bdcac4b6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a49c2a3bdcac4b6 .tab-wrap .tab-contents {
  height: 100%;
}
#a49c2a3bdcac4b6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a49c2a3bdcac4b6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a49c2a3bdcac4b6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a29b1abb51ad921 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af202a243da4745 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a5285a3351aa435 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a5285a3351aa435 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#af07ea0d83acb50 .ab619a9caeac5f4 {
  overflow: hidden;
}
#af07ea0d83acb50 .ab619a9caeac5f4 , #af07ea0d83acb50 .ab619a9caeac5f4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#af07ea0d83acb50 .a243aa22afa6239  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#af07ea0d83acb50 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af07ea0d83acb50 .uk-position-center-left-out {
    left: -30px;
  }
  #af07ea0d83acb50 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ae600ae582ae061 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac1aca998da6ddc .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#ac8c4a0481a8b97 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ac8c4a0481a8b97 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac8c4a0481a8b97 .ap-icon {
  margin-right: 6px;
}
#ac8c4a0481a8b97 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac8c4a0481a8b97 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ac8c4a0481a8b97 .menu-list > li:hover > a,
#ac8c4a0481a8b97 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac8c4a0481a8b97 .menu-list > li.active > a {
  background-color: #4a90e2;
}
#ac8c4a0481a8b97 .menu-list ul,
#ac8c4a0481a8b97 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac8c4a0481a8b97 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac8c4a0481a8b97 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac8c4a0481a8b97 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac8c4a0481a8b97 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#accbda9031a8b52 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#accbda9031a8b52 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aeca5a8bfcaff42 .ele-wrap {border-color: rgb(248, 158, 35);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#aeca5a8bfcaff42 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#a7874a8aa2a62e2 .ele-wrap {border-color: rgb(248, 158, 35);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 3px;justify-content: center;}#a7874a8aa2a62e2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#a7c1dac170a8462 .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 14px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a7c1dac170a8462 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(74, 144, 226, 1);}#a6644a2414a76dd .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a6644a2414a76dd .marquee-wrap > .str_move {
  cursor: text;
}
#a6644a2414a76dd .marquee-wrap:hover {
  background: #fafafa;
}
#a6644a2414a76dd .marquee-wrap .content {
  position: absolute;
}
#a6644a2414a76dd .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a6644a2414a76dd .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
#a834fa4100a8b4d form {
  width: 100%;
  height: 100%;
}
#a834fa4100a8b4d .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a834fa4100a8b4d .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;
}
#a834fa4100a8b4d .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a834fa4100a8b4d .search-box .search-type.show {
  display: block;
}
#a834fa4100a8b4d .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #cdd4dc;
  cursor: pointer;
  padding: 0 18px;
}
#a834fa4100a8b4d .search-box .search-type li:hover {
  color: #356296;
}
#a834fa4100a8b4d .search-box .search-type li.active {
  color: #356296;
}
#a834fa4100a8b4d .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: #cdd4dc;
  overflow: hidden;
}
#a834fa4100a8b4d .inner-form .input-field {
  height: 100%;
}
#a834fa4100a8b4d .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a834fa4100a8b4d .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a834fa4100a8b4d .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a834fa4100a8b4d .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a834fa4100a8b4d .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a834fa4100a8b4d .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: #cdd4dc;
  position: relative;
}
#a834fa4100a8b4d .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a834fa4100a8b4d .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a834fa4100a8b4d .inner-form .input-field.second-wrap {
  min-width: 120px;
}
#a834fa4100a8b4d .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
}
#a834fa4100a8b4d .btn-search:hover {
  background: #356296;
}
#a834fa4100a8b4d .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#afb83a9299a9119 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c78a1e8ba62c0 .abeceab301a53c3 {
  overflow: hidden;
}
#a6c78a1e8ba62c0 .abeceab301a53c3 , #a6c78a1e8ba62c0 .abeceab301a53c3 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a6c78a1e8ba62c0 .ab855a459eadfa4 {
  overflow: hidden;
}
#a6c78a1e8ba62c0 .a3f71a4530a0e3f  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a6c78a1e8ba62c0 .a36afaefe5ae023 {
  overflow: hidden;
}
#a6c78a1e8ba62c0 .uk-grid {
  margin-left: -50px;
}
#a6c78a1e8ba62c0 .uk-grid > * {
  padding-left: 50px;
}
#a6c78a1e8ba62c0 .uk-grid > .uk-grid-margin {
  margin-top: 50px;
}
#a6c78a1e8ba62c0 .dynamic-list-item {
  background-color: #dee0e2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#a6c78a1e8ba62c0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6c78a1e8ba62c0 .uk-position-center-left-out {
    left: -30px;
  }
  #a6c78a1e8ba62c0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a3f67afd94aab26 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9960abcdea9730 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a312ba0961aacd4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312ba0961aacd4 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312ba0961aacd4 .ap-icon {
  margin-right: 6px;
}
#a312ba0961aacd4 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312ba0961aacd4 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a312ba0961aacd4 .menu-list > li:hover > a,
#a312ba0961aacd4 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a312ba0961aacd4 .menu-list ul,
#a312ba0961aacd4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312ba0961aacd4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312ba0961aacd4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312ba0961aacd4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312ba0961aacd4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af7f1aca5ba950b a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#af7f1aca5ba950b a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a551da7e32ad222 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a551da7e32ad222 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a6cdfad7c3ad473 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a6cdfad7c3ad473 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#ad4f8a9736a18ac > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a599ba1fbfa6d1d > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#aebf1aca74a4760 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #4a90e2;
}
#ac4c1a9e17a35c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a0b77acb5da0e36 , #a0b77acb5da0e36 a{color: rgba(5, 89, 190, 1);}#af42da7674a9404 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#ae44ca55c4aa00d , #ae44ca55c4aa00d a{color: rgba(5, 89, 190, 1);}#af150a79e1a8690 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#af150a79e1a8690 .ele-wrap:hover {background-color: #0483cc;}#a178baa3daa9e74 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a178baa3daa9e74 .ele-wrap:hover {background-color: #0483cc;}#aadd1a4414a1de6 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aadd1a4414a1de6 .ele-wrap:hover {background-color: #0483cc;}#aed33adb29a119a .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aed33adb29a119a .ele-wrap:hover {background-color: #0483cc;}#ac655ae884a77d8 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ac655ae884a77d8 .ele-wrap:hover {background-color: #0483cc;}#a0936a2126a0daa .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a0936a2126a0daa .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0936a2126a0daa .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a0936a2126a0daa .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a0936a2126a0daa .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a0936a2126a0daa .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a0936a2126a0daa .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a0936a2126a0daa .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a0936a2126a0daa .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a0936a2126a0daa .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a0936a2126a0daa .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a0936a2126a0daa .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a0936a2126a0daa .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a0936a2126a0daa .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a0936a2126a0daa .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a0936a2126a0daa .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a0936a2126a0daa .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a0936a2126a0daa .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a0936a2126a0daa .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a0936a2126a0daa .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a0936a2126a0daa .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a0936a2126a0daa .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a0936a2126a0daa .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0936a2126a0daa .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a0936a2126a0daa .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a0936a2126a0daa .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a0936a2126a0daa .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a0936a2126a0daa .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0936a2126a0daa .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a0936a2126a0daa .ele-article-list .text-article:hover .time {
  color: auto;
}
#afb32af068a95c5 {
  overflow: hidden;
  pointer-events: none;
}
#afb32af068a95c5 > .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;
}
#afb32af068a95c5 > .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;
}
#afb32af068a95c5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afb32af068a95c5 > .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;
}
#afb32af068a95c5 > .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;
}
#afb32af068a95c5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav,
#afb32af068a95c5 > .tab-nav,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#afb32af068a95c5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav-horizontal,
#afb32af068a95c5 > .tab-nav-horizontal,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afb32af068a95c5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afb32af068a95c5 > .tab-nav-horizontal::-webkit-scrollbar,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afb32af068a95c5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afb32af068a95c5 > .tab-nav-horizontal.tagScroll,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afb32af068a95c5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 36px;
  overflow-x: auto;
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afb32af068a95c5 > .tab-nav-horizontal.tagScroll li a,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afb32af068a95c5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav a,
#afb32af068a95c5 > .tab-nav a,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afb32af068a95c5 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav li a,
#afb32af068a95c5 > .tab-nav li a,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afb32af068a95c5 > .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: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav li a svg,
#afb32af068a95c5 > .tab-nav li a svg,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afb32af068a95c5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#afb32af068a95c5 > .tab-nav li a .ap_icon,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afb32af068a95c5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav li a:hover,
#afb32af068a95c5 > .tab-nav li a:hover,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afb32af068a95c5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav li.uk-active a,
#afb32af068a95c5 > .tab-nav li.uk-active a,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afb32af068a95c5 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#afb32af068a95c5 > .tab-wrap > div > .tab-nav li:last-child a,
#afb32af068a95c5 > .tab-nav li:last-child a,
#afb32af068a95c5 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#afb32af068a95c5 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#afb32af068a95c5 .layout-left li,
#afb32af068a95c5 .layout-center li,
#afb32af068a95c5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afb32af068a95c5 .layout-left li a,
#afb32af068a95c5 .layout-center li a,
#afb32af068a95c5 .layout-right li a {
  height: 100%;
}
#afb32af068a95c5 > .tab-tabs .layout-left {
  text-align: left;
}
#afb32af068a95c5 > .tab-tabs .layout-center {
  text-align: center;
}
#afb32af068a95c5 > .tab-tabs .layout-right {
  text-align: right;
}
#afb32af068a95c5 .tab-contents {
  height: 100%;
  height: calc(100% - 36px);
}
#afb32af068a95c5 .tab-content-wrap {
  background-color: #f9f5f5;
}
#afb32af068a95c5 .tab-contents,
#afb32af068a95c5 .tab-contents-wrap {
  pointer-events: none;
}
#afb32af068a95c5 .tab-content,
#afb32af068a95c5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afb32af068a95c5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afb32af068a95c5 .tab-wrap .tab-contents {
  height: 100%;
}
#afb32af068a95c5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afb32af068a95c5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afb32af068a95c5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a2793a3e41a4894 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abe0ba9ed7a1fab .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#afb2fa6117a0348 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#afb2fa6117a0348 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a36baac96dabab1 .ad766a9a17a0180 {
  overflow: hidden;
}
#a36baac96dabab1 .ad766a9a17a0180 , #a36baac96dabab1 .ad766a9a17a0180 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a36baac96dabab1 .a6677af0aaa74d3  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a36baac96dabab1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a36baac96dabab1 .uk-position-center-left-out {
    left: -30px;
  }
  #a36baac96dabab1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a0e6aa2a54af24b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a037ea5d90acd23 .uk-tab li a {
  padding: 18px 16px;
  min-width: 200px;
  display: block;
}
#a037ea5d90acd23 .uk-tab li {
  width: 100%;
}
#a037ea5d90acd23 .uk-tab > .uk-active > a {
  background-color: #005a83;
  border-right: none;
  border-color: transparent;
}
#a037ea5d90acd23 .uk-switcher li {
  list-style: decimal;
}
#a7e39a942baa5f8 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a037ea5d90acd23 .uk-container {max-width: 1200px;}#a037ea5d90acd23 [data-item="items"] {left: -1px;top: 0px; position: relative;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#aceecacecaa0224 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a226ca4443af5ed .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a8b39a8c93a6400 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8b39a8c93a6400 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8b39a8c93a6400 .ap-icon {
  margin-right: 6px;
}
#a8b39a8c93a6400 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8b39a8c93a6400 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a8b39a8c93a6400 .menu-list > li:hover > a,
#a8b39a8c93a6400 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a8b39a8c93a6400 .menu-list ul,
#a8b39a8c93a6400 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8b39a8c93a6400 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8b39a8c93a6400 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8b39a8c93a6400 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8b39a8c93a6400 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5658a7e60ab88e a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a5658a7e60ab88e a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ac5bea1e2fab3ef .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#ac5bea1e2fab3ef .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#aab25a52c4acf34 > .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-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0929af08ea2442 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0929af08ea2442 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#abebaa7b2aa3d7a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adc96a4666acf38 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#aae35a623fade2b a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#aae35a623fade2b a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a11d5a1f2aa834c .a1e04a0f42af172 {
  overflow: hidden;
}
#a11d5a1f2aa834c .a1e04a0f42af172 , #a11d5a1f2aa834c .a1e04a0f42af172 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a11d5a1f2aa834c .ae45fa8509aa576  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a11d5a1f2aa834c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a11d5a1f2aa834c .uk-position-center-left-out {
    left: -30px;
  }
  #a11d5a1f2aa834c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ac428a9081a3e6e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a66c7ae74aafa5a .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a57a6aacfca214e a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a57a6aacfca214e a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aa36da63ebae1bf .a4673a3a65ae0dd {
  overflow: hidden;
}
#aa36da63ebae1bf .a4673a3a65ae0dd , #aa36da63ebae1bf .a4673a3a65ae0dd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#aa36da63ebae1bf .a8262aded2a422e  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#aa36da63ebae1bf .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa36da63ebae1bf .uk-position-center-left-out {
    left: -30px;
  }
  #aa36da63ebae1bf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a6b6da5daba008e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad016aabe9a99fa .post-cate {
  position: absolute;
  margin-left: 0;
  left: 0;
  bottom: 0;
  padding: 4px 15px 0 20px;
  z-index: 100;
  background: #007bff;
  color: #fff;
  line-height: 24px;
}
#ad016aabe9a99fa .uk-slider {
  padding-top: 30px;
}
#ad016aabe9a99fa .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#ad016aabe9a99fa .uk-card {
  background-color: #007bff;
}
#ad016aabe9a99fa .uk-card-media-top {
  overflow: hidden;
}
#ad016aabe9a99fa .list-item:nth-child(4n+1) .uk-card {
  background-color: #ff5575;
}
#ad016aabe9a99fa .list-item:nth-child(4n+1) .uk-card .post-cate {
  background-color: #ff5575;
}
#ad016aabe9a99fa .list-item:nth-child(4n+1) .uk-card .post-cate::before {
  border-left-color: #ff5575;
}
#ad016aabe9a99fa .list-item:nth-child(4n+2) .uk-card {
  background-color: #ffaf31;
}
#ad016aabe9a99fa .list-item:nth-child(4n+2) .uk-card .post-cate {
  background-color: #ffaf31;
}
#ad016aabe9a99fa .list-item:nth-child(4n+2) .uk-card .post-cate::before {
  border-left-color: #ffaf31;
}
#ad016aabe9a99fa .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#ad016aabe9a99fa .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#ad016aabe9a99fa .list-item:nth-child(4n+3) .uk-card {
  background-color: #4ab106;
}
#ad016aabe9a99fa .list-item:nth-child(4n+3) .uk-card .post-cate {
  background-color: #4ab106;
}
#ad016aabe9a99fa .list-item:nth-child(4n+3) .uk-card .post-cate::before {
  border-left-color: #4ab106;
}
#ad016aabe9a99fa .uk-dotnav > * {
  padding-left: 6px;
}
#ad016aabe9a99fa .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #83d8ff;
}
#ad016aabe9a99fa .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #00a0e9;
}
#ad016aabe9a99fa .post-cate::before {
  border-style: solid;
  border-width: 28px 0 0 20px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  right: -20px;
  top: 0;
  content: '';
}
#a37b2a9e85a5ba9 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a0991a1972aeb53 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a0991a1972aeb53 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#acf7da990fa84f5 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#acf7da990fa84f5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a0235ab202ac33c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0235ab202ac33c .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0235ab202ac33c .ap-icon {
  margin-right: 6px;
}
#a0235ab202ac33c .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0235ab202ac33c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a0235ab202ac33c .menu-list > li:hover > a,
#a0235ab202ac33c .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a0235ab202ac33c .menu-list ul,
#a0235ab202ac33c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0235ab202ac33c .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0235ab202ac33c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0235ab202ac33c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0235ab202ac33c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a657ca0582a4aa3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a9590a52c6ad6ae .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a9590a52c6ad6ae .ele-wrap:hover {background-color: #0483cc;}#afd0aa7c3dac6a5 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#afd0aa7c3dac6a5 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#afd0aa7c3dac6a5 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#afd0aa7c3dac6a5 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#afd0aa7c3dac6a5 .marquee-wrap .marquee-item svg,
#afd0aa7c3dac6a5 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#afd0aa7c3dac6a5 .marquee-wrap:hover {
  background: ;
}
#afd0aa7c3dac6a5 .marquee-wrap .content {
  position: absolute;
}
#afd0aa7c3dac6a5 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 20px;
}
#afd0aa7c3dac6a5 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 588px;
  overflow: hidden;
  line-height: 347px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 20px;
}
#afd0aa7c3dac6a5 .marquee-wrap.horizontal .marquee-item span {
  line-height: 347px;
}
#a68b8a03bda6410 > .ele-wrap {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);box-shadow: 4px 4px 0px 0px ;}#a39c9ad23aad3ad .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a39c9ad23aad3ad .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#abc0ea1f4dac822 > .ele-wrap {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);box-shadow: 4px 4px 0px 0px ;}#abd53a237fab3b8 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#abd53a237fab3b8 .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a5c60ae2fbade42 > .ele-wrap {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);box-shadow: 4px 4px 0px 0px ;}#ae16da89cfa9e2c .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#ae16da89cfa9e2c .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a112fa65e5a470c > .ele-wrap {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);box-shadow: 4px 4px 0px 0px ;}#aa5e8a6557ac523 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#aa5e8a6557ac523 .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a8b32ae451a2f7f > .ele-wrap {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);box-shadow: 4px 4px 0px 0px ;}#abfd7acf11aef5d .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#abfd7acf11aef5d .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a6b47a43a4a1146 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adf6ca9ed5a647a > .ele-wrap {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);box-shadow: 4px 4px 0px 0px ;}#a99afac814a3548 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a99afac814a3548 .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a8dd0ad597a0647 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad016aabe9a99fa [data-item*=".abstract"], #ad016aabe9a99fa [data-item*=".abstract"] a {show: true;}#ad016aabe9a99fa [data-item*=".subTitle"], #ad016aabe9a99fa [data-item*=".subTitle"] a {show: true;}#ad016aabe9a99fa [data-item*=".category"], #ad016aabe9a99fa [data-item*=".category"] a {show: true;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a9210acaada112c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a81eaa1e11a6a26 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a3358a87f0a3f9d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a3358a87f0a3f9d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a3358a87f0a3f9d .ap-icon {
  margin-right: 6px;
}
#a3358a87f0a3f9d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a3358a87f0a3f9d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a3358a87f0a3f9d .menu-list > li:hover > a,
#a3358a87f0a3f9d .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a3358a87f0a3f9d .menu-list ul,
#a3358a87f0a3f9d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3358a87f0a3f9d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3358a87f0a3f9d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3358a87f0a3f9d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3358a87f0a3f9d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9cc5a00cca48ce a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a9cc5a00cca48ce a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a3144abf37adfa5 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a3144abf37adfa5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a2375a3a64ae676 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a2375a3a64ae676 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2375a3a64ae676 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2375a3a64ae676 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2375a3a64ae676 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2375a3a64ae676 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2375a3a64ae676 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a2375a3a64ae676 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2375a3a64ae676 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2375a3a64ae676 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2375a3a64ae676 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2375a3a64ae676 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2375a3a64ae676 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2375a3a64ae676 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2375a3a64ae676 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2375a3a64ae676 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2375a3a64ae676 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2375a3a64ae676 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2375a3a64ae676 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2375a3a64ae676 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a2375a3a64ae676 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2375a3a64ae676 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2375a3a64ae676 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2375a3a64ae676 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a2375a3a64ae676 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2375a3a64ae676 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2375a3a64ae676 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2375a3a64ae676 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2375a3a64ae676 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a2375a3a64ae676 .ele-article-list .text-article:hover .time {
  color: auto;
}
#af0a8ab31eac686 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#af0a8ab31eac686 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0a8ab31eac686 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af0a8ab31eac686 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af0a8ab31eac686 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af0a8ab31eac686 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af0a8ab31eac686 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af0a8ab31eac686 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af0a8ab31eac686 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af0a8ab31eac686 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af0a8ab31eac686 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af0a8ab31eac686 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af0a8ab31eac686 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af0a8ab31eac686 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af0a8ab31eac686 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af0a8ab31eac686 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af0a8ab31eac686 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af0a8ab31eac686 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af0a8ab31eac686 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af0a8ab31eac686 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af0a8ab31eac686 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af0a8ab31eac686 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af0a8ab31eac686 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af0a8ab31eac686 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#af0a8ab31eac686 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af0a8ab31eac686 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af0a8ab31eac686 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af0a8ab31eac686 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af0a8ab31eac686 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#af0a8ab31eac686 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac264a99a5a6a67 .aa8eeac920a6fd7 {
  overflow: hidden;
}
#ac264a99a5a6a67 .aa8eeac920a6fd7 , #ac264a99a5a6a67 .aa8eeac920a6fd7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#ac264a99a5a6a67 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac264a99a5a6a67 .uk-position-center-left-out {
    left: -30px;
  }
  #ac264a99a5a6a67 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afd13a52b5a7b8b .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#afd13a52b5a7b8b .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afd13a52b5a7b8b .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#afd13a52b5a7b8b .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#afd13a52b5a7b8b .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#afd13a52b5a7b8b .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#afd13a52b5a7b8b .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#afd13a52b5a7b8b .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#afd13a52b5a7b8b .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#afd13a52b5a7b8b .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#afd13a52b5a7b8b .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#afd13a52b5a7b8b .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#afd13a52b5a7b8b .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#afd13a52b5a7b8b .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#afd13a52b5a7b8b .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#afd13a52b5a7b8b .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#afd13a52b5a7b8b .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#afd13a52b5a7b8b .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#afd13a52b5a7b8b .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#afd13a52b5a7b8b .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#afd13a52b5a7b8b .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#afd13a52b5a7b8b .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#afd13a52b5a7b8b .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#afd13a52b5a7b8b .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#afd13a52b5a7b8b .ele-article-list .pic-article:hover .category {
  color: auto;
}
#afd13a52b5a7b8b .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#afd13a52b5a7b8b .ele-article-list .pic-article:hover .time {
  color: auto;
}
#afd13a52b5a7b8b .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#afd13a52b5a7b8b .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#afd13a52b5a7b8b .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6171a7538ac884 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a6171a7538ac884 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6171a7538ac884 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6171a7538ac884 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6171a7538ac884 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6171a7538ac884 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6171a7538ac884 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a6171a7538ac884 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6171a7538ac884 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6171a7538ac884 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6171a7538ac884 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6171a7538ac884 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6171a7538ac884 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6171a7538ac884 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6171a7538ac884 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6171a7538ac884 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6171a7538ac884 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6171a7538ac884 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6171a7538ac884 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6171a7538ac884 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a6171a7538ac884 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a6171a7538ac884 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6171a7538ac884 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6171a7538ac884 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a6171a7538ac884 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6171a7538ac884 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6171a7538ac884 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6171a7538ac884 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6171a7538ac884 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a6171a7538ac884 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a25f7aee36a7503 {
  overflow: hidden;
  pointer-events: none;
}
#a25f7aee36a7503 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a25f7aee36a7503 > .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;
}
#a25f7aee36a7503 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a25f7aee36a7503 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a25f7aee36a7503 > .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;
}
#a25f7aee36a7503 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav,
#a25f7aee36a7503 > .tab-nav,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a25f7aee36a7503 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav-horizontal,
#a25f7aee36a7503 > .tab-nav-horizontal,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a25f7aee36a7503 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a25f7aee36a7503 > .tab-nav-horizontal::-webkit-scrollbar,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a25f7aee36a7503 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a25f7aee36a7503 > .tab-nav-horizontal.tagScroll,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a25f7aee36a7503 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a25f7aee36a7503 > .tab-nav-horizontal.tagScroll li a,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a25f7aee36a7503 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav a,
#a25f7aee36a7503 > .tab-nav a,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a25f7aee36a7503 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav li a,
#a25f7aee36a7503 > .tab-nav li a,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a25f7aee36a7503 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav li a svg,
#a25f7aee36a7503 > .tab-nav li a svg,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a25f7aee36a7503 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a25f7aee36a7503 > .tab-nav li a .ap_icon,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a25f7aee36a7503 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav li a:hover,
#a25f7aee36a7503 > .tab-nav li a:hover,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a25f7aee36a7503 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav li.uk-active a,
#a25f7aee36a7503 > .tab-nav li.uk-active a,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a25f7aee36a7503 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a25f7aee36a7503 > .tab-wrap > div > .tab-nav li:last-child a,
#a25f7aee36a7503 > .tab-nav li:last-child a,
#a25f7aee36a7503 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a25f7aee36a7503 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a25f7aee36a7503 .layout-left li,
#a25f7aee36a7503 .layout-center li,
#a25f7aee36a7503 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a25f7aee36a7503 .layout-left li a,
#a25f7aee36a7503 .layout-center li a,
#a25f7aee36a7503 .layout-right li a {
  height: 100%;
}
#a25f7aee36a7503 > .tab-tabs .layout-left {
  text-align: left;
}
#a25f7aee36a7503 > .tab-tabs .layout-center {
  text-align: center;
}
#a25f7aee36a7503 > .tab-tabs .layout-right {
  text-align: right;
}
#a25f7aee36a7503 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a25f7aee36a7503 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a25f7aee36a7503 .tab-contents,
#a25f7aee36a7503 .tab-contents-wrap {
  pointer-events: none;
}
#a25f7aee36a7503 .tab-content,
#a25f7aee36a7503 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a25f7aee36a7503 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a25f7aee36a7503 .tab-wrap .tab-contents {
  height: 100%;
}
#a25f7aee36a7503 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a25f7aee36a7503 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a25f7aee36a7503 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#ae688a1f0cae0bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1744a6117a18d8 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#abd1ba8caaabcce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#abd1ba8caaabcce .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#abd1ba8caaabcce .ap-icon {
  margin-right: 6px;
}
#abd1ba8caaabcce .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#abd1ba8caaabcce .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#abd1ba8caaabcce .menu-list > li:hover > a,
#abd1ba8caaabcce .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#abd1ba8caaabcce .menu-list ul,
#abd1ba8caaabcce .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abd1ba8caaabcce .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#abd1ba8caaabcce .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abd1ba8caaabcce .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abd1ba8caaabcce .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa8b0a58ada3cc5 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#aa8b0a58ada3cc5 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a3804a6c62a9b97 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a3804a6c62a9b97 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#a39e0acc02ac5bc .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a39e0acc02ac5bc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#ab771a10f4aac98 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#ab771a10f4aac98 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#aa655a3053a744b .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 0px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#aa655a3053a744b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#a8237ad7f1a05d6 .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 14px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a8237ad7f1a05d6 .ele-wrap:hover {background-color: #0483cc;}#aef25ae8fda69fc .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 14px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aef25ae8fda69fc .ele-wrap:hover {background-color: #0483cc;}#a126ca75d4a221d .ele-wrap {border-color: #000;color: #4a4a4a;font-size: 14px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a126ca75d4a221d .ele-wrap:hover {background-color: #0483cc;}#a0920af5a4a2eba .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a0920af5a4a2eba .marquee-wrap > .str_move {
  cursor: text;
}
#a0920af5a4a2eba .marquee-wrap:hover {
  background: #fafafa;
}
#a0920af5a4a2eba .marquee-wrap .content {
  position: absolute;
}
#a0920af5a4a2eba .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a0920af5a4a2eba .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
#a3832abbd5ac3df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#aaa48a4738a0e72 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aaa48a4738a0e72 .ele-wrap:hover {background-color: #0483cc;}#ab2bca6454abb9c .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#ab2bca6454abb9c .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ab2bca6454abb9c .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#ab2bca6454abb9c .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#ab2bca6454abb9c .marquee-wrap .marquee-item svg,
#ab2bca6454abb9c .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#ab2bca6454abb9c .marquee-wrap:hover {
  background: ;
}
#ab2bca6454abb9c .marquee-wrap .content {
  position: absolute;
}
#ab2bca6454abb9c .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 20px;
}
#ab2bca6454abb9c .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 580px;
  overflow: hidden;
  line-height: 270px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 20px;
}
#ab2bca6454abb9c .marquee-wrap.horizontal .marquee-item span {
  line-height: 270px;
}
#ad5f9a566aab11b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#aa840a6593abf80 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aa840a6593abf80 .ele-wrap:hover {background-color: #0483cc;}#acb61a7cbeab230 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#acb61a7cbeab230 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#acb61a7cbeab230 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#acb61a7cbeab230 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#acb61a7cbeab230 .marquee-wrap .marquee-item svg,
#acb61a7cbeab230 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#acb61a7cbeab230 .marquee-wrap:hover {
  background: ;
}
#acb61a7cbeab230 .marquee-wrap .content {
  position: absolute;
}
#acb61a7cbeab230 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 20px;
}
#acb61a7cbeab230 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 580px;
  overflow: hidden;
  line-height: 270px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 20px;
}
#acb61a7cbeab230 .marquee-wrap.horizontal .marquee-item span {
  line-height: 270px;
}
#af3dfa0794a6bca > .ele-wrap {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);box-shadow: 4px 4px 0px 0px ;}#a1740a25f8acdd0 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a1740a25f8acdd0 .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a9c21a2d72adbf9 > .ele-wrap {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);box-shadow: 4px 4px 0px 0px ;}#a1185a7889aba94 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a1185a7889aba94 .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#ae779aee75aeffc > .ele-wrap {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);box-shadow: 4px 4px 0px 0px ;}#ab48ea13a2ae469 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#ab48ea13a2ae469 .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a0075ac01fa0e98 > .ele-wrap {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);box-shadow: 4px 4px 0px 0px ;}#a7134a9ef5a3924 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a7134a9ef5a3924 .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#a108dae981aaa9c > .ele-wrap {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);box-shadow: 4px 4px 0px 0px ;}#aee91a9e74afb1b .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 600;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#aee91a9e74afb1b .ele-wrap:hover {background-color: #0483cc;color: #bbbac0;}#ab82aada4ca2a6b [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a5d88a01a3a0f1d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3298a04faa3b0f .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#aa5deaf776a621f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa5deaf776a621f .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa5deaf776a621f .ap-icon {
  margin-right: 6px;
}
#aa5deaf776a621f .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa5deaf776a621f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#aa5deaf776a621f .menu-list > li:hover > a,
#aa5deaf776a621f .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa5deaf776a621f .menu-list ul,
#aa5deaf776a621f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa5deaf776a621f .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa5deaf776a621f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa5deaf776a621f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa5deaf776a621f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a88c2a7c0ca0c9c a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a88c2a7c0ca0c9c a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a5595a4ea3ad780 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#a5595a4ea3ad780 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#af69baba31a55e3 .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#af69baba31a55e3 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#ab2eea884ca2c0e > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#aa957a0ce9a9e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a73a6ae703a3831 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#aa081abcb3a4196 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#af01ca775ca5702 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#af01ca775ca5702 .ele-wrap:hover {background-color: #0483cc;}#abfd6a3da5a595c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#abfd6a3da5a595c .ele-wrap:hover {background-color: #0483cc;}#a0fcaa66c0a4761 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a0fcaa66c0a4761 .ele-wrap:hover {background-color: #0483cc;}#af9bca7d22ad43a .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#af9bca7d22ad43a .ele-wrap:hover {background-color: #0483cc;}#a4ffca7a7aa6b78 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a4ffca7a7aa6b78 .ele-wrap:hover {background-color: #0483cc;}#a2b81acafaae315 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a2b81acafaae315 .ele-wrap:hover {background-color: #0483cc;}#a32b2a5248ad13a .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a32b2a5248ad13a .ele-wrap:hover {background-color: #0483cc;}#a6a47a73a3a5c54 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6a47a73a3a5c54 .ele-wrap:hover {background-color: #0483cc;}#aed0fa018eaf80e .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aed0fa018eaf80e .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aed0fa018eaf80e .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aed0fa018eaf80e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aed0fa018eaf80e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aed0fa018eaf80e .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aed0fa018eaf80e .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aed0fa018eaf80e .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aed0fa018eaf80e .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aed0fa018eaf80e .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aed0fa018eaf80e .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aed0fa018eaf80e .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aed0fa018eaf80e .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aed0fa018eaf80e .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aed0fa018eaf80e .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aed0fa018eaf80e .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aed0fa018eaf80e .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aed0fa018eaf80e .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aed0fa018eaf80e .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aed0fa018eaf80e .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aed0fa018eaf80e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aed0fa018eaf80e .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aed0fa018eaf80e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aed0fa018eaf80e .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#aed0fa018eaf80e .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aed0fa018eaf80e .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aed0fa018eaf80e .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aed0fa018eaf80e .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aed0fa018eaf80e .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#aed0fa018eaf80e .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6033af5b3a7e0e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6033af5b3a7e0e .ele-wrap:hover {background-color: #0483cc;}#aaa05a0bbea029b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aaa05a0bbea029b .ele-wrap:hover {background-color: #0483cc;}#a2160ae59ca5a80 {
  overflow: hidden;
  pointer-events: none;
}
#a2160ae59ca5a80 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2160ae59ca5a80 > .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;
}
#a2160ae59ca5a80 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2160ae59ca5a80 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2160ae59ca5a80 > .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;
}
#a2160ae59ca5a80 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2160ae59ca5a80 > .tab-wrap > div > .tab-nav,
#a2160ae59ca5a80 > .tab-nav,
#a2160ae59ca5a80 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2160ae59ca5a80 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a2160ae59ca5a80 > .tab-wrap > div > .tab-nav-horizontal,
#a2160ae59ca5a80 > .tab-nav-horizontal,
#a2160ae59ca5a80 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2160ae59ca5a80 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2160ae59ca5a80 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2160ae59ca5a80 > .tab-nav-horizontal::-webkit-scrollbar,
#a2160ae59ca5a80 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2160ae59ca5a80 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2160ae59ca5a80 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2160ae59ca5a80 > .tab-nav-horizontal.tagScroll,
#a2160ae59ca5a80 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2160ae59ca5a80 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2160ae59ca5a80 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2160ae59ca5a80 > .tab-nav-horizontal.tagScroll li a,
#a2160ae59ca5a80 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2160ae59ca5a80 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2160ae59ca5a80 > .tab-wrap > div > .tab-nav a,
#a2160ae59ca5a80 > .tab-nav a,
#a2160ae59ca5a80 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2160ae59ca5a80 > .tab-tabs > .tab-nav a {
  padding: 0 8px;
}
#a2160ae59ca5a80 > .tab-wrap > div > .tab-nav li a,
#a2160ae59ca5a80 > .tab-nav li a,
#a2160ae59ca5a80 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2160ae59ca5a80 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 8px;
}
#a2160ae59ca5a80 > .tab-wrap > div > .tab-nav li a svg,
#a2160ae59ca5a80 > .tab-nav li a svg,
#a2160ae59ca5a80 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2160ae59ca5a80 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2160ae59ca5a80 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2160ae59ca5a80 > .tab-nav li a .ap_icon,
#a2160ae59ca5a80 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2160ae59ca5a80 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2160ae59ca5a80 > .tab-wrap > div > .tab-nav li a:hover,
#a2160ae59ca5a80 > .tab-nav li a:hover,
#a2160ae59ca5a80 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2160ae59ca5a80 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a2160ae59ca5a80 > .tab-wrap > div > .tab-nav li.uk-active a,
#a2160ae59ca5a80 > .tab-nav li.uk-active a,
#a2160ae59ca5a80 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2160ae59ca5a80 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a2160ae59ca5a80 .layout-left li,
#a2160ae59ca5a80 .layout-center li,
#a2160ae59ca5a80 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2160ae59ca5a80 .layout-left li a,
#a2160ae59ca5a80 .layout-center li a,
#a2160ae59ca5a80 .layout-right li a {
  height: 100%;
}
#a2160ae59ca5a80 > .tab-tabs .layout-left {
  text-align: left;
}
#a2160ae59ca5a80 > .tab-tabs .layout-center {
  text-align: center;
}
#a2160ae59ca5a80 > .tab-tabs .layout-right {
  text-align: right;
}
#a2160ae59ca5a80 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2160ae59ca5a80 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a2160ae59ca5a80 .tab-contents,
#a2160ae59ca5a80 .tab-contents-wrap {
  pointer-events: none;
}
#a2160ae59ca5a80 .tab-content,
#a2160ae59ca5a80 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2160ae59ca5a80 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2160ae59ca5a80 .tab-wrap .tab-contents {
  height: 100%;
}
#a2160ae59ca5a80 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2160ae59ca5a80 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2160ae59ca5a80 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac92ea5f70ab6d2 {
  overflow: hidden;
  pointer-events: none;
}
#ac92ea5f70ab6d2 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac92ea5f70ab6d2 > .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;
}
#ac92ea5f70ab6d2 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac92ea5f70ab6d2 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac92ea5f70ab6d2 > .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;
}
#ac92ea5f70ab6d2 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac92ea5f70ab6d2 > .tab-wrap > div > .tab-nav,
#ac92ea5f70ab6d2 > .tab-nav,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac92ea5f70ab6d2 > .tab-wrap > div > .tab-nav-horizontal,
#ac92ea5f70ab6d2 > .tab-nav-horizontal,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac92ea5f70ab6d2 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac92ea5f70ab6d2 > .tab-nav-horizontal::-webkit-scrollbar,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac92ea5f70ab6d2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac92ea5f70ab6d2 > .tab-nav-horizontal.tagScroll,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#ac92ea5f70ab6d2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac92ea5f70ab6d2 > .tab-nav-horizontal.tagScroll li a,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac92ea5f70ab6d2 > .tab-wrap > div > .tab-nav a,
#ac92ea5f70ab6d2 > .tab-nav a,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-nav a {
  padding: 0 8px;
}
#ac92ea5f70ab6d2 > .tab-wrap > div > .tab-nav li a,
#ac92ea5f70ab6d2 > .tab-nav li a,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 8px;
}
#ac92ea5f70ab6d2 > .tab-wrap > div > .tab-nav li a svg,
#ac92ea5f70ab6d2 > .tab-nav li a svg,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac92ea5f70ab6d2 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac92ea5f70ab6d2 > .tab-nav li a .ap_icon,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac92ea5f70ab6d2 > .tab-wrap > div > .tab-nav li a:hover,
#ac92ea5f70ab6d2 > .tab-nav li a:hover,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac92ea5f70ab6d2 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac92ea5f70ab6d2 > .tab-nav li.uk-active a,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac92ea5f70ab6d2 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #f08989;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac92ea5f70ab6d2 .layout-left li,
#ac92ea5f70ab6d2 .layout-center li,
#ac92ea5f70ab6d2 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac92ea5f70ab6d2 .layout-left li a,
#ac92ea5f70ab6d2 .layout-center li a,
#ac92ea5f70ab6d2 .layout-right li a {
  height: 100%;
}
#ac92ea5f70ab6d2 > .tab-tabs .layout-left {
  text-align: left;
}
#ac92ea5f70ab6d2 > .tab-tabs .layout-center {
  text-align: center;
}
#ac92ea5f70ab6d2 > .tab-tabs .layout-right {
  text-align: right;
}
#ac92ea5f70ab6d2 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#ac92ea5f70ab6d2 .tab-content-wrap {
  background-color: #f9f5f5;
}
#ac92ea5f70ab6d2 .tab-contents,
#ac92ea5f70ab6d2 .tab-contents-wrap {
  pointer-events: none;
}
#ac92ea5f70ab6d2 .tab-content,
#ac92ea5f70ab6d2 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac92ea5f70ab6d2 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac92ea5f70ab6d2 .tab-wrap .tab-contents {
  height: 100%;
}
#ac92ea5f70ab6d2 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac92ea5f70ab6d2 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac92ea5f70ab6d2 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a87bfab6ffaabb5 {
  overflow: hidden;
  pointer-events: none;
}
#a87bfab6ffaabb5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a87bfab6ffaabb5 > .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;
}
#a87bfab6ffaabb5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a87bfab6ffaabb5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a87bfab6ffaabb5 > .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;
}
#a87bfab6ffaabb5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a87bfab6ffaabb5 > .tab-wrap > div > .tab-nav,
#a87bfab6ffaabb5 > .tab-nav,
#a87bfab6ffaabb5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a87bfab6ffaabb5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a87bfab6ffaabb5 > .tab-wrap > div > .tab-nav-horizontal,
#a87bfab6ffaabb5 > .tab-nav-horizontal,
#a87bfab6ffaabb5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a87bfab6ffaabb5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a87bfab6ffaabb5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a87bfab6ffaabb5 > .tab-nav-horizontal::-webkit-scrollbar,
#a87bfab6ffaabb5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a87bfab6ffaabb5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a87bfab6ffaabb5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a87bfab6ffaabb5 > .tab-nav-horizontal.tagScroll,
#a87bfab6ffaabb5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a87bfab6ffaabb5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a87bfab6ffaabb5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a87bfab6ffaabb5 > .tab-nav-horizontal.tagScroll li a,
#a87bfab6ffaabb5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a87bfab6ffaabb5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a87bfab6ffaabb5 > .tab-wrap > div > .tab-nav a,
#a87bfab6ffaabb5 > .tab-nav a,
#a87bfab6ffaabb5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a87bfab6ffaabb5 > .tab-tabs > .tab-nav a {
  padding: 0 8px;
}
#a87bfab6ffaabb5 > .tab-wrap > div > .tab-nav li a,
#a87bfab6ffaabb5 > .tab-nav li a,
#a87bfab6ffaabb5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a87bfab6ffaabb5 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 8px;
}
#a87bfab6ffaabb5 > .tab-wrap > div > .tab-nav li a svg,
#a87bfab6ffaabb5 > .tab-nav li a svg,
#a87bfab6ffaabb5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a87bfab6ffaabb5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a87bfab6ffaabb5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a87bfab6ffaabb5 > .tab-nav li a .ap_icon,
#a87bfab6ffaabb5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a87bfab6ffaabb5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a87bfab6ffaabb5 > .tab-wrap > div > .tab-nav li a:hover,
#a87bfab6ffaabb5 > .tab-nav li a:hover,
#a87bfab6ffaabb5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a87bfab6ffaabb5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a87bfab6ffaabb5 > .tab-wrap > div > .tab-nav li.uk-active a,
#a87bfab6ffaabb5 > .tab-nav li.uk-active a,
#a87bfab6ffaabb5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a87bfab6ffaabb5 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a87bfab6ffaabb5 .layout-left li,
#a87bfab6ffaabb5 .layout-center li,
#a87bfab6ffaabb5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a87bfab6ffaabb5 .layout-left li a,
#a87bfab6ffaabb5 .layout-center li a,
#a87bfab6ffaabb5 .layout-right li a {
  height: 100%;
}
#a87bfab6ffaabb5 > .tab-tabs .layout-left {
  text-align: left;
}
#a87bfab6ffaabb5 > .tab-tabs .layout-center {
  text-align: center;
}
#a87bfab6ffaabb5 > .tab-tabs .layout-right {
  text-align: right;
}
#a87bfab6ffaabb5 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a87bfab6ffaabb5 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a87bfab6ffaabb5 .tab-contents,
#a87bfab6ffaabb5 .tab-contents-wrap {
  pointer-events: none;
}
#a87bfab6ffaabb5 .tab-content,
#a87bfab6ffaabb5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a87bfab6ffaabb5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a87bfab6ffaabb5 .tab-wrap .tab-contents {
  height: 100%;
}
#a87bfab6ffaabb5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a87bfab6ffaabb5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a87bfab6ffaabb5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acfc2a53f5a93f5 {
  overflow: hidden;
  pointer-events: none;
}
#acfc2a53f5a93f5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#acfc2a53f5a93f5 > .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;
}
#acfc2a53f5a93f5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acfc2a53f5a93f5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#acfc2a53f5a93f5 > .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;
}
#acfc2a53f5a93f5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav,
#acfc2a53f5a93f5 > .tab-nav,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav-horizontal,
#acfc2a53f5a93f5 > .tab-nav-horizontal,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acfc2a53f5a93f5 > .tab-nav-horizontal::-webkit-scrollbar,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acfc2a53f5a93f5 > .tab-nav-horizontal.tagScroll,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acfc2a53f5a93f5 > .tab-nav-horizontal.tagScroll li a,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav a,
#acfc2a53f5a93f5 > .tab-nav a,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav li a,
#acfc2a53f5a93f5 > .tab-nav li a,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 45px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav li a svg,
#acfc2a53f5a93f5 > .tab-nav li a svg,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#acfc2a53f5a93f5 > .tab-nav li a .ap_icon,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav li a:hover,
#acfc2a53f5a93f5 > .tab-nav li a:hover,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav li.uk-active a,
#acfc2a53f5a93f5 > .tab-nav li.uk-active a,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#acfc2a53f5a93f5 > .tab-wrap > div > .tab-nav li:last-child a,
#acfc2a53f5a93f5 > .tab-nav li:last-child a,
#acfc2a53f5a93f5 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#acfc2a53f5a93f5 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#acfc2a53f5a93f5 .layout-left li,
#acfc2a53f5a93f5 .layout-center li,
#acfc2a53f5a93f5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#acfc2a53f5a93f5 .layout-left li a,
#acfc2a53f5a93f5 .layout-center li a,
#acfc2a53f5a93f5 .layout-right li a {
  height: 100%;
}
#acfc2a53f5a93f5 > .tab-tabs .layout-left {
  text-align: left;
}
#acfc2a53f5a93f5 > .tab-tabs .layout-center {
  text-align: center;
}
#acfc2a53f5a93f5 > .tab-tabs .layout-right {
  text-align: right;
}
#acfc2a53f5a93f5 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#acfc2a53f5a93f5 .tab-content-wrap {
  background-color: #f9f5f5;
}
#acfc2a53f5a93f5 .tab-contents,
#acfc2a53f5a93f5 .tab-contents-wrap {
  pointer-events: none;
}
#acfc2a53f5a93f5 .tab-content,
#acfc2a53f5a93f5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#acfc2a53f5a93f5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#acfc2a53f5a93f5 .tab-wrap .tab-contents {
  height: 100%;
}
#acfc2a53f5a93f5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#acfc2a53f5a93f5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#acfc2a53f5a93f5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a1e63a513da567a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac314a8d0faf67b .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#ac314a8d0faf67b .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#ac314a8d0faf67b .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #00a0e9;
  border-color: #00a0e9;
}
#ac314a8d0faf67b .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a09f9abe5aab781 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a9435adfc2a253b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a9435adfc2a253b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a9435adfc2a253b .ap-icon {
  margin-right: 6px;
}
#a9435adfc2a253b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a9435adfc2a253b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#a9435adfc2a253b .menu-list > li:hover > a,
#a9435adfc2a253b .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a9435adfc2a253b .menu-list ul,
#a9435adfc2a253b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9435adfc2a253b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9435adfc2a253b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9435adfc2a253b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9435adfc2a253b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2536a6bfdad963 a {
                background-image: linear-gradient(90deg,
                rgba(74, 144, 226, 1),
                rgba(155, 155, 155, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a2536a6bfdad963 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ad2a0a4e06a2aaf .ele-wrap {border-color: rgba(155, 155, 155, 1);color: #9b9b9b;border-width: 2px;border-style: none;font-size: 14px;background-color: transparent;border-radius: 5px;justify-content: center;}#ad2a0a4e06a2aaf .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(74, 144, 226, 1);border-color: rgba(74, 144, 226, 1);}#aa542a06c8a242f > .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-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac2c1af28fa44d8 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ac2c1af28fa44d8 .ele-wrap:hover {background-color: #0483cc;}#ad431a9813ad442 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ad431a9813ad442 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a71a2a965ca3e9d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a477aa9d86ac857 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a477aa9d86ac857 .ele-wrap:hover {background-color: #0483cc;}#a2fb0a5b12adab6 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#a2fb0a5b12adab6 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#a2fb0a5b12adab6 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a2fb0a5b12adab6 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#a2fb0a5b12adab6 .marquee-wrap .marquee-item svg,
#a2fb0a5b12adab6 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#a2fb0a5b12adab6 .marquee-wrap:hover {
  background: ;
}
#a2fb0a5b12adab6 .marquee-wrap .content {
  position: absolute;
}
#a2fb0a5b12adab6 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 20px;
}
#a2fb0a5b12adab6 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 588px;
  overflow: hidden;
  line-height: 347px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 20px;
}
#a2fb0a5b12adab6 .marquee-wrap.horizontal .marquee-item span {
  line-height: 347px;
}
#ae412a09d7a18e1 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9816a8461aaa87 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a88dca5e61a3ef6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a982fac375a0902 {
  min-height: 90vh;
  /* mobile */
}
#a982fac375a0902 .search-highlight {
  background: yellow;
}
#a982fac375a0902 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a982fac375a0902 .el-title {
  margin-bottom: 20px;
}
#a982fac375a0902 .el-item:hover .el-title {
  color: #000000;
}
#a982fac375a0902 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a982fac375a0902 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a982fac375a0902 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a982fac375a0902 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a982fac375a0902 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a982fac375a0902 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a982fac375a0902 .el-title {
    margin-bottom: 0;
  }
  #a982fac375a0902 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a982fac375a0902 .category {
    font-size: 12px;
  }
  #a982fac375a0902 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ab761af3c8abb30 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a88dca5e61a3ef6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5765a1a5aa25ca {
  /* 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------------------------*/
}
#a5765a1a5aa25ca * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a5765a1a5aa25ca .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a5765a1a5aa25ca .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a5765a1a5aa25ca .error .clip:nth-of-type(1) .shadow,
#a5765a1a5aa25ca .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a5765a1a5aa25ca .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a5765a1a5aa25ca .error h2 {
  font-size: 32px;
}
#a5765a1a5aa25ca .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a5765a1a5aa25ca .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a5765a1a5aa25ca .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a5765a1a5aa25ca .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a5765a1a5aa25ca .error .clip .shadow {
  overflow: hidden;
}
#a5765a1a5aa25ca .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);
}
#a5765a1a5aa25ca .error .clip:nth-of-type(3) .shadow:after,
#a5765a1a5aa25ca .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%;
}
#a5765a1a5aa25ca .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a5765a1a5aa25ca .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a5765a1a5aa25ca .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a5765a1a5aa25ca .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a5765a1a5aa25ca .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a5765a1a5aa25ca .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a5765a1a5aa25ca .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a5765a1a5aa25ca .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a5765a1a5aa25ca {
    /* Error Page */
    /* Error Page */
  }
  #a5765a1a5aa25ca .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a5765a1a5aa25ca .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a5765a1a5aa25ca .error .clip:nth-of-type(1) .shadow,
  #a5765a1a5aa25ca .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a5765a1a5aa25ca .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a5765a1a5aa25ca .error h2 {
    font-size: 24px;
  }
  #a5765a1a5aa25ca .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a5765a1a5aa25ca .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a5765a1a5aa25ca .error .container-error-404 {
    height: 150px;
  }
}
#a5765a1a5aa25ca .overlay {
  position: relative;
  z-index: 20;
}
#a5765a1a5aa25ca .ground-color {
  background: white;
}
#a5765a1a5aa25ca .item-bg-color {
  background: #EAEAEA;
}
#a5765a1a5aa25ca .padding-top {
  padding-top: 10px;
}
#a5765a1a5aa25ca .padding-bottom {
  padding-bottom: 10px;
}
#a5765a1a5aa25ca .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a5765a1a5aa25ca .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a5765a1a5aa25ca .padding-all {
  padding: 10px;
}
#a5765a1a5aa25ca .no-padding-left {
  padding-left: 0px;
}
#a5765a1a5aa25ca .no-padding-right {
  padding-right: 0px;
}
#a5765a1a5aa25ca .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a5765a1a5aa25ca .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a5765a1a5aa25ca .no-padding {
  padding: 0px;
}
#a5765a1a5aa25ca .margin-top {
  margin-top: 10px;
}
#a5765a1a5aa25ca .margin-bottom {
  margin-bottom: 10px;
}
#a5765a1a5aa25ca .margin-right {
  margin-right: 10px;
}
#a5765a1a5aa25ca .margin-left {
  margin-left: 10px;
}
#a5765a1a5aa25ca .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a5765a1a5aa25ca .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a5765a1a5aa25ca .margin-all {
  margin: 10px;
}
#a5765a1a5aa25ca .no-margin {
  margin: 0px;
}
#a5765a1a5aa25ca .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a5765a1a5aa25ca .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a5765a1a5aa25ca .inside-col-shrink {
  margin: 0px 20px;
}
#a5765a1a5aa25ca hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a2711ab140a0065 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a88dca5e61a3ef6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a42b7a5bf2a761e .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a42b7a5bf2a761e .switch_item {
  margin-right: 10px;
}
#a42b7a5bf2a761e a.switch_item:hover {
  text-decoration: underline;
}
#a42b7a5bf2a761e .slider {
  width: 420px;
  height: 600px;
}
#a42b7a5bf2a761e .uk-slideshow-items {
  height: 100%;
}
#a42b7a5bf2a761e .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a42b7a5bf2a761e .login-wrap {
  width: 100%;
  height: 100%;
}
#a42b7a5bf2a761e .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a42b7a5bf2a761e .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a42b7a5bf2a761e .phone-login-box {
  margin: 40px auto 40px;
}
#a42b7a5bf2a761e .login-header {
  margin-bottom: 24px;
}
#a42b7a5bf2a761e .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a42b7a5bf2a761e .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a42b7a5bf2a761e .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#a42b7a5bf2a761e .forget_password {
  cursor: pointer;
}
#a42b7a5bf2a761e .forget_password:hover {
  color: #00a0e9;
}
#a42b7a5bf2a761e .input-item input.error,
#a42b7a5bf2a761e .input-item input.error::placeholder {
  color: #fc4343;
}
#a42b7a5bf2a761e .input-item input::placeholder {
  color: #999;
}
#a42b7a5bf2a761e .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a42b7a5bf2a761e .form-item {
  margin: 24px 0;
}
#a42b7a5bf2a761e .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a42b7a5bf2a761e .send-code {
  float: left;
  margin-left: 20px;
}
#a42b7a5bf2a761e .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#a42b7a5bf2a761e .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a42b7a5bf2a761e .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a42b7a5bf2a761e .login_btn_wrap {
  text-align: center;
}
#a42b7a5bf2a761e .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a42b7a5bf2a761e .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a42b7a5bf2a761e .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a9b6baf098a69f8 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a88dca5e61a3ef6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acad9abd21aa06d .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#acad9abd21aa06d .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#acad9abd21aa06d .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#acad9abd21aa06d .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#acad9abd21aa06d .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#acad9abd21aa06d .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#acad9abd21aa06d .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#acad9abd21aa06d .nav-list {
  padding: 0 20px;
}
#acad9abd21aa06d .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#acad9abd21aa06d .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#acad9abd21aa06d .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#acad9abd21aa06d .order-item:hover {
  background: #f7f7f7;
}
#acad9abd21aa06d .del-order {
  cursor: pointer;
}
#acad9abd21aa06d .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#acad9abd21aa06d .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#acad9abd21aa06d .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#acad9abd21aa06d .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#acad9abd21aa06d .goods-item .goods-info {
  padding: 0 15px;
}
#acad9abd21aa06d .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#acad9abd21aa06d .appoint-time {
  margin-bottom: 4px;
}
#acad9abd21aa06d .appoint-name {
  color: #333;
  font-size: 14px;
}
#acad9abd21aa06d .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#acad9abd21aa06d .goods-item .goods-name {
  color: #333;
}
#acad9abd21aa06d .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#acad9abd21aa06d .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#acad9abd21aa06d .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#acad9abd21aa06d .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#acad9abd21aa06d .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#acad9abd21aa06d .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#acad9abd21aa06d .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#acad9abd21aa06d .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#acad9abd21aa06d .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#acad9abd21aa06d .setting-form {
  padding: 30px 20px;
}
#acad9abd21aa06d .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#acad9abd21aa06d .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#acad9abd21aa06d .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#acad9abd21aa06d .setting-form .setting-btns {
  margin-left: 130px;
}
#acad9abd21aa06d .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#acad9abd21aa06d .setting-wrap {
  position: relative;
}
#acad9abd21aa06d .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#acad9abd21aa06d .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#acad9abd21aa06d .user-info .levels {
  color: #888;
  font-size: 12px;
}
#acad9abd21aa06d .address-wrap {
  padding: 30px 20px;
}
#acad9abd21aa06d .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#acad9abd21aa06d .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#acad9abd21aa06d .addr-list {
  min-height: 200px;
}
#acad9abd21aa06d .addr-detail .addr-item-name,
#acad9abd21aa06d .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#acad9abd21aa06d .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#acad9abd21aa06d .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#acad9abd21aa06d .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#acad9abd21aa06d .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#acad9abd21aa06d .add-addr {
  height: 32px;
  line-height: 30px;
}
#acad9abd21aa06d .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#acad9abd21aa06d .publish-item {
  cursor: default;
  min-height: 120px;
}
#acad9abd21aa06d .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#acad9abd21aa06d .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#acad9abd21aa06d .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #00a0e9;
}
#acad9abd21aa06d .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#ac954a2668a71bb .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a88dca5e61a3ef6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3eabaa4c1af590 {
  min-height: 90vh;
  /* mobile */
}
#a3eabaa4c1af590 .search-highlight {
  background: yellow;
}
#a3eabaa4c1af590 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a3eabaa4c1af590 .el-title {
  margin-bottom: 20px;
}
#a3eabaa4c1af590 .el-item:hover .el-title {
  color: #000000;
}
#a3eabaa4c1af590 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a3eabaa4c1af590 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a3eabaa4c1af590 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a3eabaa4c1af590 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a3eabaa4c1af590 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a3eabaa4c1af590 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a3eabaa4c1af590 .el-title {
    margin-bottom: 0;
  }
  #a3eabaa4c1af590 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a3eabaa4c1af590 .category {
    font-size: 12px;
  }
  #a3eabaa4c1af590 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a1d93a54eaaa436 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
#a88dca5e61a3ef6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac4eca49a9a7128 .comment-detail {
  min-height: 600px;
}
#ac4eca49a9a7128 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#ac4eca49a9a7128 table th,
#ac4eca49a9a7128 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#ac4eca49a9a7128 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#ac4eca49a9a7128 .red {
  color: #F00!important;
}
#ac4eca49a9a7128 .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;
}
#ac0a6af0d3a07d5 .uk-container {
  line-height: 2;
  color: #999;
}
#aa2e2a851aa4522 form {
  width: 100%;
  height: 100%;
}
#aa2e2a851aa4522 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa2e2a851aa4522 .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;
}
#aa2e2a851aa4522 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa2e2a851aa4522 .search-box .search-type.show {
  display: block;
}
#aa2e2a851aa4522 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 18px;
}
#aa2e2a851aa4522 .search-box .search-type li:hover {
  color: #245086;
}
#aa2e2a851aa4522 .search-box .search-type li.active {
  color: #245086;
}
#aa2e2a851aa4522 .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: 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#aa2e2a851aa4522 .inner-form .input-field {
  height: 100%;
}
#aa2e2a851aa4522 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #949494;
}
#aa2e2a851aa4522 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bababa;
}
#aa2e2a851aa4522 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa2e2a851aa4522 .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: #f1f1f1;
  position: relative;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa2e2a851aa4522 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #949494;
  margin: 0 15px;
}
#aa2e2a851aa4522 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa2e2a851aa4522 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a90e2;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa2e2a851aa4522 .btn-search:hover {
  background: #245086;
}
#aa2e2a851aa4522 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #4a90e2;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #245086;
  background-color: #245086;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list li.active > a {
  background-color: #989898;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 187px;
}
#a7fd6a8fb0a4cc1 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a7fd6a8fb0a4cc1 .horizontal-links a {
  margin-right: 257px;
  display: inline-block;
}
#a7fd6a8fb0a4cc1 .vertical-links a {
  display: block;
  margin-bottom: 257px;
}
