@to TopIcon:/resources/sys/img/totop-default.svg;
.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: #f5f7f9;
}
/* 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: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #ff5000;
}
/* 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: #ff5000;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #333333;
  text-shadow: none;
}
::selection {
  background: #333333;
  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 #333333;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #333333;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #fafafa;
}
/* ========================================================================
     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: #fafafa;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #333333;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #333333;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #333333;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #fafafa;
  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: #333333;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #333333;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #333333;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #333333;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #50e3c2;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #50e3c2;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #333333;
  color: #ffffff;
  border-color: #333333;
}
/*
   * 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: #fafafa;
  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: #333333;
}
/* 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: #4a4a4a;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #ff5000;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #333333;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #50e3c2;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #fafafa;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #fafafa;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #333333;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #50e3c2;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #333333;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #50e3c2;
  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: #333333;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #50e3c2;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #333333;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #333333;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #333333;
  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: #fafafa;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #333333;
  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: #333333;
}
/* 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: #333333;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #333333;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #333333;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #333333;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #333333;
  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: #333333;
}
/* 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: #333333;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #333333;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #333333;
}
/*
   * 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: #333333;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #fafafa;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #333333;
}
/*
   * 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: #333333;
  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: #fafafa;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #333333;
}
.uk-progress::-moz-progress-bar {
  background-color: #333333;
}
.uk-progress::-ms-fill {
  background-color: #333333;
}
/* ========================================================================
     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: #333333 !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: #333333 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #333333;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #fafafa;
}
.uk-background-primary {
  background-color: #333333;
}
.uk-background-secondary {
  background-color: #50e3c2;
}
/* ========================================================================
     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: #333333;
  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: #333333;
  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: #333333;
  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: #fafafa;
  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: #333333;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(80, 227, 194, 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: #333333;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #fafafa;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #333333;
}
.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: #333333;
  border-color: #333333;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #333333;
}
/* ========================================================================
   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: #1a1a1a;
}
.ap-list-filter dd a.active {
  background-color: #333333;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #333333;
}
.category li a.active {
  color: #333333;
}
.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: #333333;
}
.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: #333333;
  border: 1px solid rgba(51, 51, 51, 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: #333333;
}
form .step .ui-step.active .ui-step-title {
  color: #333333;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #333333;
  background-color: #333333;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #333333;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #333333;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #333333;
  color: #333333;
}
.btn-effect-2:hover {
  background-color: #333333;
}
.uk-button.btn-effect-5 {
  background-color: #333333;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #333333;
}
.header-effect-6 [data-item='title']::before {
  background-color: #333333;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af7d1a2ed3a8ec1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a33aaaf866aa527 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a33aaaf866aa527 .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#a33aaaf866aa527 .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#a33aaaf866aa527 .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #333333;
}
#a33aaaf866aa527 .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#a33aaaf866aa527 .uk-list li::before {
  color: #333333;
}
#a33aaaf866aa527 .uk-list a {
  color: #4c4c4c;
}
#a33aaaf866aa527 .uk-list a.active,
#a33aaaf866aa527 .uk-list a:hover {
  color: #333333;
  text-decoration: none;
}
#a33aaaf866aa527 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a33aaaf866aa527 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a33aaaf866aa527 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a543ba8fa3aefee .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a543ba8fa3aefee .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9cc6abeb7aec98 a, #a9cc6abeb7aec98 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a543ba8fa3aefee [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a543ba8fa3aefee [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a543ba8fa3aefee [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a543ba8fa3aefee [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a543ba8fa3aefee [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a543ba8fa3aefee [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a543ba8fa3aefee [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a543ba8fa3aefee [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a543ba8fa3aefee [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af7d1a2ed3a8ec1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aca3ca929ca8464 .detail-content .goods-params div {
  margin: 4px 0;
}
#aca3ca929ca8464 .desc {
  white-space: pre-wrap;
}
#aca3ca929ca8464 .video-box,
#aca3ca929ca8464 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#aca3ca929ca8464 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#aca3ca929ca8464 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#aca3ca929ca8464 .preview-box img {
  width: 100%;
}
#aca3ca929ca8464 .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;
}
#aca3ca929ca8464 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#aca3ca929ca8464 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#aca3ca929ca8464 .thumb-box {
  width: 100%;
  position: relative;
}
#aca3ca929ca8464 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#aca3ca929ca8464 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#aca3ca929ca8464 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#aca3ca929ca8464 .thumb-list {
  overflow: hidden;
}
#aca3ca929ca8464 .thumb-list ul {
  width: 100000px;
}
#aca3ca929ca8464 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#aca3ca929ca8464 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#aca3ca929ca8464 .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;
}
#aca3ca929ca8464 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#aca3ca929ca8464 .thumb-list ul li.active img {
  border-color: #333333;
}
#aca3ca929ca8464 .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;
}
#aca3ca929ca8464 .zoom-box img {
  max-width: initial;
}
#aca3ca929ca8464 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#aca3ca929ca8464 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#aca3ca929ca8464 .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;
}
#aca3ca929ca8464 .goods-intro .price span {
  line-height: 30px;
}
#aca3ca929ca8464 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#aca3ca929ca8464 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #333333;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aca3ca929ca8464 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #333333;
  font-size: 18px;
}
#aca3ca929ca8464 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#aca3ca929ca8464 .line-through {
  text-decoration: line-through;
}
#aca3ca929ca8464 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#aca3ca929ca8464 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#aca3ca929ca8464 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#aca3ca929ca8464 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#aca3ca929ca8464 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#aca3ca929ca8464 .number .name {
  line-height: 30px;
  width: 54px;
}
#aca3ca929ca8464 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#aca3ca929ca8464 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#aca3ca929ca8464 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#aca3ca929ca8464 .select-num i {
  line-height: 30px;
}
#aca3ca929ca8464 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#aca3ca929ca8464 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#aca3ca929ca8464 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#aca3ca929ca8464 .buttons {
  margin: 30px 0 0 12px;
}
#aca3ca929ca8464 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #333333;
  text-align: center;
  border-radius: 2px;
}
#aca3ca929ca8464 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#aca3ca929ca8464 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#aca3ca929ca8464 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#aca3ca929ca8464 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#aca3ca929ca8464 .hot-list .img-wrap {
  display: block;
}
#aca3ca929ca8464 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#aca3ca929ca8464 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#aca3ca929ca8464 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#aca3ca929ca8464 .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;
}
#aca3ca929ca8464 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#aca3ca929ca8464 ::-webkit-scrollbar {
  display: none;
}
#aca3ca929ca8464 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#aca3ca929ca8464 .left .detail-nav-tab .item.uk-active,
#aca3ca929ca8464 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #333333;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#aca3ca929ca8464 .left .detail-nav-tab .item.uk-active a {
  color: #333333;
  cursor: default;
}
#aca3ca929ca8464 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#aca3ca929ca8464 .hot-list .item:last-child {
  border-bottom: none;
}
#aca3ca929ca8464 .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;
}
#aca3ca929ca8464 .hot-list .item .goods-title:hover {
  color: #333333;
}
#aca3ca929ca8464 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aca3ca929ca8464 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#aca3ca929ca8464 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#aca3ca929ca8464 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #aca3ca929ca8464 .right {
    width: 100%;
  }
  #aca3ca929ca8464 .preview-box img {
    height: 340px;
  }
  #aca3ca929ca8464 .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;
  }
  #aca3ca929ca8464 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #aca3ca929ca8464 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a543ba8fa3aefee .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a543ba8fa3aefee .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a664fa8babaa062 [data-item="title"] {left: 651px;top: 276px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a543ba8fa3aefee [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a543ba8fa3aefee [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a543ba8fa3aefee [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a543ba8fa3aefee [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a543ba8fa3aefee [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a543ba8fa3aefee [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a543ba8fa3aefee [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a543ba8fa3aefee [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a543ba8fa3aefee [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4e96ac9a4afda2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3f28aada1aef2c .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #a3f28aada1aef2c .sidebar {
    width: 100%;
  }
}
#a3f28aada1aef2c .menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#a3f28aada1aef2c .menu-header h4 span {
  font-size: 12px;
}
#a3f28aada1aef2c .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#a3f28aada1aef2c .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
}
#a3f28aada1aef2c .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon.png) center center no-repeat;
}
#a3f28aada1aef2c .menu-item a:hover {
  color: #ff5000;
}
#a3f28aada1aef2c .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#a3f28aada1aef2c .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#a3f28aada1aef2c .menu-level-3 {
  padding-left: 15px;
}
#a3f28aada1aef2c .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a3f28aada1aef2c .accordion-menu li a:hover {
  background-color: #333333;
  color: #fff;
  border: none;
}
#a3f28aada1aef2c .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a3f28aada1aef2c .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#a3f28aada1aef2c .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#a3f28aada1aef2c .contact-info {
  border-top: 1px solid #ECECEC;
}
#a3f28aada1aef2c .contact-info p {
  margin: 0;
}
#a3f28aada1aef2c .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#a3f28aada1aef2c .hot-list {
  padding: 15px;
}
#a3f28aada1aef2c .hot-list a {
  color: #777;
}
#a3f28aada1aef2c .hot-list a:hover {
  color: #ff5000;
}
#a3f28aada1aef2c .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a3f28aada1aef2c .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a3f28aada1aef2c .hot-item:hover a {
  color: #ff5000;
}
#a3f28aada1aef2c .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a3f28aada1aef2c .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #333333;
  content: "";
}
#a3f28aada1aef2c .content-header {
  padding-bottom: 10px;
}
#a3f28aada1aef2c .uk-button-group .uk-button {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#a3f28aada1aef2c .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#a3f28aada1aef2c .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #a3f28aada1aef2c .uk-padding-small {
    padding: 0;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9732a762fa97cd .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a9732a762fa97cd .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3f28aada1aef2c [data-item*=".abstract"], #a3f28aada1aef2c [data-item*=".abstract"] a {show: true;}#a3f28aada1aef2c [data-item*=".subTitle"], #a3f28aada1aef2c [data-item*=".subTitle"] a {show: true;}#a3f28aada1aef2c [data-item*=".category"], #a3f28aada1aef2c [data-item*=".category"] a {show: true;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9732a762fa97cd [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a9732a762fa97cd [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a9732a762fa97cd [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a9732a762fa97cd [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a9732a762fa97cd [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a9732a762fa97cd [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a9732a762fa97cd [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a9732a762fa97cd [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a9732a762fa97cd [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7f7fa364ea8e9b .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a7f7fa364ea8e9b .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a7f7fa364ea8e9b .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a7f7fa364ea8e9b .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a7f7fa364ea8e9b .uk-container {
    padding: 0;
  }
  #a7f7fa364ea8e9b .sidebar {
    padding: 10px;
  }
}
#a7f7fa364ea8e9b .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a7f7fa364ea8e9b .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a7f7fa364ea8e9b .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #333333;
  cursor: pointer;
}
#a7f7fa364ea8e9b .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a7f7fa364ea8e9b .content-tags a:hover {
  background: #333333;
  color: #fff;
  border-color: #333333;
}
#a7f7fa364ea8e9b .abstract,
#a7f7fa364ea8e9b .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a7f7fa364ea8e9b .copyright a {
  color: #999;
  word-break: break-all;
}
#a7f7fa364ea8e9b .detail-content {
  font-size: 16px;
  color: #444;
}
#a7f7fa364ea8e9b .detail-content img {
  margin-bottom: 10px;
}
#a7f7fa364ea8e9b .detail-content table {
  font-size: 13px;
}
#a7f7fa364ea8e9b .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a7f7fa364ea8e9b .hot-list,
#a7f7fa364ea8e9b .new-list {
  padding: 12px;
}
#a7f7fa364ea8e9b .new-list a:hover,
#a7f7fa364ea8e9b .hot-list a:hover {
  color: #ff5000;
}
#a7f7fa364ea8e9b .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a7f7fa364ea8e9b .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a7f7fa364ea8e9b .hot-item:hover a {
  color: #ff5000;
}
#a7f7fa364ea8e9b .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a7f7fa364ea8e9b .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #333333;
  content: "";
}
#a7f7fa364ea8e9b .content-header {
  padding-bottom: 10px;
}
#a7f7fa364ea8e9b .item-title {
  color: #333;
}
#a7f7fa364ea8e9b input::placeholder {
  color: #999;
}
#a7f7fa364ea8e9b .datetime {
  color: #999;
}
#a7f7fa364ea8e9b .new-item a {
  padding-left: 25px;
}
#a7f7fa364ea8e9b .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a7f7fa364ea8e9b .siblings a {
  color: #444;
  line-height: 2;
}
#a7f7fa364ea8e9b .siblings a:hover {
  color: #ff5000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa9a2ab0caae1eb .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aa9a2ab0caae1eb .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a053faf226aa25b [data-item="title"] {left: 530px;top: 244px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa9a2ab0caae1eb [data-item="logo"] {left: 21px;top: -41px; position: relative;}#aa9a2ab0caae1eb [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#aa9a2ab0caae1eb [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef22af3dbaff37 .sidebar {
  width: 300px;
  margin-left: 40px;
  flex-shrink: 0;
}
#aef22af3dbaff37 .ele-slideshow {
  width: 100%;
  height: 180px;
  position: relative;
}
#aef22af3dbaff37 .sidebar.left {
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 640px) {
  #aef22af3dbaff37 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#aef22af3dbaff37 .data-list .title {
  color: #333;
  font-size: 16px;
}
#aef22af3dbaff37 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#aef22af3dbaff37 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#aef22af3dbaff37 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #333333;
  cursor: pointer;
}
#aef22af3dbaff37 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#aef22af3dbaff37 .uk-card .category:hover {
  background: #333333;
}
#aef22af3dbaff37 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#aef22af3dbaff37 .hot-list a {
  color: #555;
}
#aef22af3dbaff37 .data-list a:hover,
#aef22af3dbaff37 .new-list a:hover,
#aef22af3dbaff37 .hot-list a:hover {
  color: #ff5000;
}
#aef22af3dbaff37 .hot-item .thumb {
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
#aef22af3dbaff37 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aef22af3dbaff37 .panel-title {
  position: relative;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #333333;
}
#aef22af3dbaff37 .panel-title .icon {
  width: 36px;
  height: 36px;
  color: #fff;
  background: #333333;
  margin-right: 10px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
}
#aef22af3dbaff37 .content-header {
  padding-bottom: 10px;
}
#aef22af3dbaff37 .item-title {
  color: #333;
}
#aef22af3dbaff37 input::placeholder {
  color: #999;
}
#aef22af3dbaff37 .new-item a {
  padding-left: 25px;
}
#aef22af3dbaff37 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#aef22af3dbaff37 .data-list .day {
  font-size: 30px;
  font-weight: bold;
  display: block;
  line-height: 32px;
  color: #737373;
}
#aef22af3dbaff37 .data-list .datetime {
  color: #737373;
  font-size: 12px;
}
#aef22af3dbaff37 .recommend {
  display: block;
  position: relative;
}
#aef22af3dbaff37 .recommend span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  font-size: 20px;
  color: #000;
}
#aef22af3dbaff37 .menu-list {
  background: #333333;
  display: block;
  margin: 15px 0;
}
#aef22af3dbaff37 .menu-list li {
  float: left;
  font-size: 14px;
  line-height: 56px;
}
#aef22af3dbaff37 .menu-list li.active {
  background: none;
  border-top: 6px solid #413d4b;
  line-height: 50px;
}
#aef22af3dbaff37 .menu-list li.active a {
  color: #413d4b;
  background: #fff;
}
#aef22af3dbaff37 .menu-list li a {
  padding: 0 14px;
  display: block;
  color: #fff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a3ae7afa6fa7461 .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aef22af3dbaff37 [data-item*=".abstract"], #aef22af3dbaff37 [data-item*=".abstract"] a {show: true;}#aef22af3dbaff37 [data-item*=".subTitle"], #aef22af3dbaff37 [data-item*=".subTitle"] a {show: true;}#aef22af3dbaff37 [data-item*=".category"], #aef22af3dbaff37 [data-item*=".category"] a {show: true;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3ae7afa6fa7461 [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a3ae7afa6fa7461 [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7e20ade02a64aa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a90d3a74ddacf3a .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a90d3a74ddacf3a .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a90d3a74ddacf3a .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a90d3a74ddacf3a .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a90d3a74ddacf3a .uk-container {
    padding: 0;
  }
  #a90d3a74ddacf3a .sidebar {
    padding: 10px;
  }
}
#a90d3a74ddacf3a .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a90d3a74ddacf3a .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a90d3a74ddacf3a .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #333333;
  cursor: pointer;
}
#a90d3a74ddacf3a .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a90d3a74ddacf3a .content-tags a:hover {
  background: #333333;
  color: #fff;
  border-color: #333333;
}
#a90d3a74ddacf3a .abstract,
#a90d3a74ddacf3a .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a90d3a74ddacf3a .copyright a {
  color: #999;
  word-break: break-all;
}
#a90d3a74ddacf3a .detail-content {
  font-size: 16px;
  color: #444;
}
#a90d3a74ddacf3a .detail-content img {
  margin-bottom: 10px;
}
#a90d3a74ddacf3a .detail-content table {
  font-size: 13px;
}
#a90d3a74ddacf3a .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a90d3a74ddacf3a .hot-list,
#a90d3a74ddacf3a .new-list {
  padding: 12px;
}
#a90d3a74ddacf3a .new-list a:hover,
#a90d3a74ddacf3a .hot-list a:hover {
  color: #ff5000;
}
#a90d3a74ddacf3a .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a90d3a74ddacf3a .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a90d3a74ddacf3a .hot-item:hover a {
  color: #ff5000;
}
#a90d3a74ddacf3a .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a90d3a74ddacf3a .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #333333;
  content: "";
}
#a90d3a74ddacf3a .content-header {
  padding-bottom: 10px;
}
#a90d3a74ddacf3a .item-title {
  color: #333;
}
#a90d3a74ddacf3a input::placeholder {
  color: #999;
}
#a90d3a74ddacf3a .datetime {
  color: #999;
}
#a90d3a74ddacf3a .new-item a {
  padding-left: 25px;
}
#a90d3a74ddacf3a .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a90d3a74ddacf3a .siblings a {
  color: #444;
  line-height: 2;
}
#a90d3a74ddacf3a .siblings a:hover {
  color: #ff5000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2d6faaf42a1f35 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a2d6faaf42a1f35 .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3e7fac003ac9d2 [data-item="title"] {left: 530px;top: 244px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2d6faaf42a1f35 [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a2d6faaf42a1f35 [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a2d6faaf42a1f35 [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a2d6faaf42a1f35 [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a2d6faaf42a1f35 [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a2d6faaf42a1f35 [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a2d6faaf42a1f35 [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a2d6faaf42a1f35 [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a2d6faaf42a1f35 [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac991a24f5a8c0b .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#ac991a24f5a8c0b .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#ac991a24f5a8c0b .text-style figure {
  background: transparent;
}
#ac991a24f5a8c0b .text-style:hover figure {
  background: #333333;
}
#ac991a24f5a8c0b .gallery-item img {
  opacity: 1 !important;
}
#ac991a24f5a8c0b .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a78bca3838a0b80 .ap-counter {
  position: relative;
}
#a78bca3838a0b80 .ap-counter + .el-mark {
  font-size: 20px;
  font-weight: 600;
}
#a78bca3838a0b80 .ap-counter:not(.is-mark)::after {
  content: "+";
}
#a78bca3838a0b80 .uk-first-column {
  float: left;
  padding-right: 10px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7666a21e9a5a2a .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a7666a21e9a5a2a .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a7666a21e9a5a2a .text-style figure {
  background: transparent;
}
#a7666a21e9a5a2a .text-style:hover figure {
  background: #333333;
}
#a7666a21e9a5a2a .gallery-item img {
  opacity: 1 !important;
}
#a7666a21e9a5a2a .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a47aca8fd5a19e7 .ap-icon-box {
  color: #333333;
  font-size: 32px;
}
#a47aca8fd5a19e7 .uk-card {
  background: #fff;
}
@media screen and (min-width: 800px) {
  #a47aca8fd5a19e7 .uk-container {
    height: 460px;
  }
  #a47aca8fd5a19e7 .ap-grid-items {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 100;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9a5aaf5f6aa1f8 .separator-line {
  width: 50px;
  border-bottom: 2px solid #333333;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa7d1a7ef2a7fac .card-content {
  padding-left: 70px;
}
#aa7d1a7ef2a7fac .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#aa7d1a7ef2a7fac .date-post {
  float: left;
  border: 2px solid #333333;
  padding: 12px 10px 9px;
  text-align: center;
}
#aa7d1a7ef2a7fac .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  text-transform: uppercase;
}
#aa7d1a7ef2a7fac .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f0aafe16ae4de .event-list {
  margin-bottom: 20px;
}
#a0f0aafe16ae4de .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #333333;
  border: 1px solid #333333;
  padding: 0;
}
#a0f0aafe16ae4de .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a0f0aafe16ae4de .event-list p {
  margin: 0;
  padding: 0;
}
#a0f0aafe16ae4de .event-list .text-mon {
  font-size: 12px;
}
#a0f0aafe16ae4de .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a0f0aafe16ae4de .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a0f0aafe16ae4de .uk-card:hover .event-date {
  background-color: #333333;
  color: #fff;
}
#a0f0aafe16ae4de .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #333333;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af738a2f3faebfd .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#af738a2f3faebfd .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5904af0f9a33e1 .ele-wrap {background-color: rgba(74, 144, 226, 1);color: #fff;font-size: 16px;justify-content: center;border-style: solid;border-radius: 5px;}#a75a2a9621a0cdd .ele-wrap {color: #fff;font-size: 14px;background-color: rgba(74, 144, 226, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ae886a747da6a89 .ele-wrap {color: #fff;font-size: 14px;background-color: rgba(74, 144, 226, 1);border-radius: 5px;justify-content: center;border-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac991a24f5a8c0b [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#ac991a24f5a8c0b [data-item="title"] {left: 0px;top: -1px; position: relative;}#ac991a24f5a8c0b [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#ac991a24f5a8c0b [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#ac991a24f5a8c0b [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#ac991a24f5a8c0b [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#ac991a24f5a8c0b [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a78bca3838a0b80 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a78bca3838a0b80 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a78bca3838a0b80 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a78bca3838a0b80 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab39dabdeea8e1f .a2d7eab3b9a5bd7 {
  overflow: hidden;
}
#ab39dabdeea8e1f .a2d7eab3b9a5bd7 , #ab39dabdeea8e1f .a2d7eab3b9a5bd7 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#ab39dabdeea8e1f .a2d7eab3b9a5bd7:hover , #ab39dabdeea8e1f .a2d7eab3b9a5bd7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab39dabdeea8e1f .uk-grid {
  margin-left: 0px;
}
#ab39dabdeea8e1f .uk-grid > * {
  padding-left: 0px;
}
#ab39dabdeea8e1f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab39dabdeea8e1f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab39dabdeea8e1f .uk-position-center-left-out {
    left: -30px;
  }
  #ab39dabdeea8e1f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ae3ab96ba75f9 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4ae3ab96ba75f9 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a47aca8fd5a19e7 [data-item="items"] {left: -42px;top: -99px; position: relative;}#a47aca8fd5a19e7 [data-item="buttons[0]"] {left: -5px;top: 428px; position: relative;}#a47aca8fd5a19e7 [data-item="abstract"] {left: 10px;top: -13px; position: relative;}#a47aca8fd5a19e7 [data-item="items[2]"] {left: 24px;top: -23px; position: relative;}#a47aca8fd5a19e7 [data-item="items[3]"] {left: 24px;top: -23px; position: relative;}#a47aca8fd5a19e7 [data-item="items[1]"] {left: 24px;top: -23px; position: relative;}#a47aca8fd5a19e7 [data-item="items[0]"] {left: 24px;top: -23px; position: relative;}#a47aca8fd5a19e7 [data-item="title"] {left: 8px;top: -7px; position: relative;}#a9a5aaf5f6aa1f8 [data-item="items[0].title"] {left: 0px;top: -193px; position: relative;}#a9a5aaf5f6aa1f8 [data-item="items[0].abstract"] {left: 0px;top: -204px; position: relative;}#a9a5aaf5f6aa1f8 [data-item="items[1].title"] {left: 22px;top: -192px; position: relative;}#a9a5aaf5f6aa1f8 [data-item="items[1].abstract"] {left: 27px;top: -204px; position: relative;}#a9a5aaf5f6aa1f8 [data-item="items[2].title"] {left: 0px;top: -193px; position: relative;}#a9a5aaf5f6aa1f8 [data-item="items[2].abstract"] {left: -1px;top: -198px; position: relative;}#a9a5aaf5f6aa1f8 [data-item="subTitle"] {left: -13px;top: -57px; position: relative;}#a9a5aaf5f6aa1f8 [data-item="abstract"] {left: -7px;top: -14px; position: relative;}#acf55acf33a2731 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 0px;border-top-color: rgba(210, 50, 50, 0.55);border-right-color: rgba(210, 50, 50, 0.55);border-bottom-color: rgba(210, 50, 50, 0.55);border-left-color: rgba(210, 50, 50, 0.55);border-top-width: 10px;border-right-width: 10px;border-bottom-width: 10px;border-left-width: 10px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#acf55acf33a2731  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a4b5aa2300a514c > .ele-wrap {background-color: rgba(215, 211, 58, 0.95);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4b5aa2300a514c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ad9c1af6dca73bc [data-item="items[0].title"] {left: 1px;top: 0px; position: relative;}#aa7d1a7ef2a7fac [data-item*=".title"], #aa7d1a7ef2a7fac [data-item*=".title"] a {color: rgba(7, 7, 7, 1);bold: false;}#aa7d1a7ef2a7fac [data-item*=".abstract"], #aa7d1a7ef2a7fac [data-item*=".abstract"] a {show: true;color: rgba(0, 0, 0, 1);}#aa7d1a7ef2a7fac [data-item*=".subTitle"], #aa7d1a7ef2a7fac [data-item*=".subTitle"] a {show: true;}#aa7d1a7ef2a7fac [data-item*=".category"], #aa7d1a7ef2a7fac [data-item*=".category"] a {show: false;}#aa7d1a7ef2a7fac [data-item="buttons[0]"] {left: 6px;top: -31px; position: relative;}#aa7d1a7ef2a7fac [data-item="title"] {left: 0px;top: -1px; position: relative;}#aa7d1a7ef2a7fac [data-item="items"] {left: 0px;top: -1px; position: relative;}#aa7d1a7ef2a7fac [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#aa7d1a7ef2a7fac [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6f14a982daebf0 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a892fa2ae8a6567 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a87d6add63adc78:hover, #a87d6add63adc78 a:hover {color: rgba(25, 71, 77, 1);}#a87d6add63adc78 , #a87d6add63adc78 a{color: rgba(255, 255, 255, 1);}#a82afa2372a04f9 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5508a0ce2a4166 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9182a4bc4a8270:hover, #a9182a4bc4a8270 a:hover {color: rgba(25, 71, 77, 1);}#a9182a4bc4a8270 , #a9182a4bc4a8270 a{color: rgba(255, 255, 255, 1);}#aafeba6908a59d4 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acb3da80cda21cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4cf6ad85fa9f71:hover, #a4cf6ad85fa9f71 a:hover {color: rgba(25, 71, 77, 1);}#a4cf6ad85fa9f71 , #a4cf6ad85fa9f71 a{color: rgba(255, 255, 255, 1);}#a35fea9af2a8e86 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9d87ab76ca5594 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8ec2a4304ac6ee:hover, #a8ec2a4304ac6ee a:hover {color: rgba(25, 71, 77, 1);}#a8ec2a4304ac6ee , #a8ec2a4304ac6ee a{color: rgba(255, 255, 255, 1);}#ac4d2a8f91a4a08 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#af7f6ab5dda661b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8639af2eea7649:hover, #a8639af2eea7649 a:hover {color: rgba(25, 71, 77, 1);}#a8639af2eea7649 , #a8639af2eea7649 a{color: rgba(255, 255, 255, 1);}#ab7baa6bbaa4baf > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa7dda7a56a33cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3418aef86afae4:hover, #a3418aef86afae4 a:hover {color: rgba(25, 71, 77, 1);}#a3418aef86afae4 , #a3418aef86afae4 a{color: rgba(255, 255, 255, 1);}#a7102a7a2fa2ee7 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3259acadfa5554 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a25c3ab582ad85a:hover, #a25c3ab582ad85a a:hover {color: rgba(25, 71, 77, 1);}#a25c3ab582ad85a , #a25c3ab582ad85a a{color: rgba(255, 255, 255, 1);}#a226ca1539a9530 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a76dcaa4efa53b5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a79baade10aed5f:hover, #a79baade10aed5f a:hover {color: rgba(25, 71, 77, 1);}#a79baade10aed5f , #a79baade10aed5f a{color: rgba(255, 255, 255, 1);}#ac5b5a7324a7ea4 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3bcda00e4aff3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8334a8b1ea35f9:hover, #a8334a8b1ea35f9 a:hover {color: rgba(25, 71, 77, 1);}#a8334a8b1ea35f9 , #a8334a8b1ea35f9 a{color: rgba(255, 255, 255, 1);}#aec74ae4d0a92ac > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7fe7ac086a8894 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aff06a404aabe60:hover, #aff06a404aabe60 a:hover {color: rgba(25, 71, 77, 1);}#aff06a404aabe60 , #aff06a404aabe60 a{color: rgba(255, 255, 255, 1);}#a596baba20a079b > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acfaea0498a8218 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a470ca54e3ad69a:hover, #a470ca54e3ad69a a:hover {color: rgba(25, 71, 77, 1);}#a470ca54e3ad69a , #a470ca54e3ad69a a{color: rgba(255, 255, 255, 1);}#a0f0aafe16ae4de [data-item*=".abstract"], #a0f0aafe16ae4de [data-item*=".abstract"] a {show: true;}#a0f0aafe16ae4de [data-item*=".subTitle"], #a0f0aafe16ae4de [data-item*=".subTitle"] a {show: true;}#a0f0aafe16ae4de [data-item*=".category"], #a0f0aafe16ae4de [data-item*=".category"] a {show: true;}#a0f0aafe16ae4de [data-item="subTitle"] {left: -5px;top: 29px; position: relative;}#a0f0aafe16ae4de [data-item="title"] {left: -6px;top: -85px; position: relative;}#a0f0aafe16ae4de [data-item="items"] {left: 7px;top: -66px; position: relative;}#a0f0aafe16ae4de [data-item="buttons[0]"] {left: -1px;top: -101px; position: relative;}#a0f0aafe16ae4de [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a0f0aafe16ae4de [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .a0c15a11e9a0c37 {
  overflow: hidden;
}
#aa67ca0704af6a4 .a0c15a11e9a0c37 , #aa67ca0704af6a4 .a0c15a11e9a0c37 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#aa67ca0704af6a4 .a0c15a11e9a0c37:hover , #aa67ca0704af6a4 .a0c15a11e9a0c37 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .uk-grid {
  margin-left: -15px;
}
#aa67ca0704af6a4 .uk-grid > * {
  padding-left: 15px;
}
#aa67ca0704af6a4 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa67ca0704af6a4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa67ca0704af6a4 .uk-position-center-left-out {
    left: -30px;
  }
  #aa67ca0704af6a4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afd9aab29ba72c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#aff12a9af4abd11 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a003eadd8aa6aa2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#ad79da50d6a8a39 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af738a2f3faebfd [data-item="logo"] {left: 21px;top: -41px; position: relative;}#af738a2f3faebfd [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#af738a2f3faebfd [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#af738a2f3faebfd [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#af738a2f3faebfd [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#af738a2f3faebfd [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66b3a60f2a4826 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a66b3a60f2a4826 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a66b3a60f2a4826 .text-style figure {
  background: transparent;
}
#a66b3a60f2a4826 .text-style:hover figure {
  background: #333333;
}
#a66b3a60f2a4826 .gallery-item img {
  opacity: 1 !important;
}
#a66b3a60f2a4826 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5098a3736a0fd8 .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #a5098a3736a0fd8 .promotion-card {
    width: 70%;
    left: auto;
  }
}
#a5098a3736a0fd8 .promotion-card * {
  margin: 0;
}
#a5098a3736a0fd8 .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #333333;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#a5098a3736a0fd8 .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #333333;
}
#a5098a3736a0fd8 .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #000000;
  background: linear-gradient(to right, #000000 55%, #333333 95%) !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c5baa84dadae4 .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #a0c5baa84dadae4 .promotion-card {
    width: 70%;
    left: auto;
  }
}
#a0c5baa84dadae4 .promotion-card * {
  margin: 0;
}
#a0c5baa84dadae4 .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #333333;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#a0c5baa84dadae4 .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #333333;
}
#a0c5baa84dadae4 .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #000000;
  background: linear-gradient(to right, #000000 55%, #333333 95%) !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a78abaaa4dade85 .ap-icon-box {
  color: #333333;
  font-size: 32px;
}
#a78abaaa4dade85 .uk-card {
  background: #fff;
}
@media screen and (min-width: 800px) {
  #a78abaaa4dade85 .uk-container {
    height: 460px;
  }
  #a78abaaa4dade85 .ap-grid-items {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 100;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a435fab75fa43bc .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#a435fab75fa43bc .filter-nav li.uk-active {
  color: #000;
}
#a435fab75fa43bc .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#a435fab75fa43bc .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#a435fab75fa43bc .filter-items label input {
  margin-right: 8px;
}
#a435fab75fa43bc .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#a435fab75fa43bc .filter-select-items {
  min-height: 35px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a3ae7afa6fa7461 .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66b3a60f2a4826 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a66b3a60f2a4826 [data-item="title"] {left: 0px;top: -1px; position: relative;}#a66b3a60f2a4826 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a66b3a60f2a4826 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a66b3a60f2a4826 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a66b3a60f2a4826 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a66b3a60f2a4826 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a5098a3736a0fd8 [data-item="title"] {left: 0px;top: -74px; position: relative;}#a5098a3736a0fd8 [data-item="abstract"] {left: 9px;top: -68px; position: relative;}#a5098a3736a0fd8 [data-item="detail"] {left: 14px;top: -64px; position: relative;}#a5098a3736a0fd8 [data-item="subTitle"] {left: -2px;top: -21px; position: relative;}#a5098a3736a0fd8 [data-item="promotion.detail"] {left: -643px;top: 68px; position: relative;}#a5098a3736a0fd8 [data-item="promotion.icon"] {left: -641px;top: 67px; position: relative;}#a5098a3736a0fd8 [data-item="feature.image"] {left: -1px;top: 2px; position: relative;}#a16c2aa7d3a8c78 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a16c2aa7d3a8c78 .ele-wrap:hover {background-color: #0483cc;}#a56f4a9093aa1d4 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a56f4a9093aa1d4 .ele-wrap:hover {background-color: #0483cc;}#afe5facd10a6a04 [data-item="title"] {left: 47px;top: 82px; position: relative;}#afe5facd10a6a04 [data-item="feature.image"] {left: -38px;top: 60px; position: relative;}#afe5facd10a6a04 [data-item="detail"] {left: 1px;top: -8px; position: relative;}#ae4fdabda0a61ea .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ae4fdabda0a61ea .ele-wrap:hover {background-color: #0483cc;}#a1d52af7dda0507 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a1d52af7dda0507 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae337a0ab3aa0ca [data-item="title"] {left: -59px;top: -136px; position: relative;}#ae337a0ab3aa0ca [data-item="abstract"] {left: -57px;top: -157px; position: relative;}#a9d9fa7017a41a5 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #f9f2f2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a9d9fa7017a41a5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a028aae906a4c35 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a028aae906a4c35 .ele-wrap:hover {background-color: #0483cc;}#a720aae5fea66a1 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a720aae5fea66a1 .ele-wrap:hover {background-color: #0483cc;}#a9089a74f5a7a6e [data-item="feature.image"] {left: 30px;top: -110px; position: relative;}#a9089a74f5a7a6e [data-item="title"] {left: 13px;top: -68px; position: relative;}#a9089a74f5a7a6e [data-item="abstract"] {left: 18px;top: -77px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a94ecad25ca3543 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a94ecad25ca3543 .ele-wrap:hover {background-color: #0483cc;}#a5729acc31ae495 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a5729acc31ae495 .ele-wrap:hover {background-color: #0483cc;}#a0c5baa84dadae4 [data-item="title"] {left: 41px;top: -22px; position: relative;}#a0c5baa84dadae4 [data-item="abstract"] {left: 49px;top: -18px; position: relative;}#a0c5baa84dadae4 [data-item="feature.image"] {left: 324px;top: 5px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a672aa6326abdb6 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a672aa6326abdb6 .ele-wrap:hover {background-color: #0483cc;}#a425da9e9fac4c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a425da9e9fac4c7 .ele-wrap:hover {background-color: #0483cc;}#aba5ca85f8a80b3 [data-item="title"] {left: -107px;top: -727px; position: relative;}#aba5ca85f8a80b3 [data-item="abstract"] {left: -74px;top: -858px; position: relative;}#aba5ca85f8a80b3 [data-item="buttons[0]"] {left: 708px;top: 421px; position: relative;}#aba5ca85f8a80b3 [data-item="buttons[0]"] {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a78abaaa4dade85 [data-item="items"] {left: -42px;top: -99px; position: relative;}#a78abaaa4dade85 [data-item="buttons[0]"] {left: -5px;top: 428px; position: relative;}#a78abaaa4dade85 [data-item="abstract"] {left: 10px;top: -13px; position: relative;}#a78abaaa4dade85 [data-item="items[2]"] {left: 24px;top: -23px; position: relative;}#a78abaaa4dade85 [data-item="items[3]"] {left: 24px;top: -23px; position: relative;}#a78abaaa4dade85 [data-item="items[1]"] {left: 24px;top: -23px; position: relative;}#a78abaaa4dade85 [data-item="items[0]"] {left: 24px;top: -23px; position: relative;}#a78abaaa4dade85 [data-item="title"] {left: 8px;top: -7px; position: relative;}#acf55acf33a2731 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 0px;border-top-color: rgba(210, 50, 50, 0.55);border-right-color: rgba(210, 50, 50, 0.55);border-bottom-color: rgba(210, 50, 50, 0.55);border-left-color: rgba(210, 50, 50, 0.55);border-top-width: 10px;border-right-width: 10px;border-bottom-width: 10px;border-left-width: 10px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#acf55acf33a2731  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a4b5aa2300a514c > .ele-wrap {background-color: rgba(215, 211, 58, 0.95);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4b5aa2300a514c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a310daf299adf9b [data-item="items[0].title"] {left: 1px;top: 0px; position: relative;}#a435fab75fa43bc [data-item*=".abstract"], #a435fab75fa43bc [data-item*=".abstract"] a {show: true;}#a435fab75fa43bc [data-item*=".subTitle"], #a435fab75fa43bc [data-item*=".subTitle"] a {show: true;}#a435fab75fa43bc [data-item*=".category"], #a435fab75fa43bc [data-item*=".category"] a {show: true;}#a435fab75fa43bc [data-item="items"] {left: 0px;top: 6px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3ae7afa6fa7461 [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a3ae7afa6fa7461 [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7b8aaa457a1aa4 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a7b8aaa457a1aa4 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a7b8aaa457a1aa4 .text-style figure {
  background: transparent;
}
#a7b8aaa457a1aa4 .text-style:hover figure {
  background: #333333;
}
#a7b8aaa457a1aa4 .gallery-item img {
  opacity: 1 !important;
}
#a7b8aaa457a1aa4 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc9aafb4fa239c .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#acc9aafb4fa239c .filter-nav li.uk-active {
  color: #000;
}
#acc9aafb4fa239c .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#acc9aafb4fa239c .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#acc9aafb4fa239c .filter-items label input {
  margin-right: 8px;
}
#acc9aafb4fa239c .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#acc9aafb4fa239c .filter-select-items {
  min-height: 35px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a3ae7afa6fa7461 .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae6e8a0ac9a1acc > .ele-wrap {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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b22adc01a9e09 > .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);}#a5b22adc01a9e09  > .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;}#aeaeda05bea420f > .ele-wrap {background-image: url(/resources/upload/a00e5aa891af415/1629512967634.jpeg);background-position: center center;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;}#a36d7afefeac8a7 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);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;}#ab54daad19abeec > .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);}#ab54daad19abeec  > .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;}#a3cb2a5e46ad09d > .ele-wrap {background-image: url(/resources/upload/a00e5aa891af415/1627007682906.png);background-position: center center;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;}#a68c3ac025a6e85 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);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;}#a427ea5dbba3243 > .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);}#a427ea5dbba3243  > .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;}#a9750ad43fa47b6 > .ele-wrap {background-image: url(/resources/upload/a00e5aa891af415/1627005544234.png);background-position: center left;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;}#adf6da0704aa6d9 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);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;}#a2333a7492ac49e > .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);}#a2333a7492ac49e  > .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;}#af793af969a5c74 > .ele-wrap {background-image: url(/resources/upload/a00e5aa891af415/1627005700927.png);background-position: center center;background-size: 100% 100%;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;}#a6b61a1a52ae85b > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);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;}#aab89aa909a954b > .ele-wrap {background-color: rgba(11, 179, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a116ca4864a29e2 > .ele-wrap {background-color: rgba(11, 179, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aeaa4a6a18ab8da > .ele-wrap {background-color: rgba(11, 179, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a50a3ae0a4a8ec4 > .ele-wrap {background-color: rgba(11, 179, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ace86a51c4af86e > .ele-wrap {background-color: rgba(11, 179, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac573af593a0986 > .ele-wrap {background-color: rgba(11, 179, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#af271a9638a48a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af271a9638a48a1  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(226, 60, 60, 1);border-top-style: solid;border-right-color: rgba(226, 60, 60, 1);border-left-color: rgba(226, 60, 60, 1);border-bottom-color: rgba(226, 60, 60, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#adaf7a933aa6fb4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adaf7a933aa6fb4  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(226, 60, 60, 1);border-top-style: solid;border-right-color: rgba(226, 60, 60, 1);border-left-color: rgba(226, 60, 60, 1);border-bottom-color: rgba(226, 60, 60, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aa6a7a5bfaaa556 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa6a7a5bfaaa556  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(226, 60, 60, 1);border-top-style: solid;border-right-color: rgba(226, 60, 60, 1);border-left-color: rgba(226, 60, 60, 1);border-bottom-color: rgba(226, 60, 60, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4fd9a7834a8bc5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4fd9a7834a8bc5  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(226, 60, 60, 1);border-top-style: solid;border-right-color: rgba(226, 60, 60, 1);border-left-color: rgba(226, 60, 60, 1);border-bottom-color: rgba(226, 60, 60, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a2e3ba6173a9484 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2e3ba6173a9484  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(226, 60, 60, 1);border-top-style: solid;border-right-color: rgba(226, 60, 60, 1);border-left-color: rgba(226, 60, 60, 1);border-bottom-color: rgba(226, 60, 60, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a500ea23c3ada31 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a500ea23c3ada31  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(226, 60, 60, 1);border-top-style: solid;border-right-color: rgba(226, 60, 60, 1);border-left-color: rgba(226, 60, 60, 1);border-bottom-color: rgba(226, 60, 60, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a73ebac486a411f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a73ebac486a411f .uk-position-center-left-out {
    left: -30px;
  }
  #a73ebac486a411f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3497acd16ab744 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3497acd16ab744 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9733a0f0daa0ac .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9733a0f0daa0ac .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7b8aaa457a1aa4 [data-item="title"] {left: 0px;top: 1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abfb1acbc5a36b6 .a3161a4d8fa66ad {
  overflow: hidden;
}
#abfb1acbc5a36b6 .a3161a4d8fa66ad , #abfb1acbc5a36b6 .a3161a4d8fa66ad > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#abfb1acbc5a36b6 .a3161a4d8fa66ad:hover , #abfb1acbc5a36b6 .a3161a4d8fa66ad *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abfb1acbc5a36b6 .uk-grid {
  margin-left: -15px;
}
#abfb1acbc5a36b6 .uk-grid > * {
  padding-left: 15px;
}
#abfb1acbc5a36b6 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abfb1acbc5a36b6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abfb1acbc5a36b6 .uk-position-center-left-out {
    left: -30px;
  }
  #abfb1acbc5a36b6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acc9aafb4fa239c [data-item*=".abstract"], #acc9aafb4fa239c [data-item*=".abstract"] a {show: true;}#acc9aafb4fa239c [data-item*=".subTitle"], #acc9aafb4fa239c [data-item*=".subTitle"] a {show: true;}#acc9aafb4fa239c [data-item*=".category"], #acc9aafb4fa239c [data-item*=".category"] a {show: true;}#acc9aafb4fa239c [data-item="items"] {left: 0px;top: 6px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3ae7afa6fa7461 [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a3ae7afa6fa7461 [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af7baacba8a42d4 .uk-slider {
  padding-top: 30px;
}
#af7baacba8a42d4 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#af7baacba8a42d4 .uk-card-media-top {
  overflow: hidden;
}
#af7baacba8a42d4 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#af7baacba8a42d4 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#af7baacba8a42d4 .uk-card {
  border: 1px solid #ececec;
}
#af7baacba8a42d4 .uk-dotnav > * {
  padding-left: 6px;
}
#af7baacba8a42d4 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #808080;
}
#af7baacba8a42d4 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #333333;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a728aa1c38aed80 .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#a728aa1c38aed80 .filter-nav li.uk-active {
  color: #000;
}
#a728aa1c38aed80 .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#a728aa1c38aed80 .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#a728aa1c38aed80 .filter-items label input {
  margin-right: 8px;
}
#a728aa1c38aed80 .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#a728aa1c38aed80 .filter-select-items {
  min-height: 35px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a3ae7afa6fa7461 .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4f0a291eaa979 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#af4f0a291eaa979 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4f0a291eaa979 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4f0a291eaa979 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4f0a291eaa979 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4f0a291eaa979 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4f0a291eaa979 .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;
}
#af4f0a291eaa979 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4f0a291eaa979 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4f0a291eaa979 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af4f0a291eaa979 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4f0a291eaa979 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4f0a291eaa979 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4f0a291eaa979 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4f0a291eaa979 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4f0a291eaa979 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4f0a291eaa979 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4f0a291eaa979 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4f0a291eaa979 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4f0a291eaa979 .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;
  }
}
#af4f0a291eaa979 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4f0a291eaa979 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4f0a291eaa979 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af4f0a291eaa979 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#af4f0a291eaa979 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4f0a291eaa979 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4f0a291eaa979 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4f0a291eaa979 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af4f0a291eaa979 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#af4f0a291eaa979 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acb65ac3dfa7904 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #4A89DC;
}
#acb65ac3dfa7904 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #f0f0f0;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul li a {
  color: #f0f0f0;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#acb65ac3dfa7904 .menu-list-expand .submenu-indicator {
  display: none;
}
#acb65ac3dfa7904 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #357bd8;
  border-bottom-color: #2871d0;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #397ed9;
}
#acb65ac3dfa7904 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul li a img,
#acb65ac3dfa7904 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#acb65ac3dfa7904 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#acb65ac3dfa7904 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu,
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#acb65ac3dfa7904 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#acb65ac3dfa7904 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu.show,
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #4A89DC;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #4A89DC;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#acb65ac3dfa7904 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#acb65ac3dfa7904 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#af7baacba8a42d4 [data-item*=".abstract"], #af7baacba8a42d4 [data-item*=".abstract"] a {show: false;}#af7baacba8a42d4 [data-item*=".subTitle"], #af7baacba8a42d4 [data-item*=".subTitle"] a {show: false;}#af7baacba8a42d4 [data-item*=".category"], #af7baacba8a42d4 [data-item*=".category"] a {show: true;}#a728aa1c38aed80 [data-item*=".abstract"], #a728aa1c38aed80 [data-item*=".abstract"] a {show: true;}#a728aa1c38aed80 [data-item*=".subTitle"], #a728aa1c38aed80 [data-item*=".subTitle"] a {show: true;}#a728aa1c38aed80 [data-item*=".category"], #a728aa1c38aed80 [data-item*=".category"] a {show: true;}#a728aa1c38aed80 [data-item="items"] {left: 0px;top: 6px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3ae7afa6fa7461 [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a3ae7afa6fa7461 [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acffba37cea059c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9860acdceaa08a .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a9860acdceaa08a .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9860acdceaa08a [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a9860acdceaa08a [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a9860acdceaa08a [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a9860acdceaa08a [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a9860acdceaa08a [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a9860acdceaa08a [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a9860acdceaa08a [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a9860acdceaa08a [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a9860acdceaa08a [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af398aed2aa1d4e .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#af398aed2aa1d4e .filter-nav li.uk-active {
  color: #000;
}
#af398aed2aa1d4e .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#af398aed2aa1d4e .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#af398aed2aa1d4e .filter-items label input {
  margin-right: 8px;
}
#af398aed2aa1d4e .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#af398aed2aa1d4e .filter-select-items {
  min-height: 35px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a3ae7afa6fa7461 .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab308a7139affec > .ele-wrap {background-color: rgba(227, 248, 244, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#ab308a7139affec  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a59cbad2d1a3cf7 > .ele-wrap {background-color: rgba(232, 250, 244, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#a59cbad2d1a3cf7  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0ff2ac7bbabba1 > .ele-wrap {background-color: rgba(235, 254, 248, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#a0ff2ac7bbabba1  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8ebfa6cd8a6a32 .uk-form .form-submit-btn {
  width: 340px;
}
#a8ebfa6cd8a6a32 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a8ebfa6cd8a6a32 .submit-wrap {
  text-align: center;
}
#a8ebfa6cd8a6a32 .submit-wrap button {
  background-color: #2cc2f3;
}
#a8ebfa6cd8a6a32 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a8ebfa6cd8a6a32 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a8ebfa6cd8a6a32 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a8ebfa6cd8a6a32 .form-item .uk-input,
#a8ebfa6cd8a6a32 .form-item .uk-select,
#a8ebfa6cd8a6a32 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a8ebfa6cd8a6a32 .form-item .auto-height {
  height: auto;
}
#a8ebfa6cd8a6a32 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a8ebfa6cd8a6a32 .form-item .send-code {
  bottom: 0px;
}
#a8ebfa6cd8a6a32 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a8ebfa6cd8a6a32 .uk-form-label,
#a8ebfa6cd8a6a32 .form-agree,
#a8ebfa6cd8a6a32 .uk-h3,
#a8ebfa6cd8a6a32 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a8ebfa6cd8a6a32 .form-item {
  position: relative;
}
#a8ebfa6cd8a6a32 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a8ebfa6cd8a6a32 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a8ebfa6cd8a6a32 .form-item .uk-input,
#a8ebfa6cd8a6a32 .form-item .uk-select,
#a8ebfa6cd8a6a32 .form-item .uk-textarea,
#a8ebfa6cd8a6a32 .form-item .address-select,
#a8ebfa6cd8a6a32 .form-item .uk-grid {
  padding-left: 90px;
}
#a8ebfa6cd8a6a32 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#af398aed2aa1d4e [data-item*=".abstract"], #af398aed2aa1d4e [data-item*=".abstract"] a {show: true;}#af398aed2aa1d4e [data-item*=".subTitle"], #af398aed2aa1d4e [data-item*=".subTitle"] a {show: true;}#af398aed2aa1d4e [data-item*=".category"], #af398aed2aa1d4e [data-item*=".category"] a {show: true;}#af398aed2aa1d4e [data-item="items"] {left: 0px;top: 6px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3ae7afa6fa7461 [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a3ae7afa6fa7461 [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a460aa2dcaa7861 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a460aa2dcaa7861 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a460aa2dcaa7861 .text-style figure {
  background: transparent;
}
#a460aa2dcaa7861 .text-style:hover figure {
  background: #333333;
}
#a460aa2dcaa7861 .gallery-item img {
  opacity: 1 !important;
}
#a460aa2dcaa7861 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad387afb0fa43f1 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#ad387afb0fa43f1 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#ad387afb0fa43f1 .text-style figure {
  background: transparent;
}
#ad387afb0fa43f1 .text-style:hover figure {
  background: #333333;
}
#ad387afb0fa43f1 .gallery-item img {
  opacity: 1 !important;
}
#ad387afb0fa43f1 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa9a2ab0caae1eb .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aa9a2ab0caae1eb .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a460aa2dcaa7861 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a460aa2dcaa7861 [data-item="title"] {left: 0px;top: -1px; position: relative;}#a460aa2dcaa7861 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a460aa2dcaa7861 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a460aa2dcaa7861 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a460aa2dcaa7861 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a460aa2dcaa7861 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a607aa1da6a4d0b > .ele-wrap {
                background-image: linear-gradient(240deg,
                transparent,
                rgba(255, 253, 250, 1));
            border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2949a2feea3362 , #a2949a2feea3362 a{color: rgba(255, 194, 93, 1);}#aca5baf5bca2cdc , #aca5baf5bca2cdc a{color: rgba(255, 194, 93, 1);}#ab3b2adff7a9037 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ab3b2adff7a9037  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a879ea1888ae856 .a9bfba627fa5763 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a879ea1888ae856 .a9bfba627fa5763  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a879ea1888ae856 .aeb9aa747da2fbc {
  overflow: hidden;
}
#a879ea1888ae856 .aeb9aa747da2fbc .img-wrap {
  transition: all 0.3s ease-in;
}
#a879ea1888ae856 .aeb9aa747da2fbc .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a879ea1888ae856 .a593eada20aba9a {
  overflow: hidden;
}
#a879ea1888ae856 .a593eada20aba9a , #a879ea1888ae856 .a593eada20aba9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a879ea1888ae856 .a0d48a6deea44d9 , #a879ea1888ae856 .a0d48a6deea44d9 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a879ea1888ae856 .a92f3acde2ae0db , #a879ea1888ae856 .a92f3acde2ae0db .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a879ea1888ae856 .a4b4cacb2ea4b3e , #a879ea1888ae856 .a4b4cacb2ea4b3e .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a879ea1888ae856 .a80d7abfe1a4872 > .ele-wrap {background-color: #333333;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 15px;}#a879ea1888ae856 .aec60a4b64ab783 , #a879ea1888ae856 .aec60a4b64ab783 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a879ea1888ae856 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a879ea1888ae856 .uk-position-center-left-out {
    left: -30px;
  }
  #a879ea1888ae856 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af1c5a628fa47ba .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#af1c5a628fa47ba .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#af1c5a628fa47ba .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#af1c5a628fa47ba .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#af1c5a628fa47ba .marquee-wrap .marquee-item svg,
#af1c5a628fa47ba .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#af1c5a628fa47ba .marquee-wrap:hover {
  background: #ffffff;
}
#af1c5a628fa47ba .marquee-wrap .content {
  position: absolute;
}
#af1c5a628fa47ba .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
}
#af1c5a628fa47ba .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 893px;
  overflow: hidden;
  line-height: 270px;
  text-align: center;
  transition: all .3s ease;
}
#af1c5a628fa47ba .marquee-wrap.horizontal .marquee-item span {
  line-height: 270px;
}
#ac496ab905a430b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ac496ab905a430b .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac496ab905a430b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a812aa29bbac20f > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(35, 116, 89, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2343a17b7a5b7f , #a2343a17b7a5b7f a{color: rgba(255, 255, 255, 1);}#a9508ac7aaa72d3 , #a9508ac7aaa72d3 a{color: rgba(255, 255, 255, 1);}#a2662ab029a2430 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a2662ab029a2430 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a2662ab029a2430 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a9374af3a3a832d > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(35, 116, 89, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a62a5a23daaf913 , #a62a5a23daaf913 a{color: rgba(255, 255, 255, 1);}#a14dbaf63aa6069 , #a14dbaf63aa6069 a{color: rgba(255, 255, 255, 1);}#a60c1adbfba275e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a60c1adbfba275e .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a60c1adbfba275e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ad056a3277a45cf > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(35, 116, 89, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8e6ba4580ac4aa , #a8e6ba4580ac4aa a{color: rgba(255, 255, 255, 1);}#afacfa4ab4a17a4 , #afacfa4ab4a17a4 a{color: rgba(255, 255, 255, 1);}#a4fc4a994cab5e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a4fc4a994cab5e9 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4fc4a994cab5e9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a35baa79aaa96a3 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(35, 116, 89, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1cd7a80eaa2135 , #a1cd7a80eaa2135 a{color: rgba(255, 255, 255, 1);}#a1a1aa0aefaf366 , #a1a1aa0aefaf366 a{color: rgba(255, 255, 255, 1);}#a83abab964a6abe > .ele-wrap {background-color: rgba(119, 226, 238, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa58bab036ad81d > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff76a02f6ab2e1 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#aaed7ab9aba2356 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #ffffff;background-color: rgba(109, 171, 36, 1);border-radius: 4px;font-size: 13px;justify-content: center;font-weight: 400;}#aaed7ab9aba2356 .ele-wrap:hover {background-color: #fff;background-color: rgba(101, 162, 31, 1);}#a37ccaa464aa5c4 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a37ccaa464aa5c4 [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0ce8a2301a4227 [data-item="detail"] {left: 0px;top: 1px; position: relative;}#a0ce8a2301a4227 [data-item="feature.image"] {left: 0px;top: -1px; position: relative;}#a0ce8a2301a4227 [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .a0c15a11e9a0c37 {
  overflow: hidden;
}
#aa67ca0704af6a4 .a0c15a11e9a0c37 , #aa67ca0704af6a4 .a0c15a11e9a0c37 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#aa67ca0704af6a4 .a0c15a11e9a0c37:hover , #aa67ca0704af6a4 .a0c15a11e9a0c37 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .uk-grid {
  margin-left: -15px;
}
#aa67ca0704af6a4 .uk-grid > * {
  padding-left: 15px;
}
#aa67ca0704af6a4 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa67ca0704af6a4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa67ca0704af6a4 .uk-position-center-left-out {
    left: -30px;
  }
  #aa67ca0704af6a4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c48abe9eac797 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3785a1b75ad821 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abad7a0d39ac97e:hover, #abad7a0d39ac97e a:hover {color: rgba(25, 71, 77, 1);}#abad7a0d39ac97e , #abad7a0d39ac97e a{color: rgba(255, 255, 255, 1);}#ab603a5f6daa326 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aaa8ea6bb9a5e7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4db4ad786ae48d:hover, #a4db4ad786ae48d a:hover {color: rgba(25, 71, 77, 1);}#a4db4ad786ae48d , #a4db4ad786ae48d a{color: rgba(255, 255, 255, 1);}#aadcda53f7a53cc > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac9e6aa881a0f7c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa33ba8540a5c4a:hover, #aa33ba8540a5c4a a:hover {color: rgba(25, 71, 77, 1);}#aa33ba8540a5c4a , #aa33ba8540a5c4a a{color: rgba(255, 255, 255, 1);}#a9f47af862aaec3 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#adf02a3d73aaf11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae21aa38b4a975d:hover, #ae21aa38b4a975d a:hover {color: rgba(25, 71, 77, 1);}#ae21aa38b4a975d , #ae21aa38b4a975d a{color: rgba(255, 255, 255, 1);}#afbd3a9ba0aa03f > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab662a06a4a31f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a42d7ad1fbadf85:hover, #a42d7ad1fbadf85 a:hover {color: rgba(25, 71, 77, 1);}#a42d7ad1fbadf85 , #a42d7ad1fbadf85 a{color: rgba(255, 255, 255, 1);}#aba98a86b6a0ab2 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aba5babc9aa87b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6ccfa69ada0ed7:hover, #a6ccfa69ada0ed7 a:hover {color: rgba(25, 71, 77, 1);}#a6ccfa69ada0ed7 , #a6ccfa69ada0ed7 a{color: rgba(255, 255, 255, 1);}#acb65aa928a50d5 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6670a444aab2d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab25aa27dfaf4c5:hover, #ab25aa27dfaf4c5 a:hover {color: rgba(25, 71, 77, 1);}#ab25aa27dfaf4c5 , #ab25aa27dfaf4c5 a{color: rgba(255, 255, 255, 1);}#a4566ab7a0a4b10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a26f8a17eba2e3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a77c8aaaaaa4fdb:hover, #a77c8aaaaaa4fdb a:hover {color: rgba(25, 71, 77, 1);}#a77c8aaaaaa4fdb , #a77c8aaaaaa4fdb a{color: rgba(255, 255, 255, 1);}#aad1ba2c7da0c10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae181afb1dae5cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a253dab086a334d:hover, #a253dab086a334d a:hover {color: rgba(25, 71, 77, 1);}#a253dab086a334d , #a253dab086a334d a{color: rgba(255, 255, 255, 1);}#a4940a8e83a187c > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5724a2dd8ac7c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a30c4a52a3a4ac8:hover, #a30c4a52a3a4ac8 a:hover {color: rgba(25, 71, 77, 1);}#a30c4a52a3a4ac8 , #a30c4a52a3a4ac8 a{color: rgba(255, 255, 255, 1);}#a0ae0a0a80a9636 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acd6ea729dac60e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3998a3c22a9d51:hover, #a3998a3c22a9d51 a:hover {color: rgba(25, 71, 77, 1);}#a3998a3c22a9d51 , #a3998a3c22a9d51 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa9a2ab0caae1eb [data-item="logo"] {left: 21px;top: -41px; position: relative;}#aa9a2ab0caae1eb [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#aa9a2ab0caae1eb [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4488ada78ad803 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a4488ada78ad803 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a4488ada78ad803 .text-style figure {
  background: transparent;
}
#a4488ada78ad803 .text-style:hover figure {
  background: #333333;
}
#a4488ada78ad803 .gallery-item img {
  opacity: 1 !important;
}
#a4488ada78ad803 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5716a8a70a904e .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a5716a8a70a904e .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a5716a8a70a904e .text-style figure {
  background: transparent;
}
#a5716a8a70a904e .text-style:hover figure {
  background: #333333;
}
#a5716a8a70a904e .gallery-item img {
  opacity: 1 !important;
}
#a5716a8a70a904e .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa9a2ab0caae1eb .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aa9a2ab0caae1eb .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4488ada78ad803 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a4488ada78ad803 [data-item="title"] {left: 0px;top: -1px; position: relative;}#a4488ada78ad803 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a4488ada78ad803 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a4488ada78ad803 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a4488ada78ad803 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a4488ada78ad803 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ad207acd28a5471 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad207acd28a5471  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#a50ecabbeaa672a > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a50ecabbeaa672a  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#acefba8e28ac77b > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acefba8e28ac77b  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#a81dca4c87a6386 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a81dca4c87a6386  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#ae8eea15e9a7293 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae8eea15e9a7293  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#a682daefb2abcaa > .ele-wrap {
                background-image: linear-gradient(240deg,
                transparent,
                rgba(255, 253, 250, 1));
            border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae0a3ab4d3a7d76 , #ae0a3ab4d3a7d76 a{color: rgba(255, 194, 93, 1);}#ac8b9ac3a3a1c80 , #ac8b9ac3a3a1c80 a{color: rgba(255, 194, 93, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af379ac74fa6218 > .ele-wrap {background-color: rgba(57, 204, 241, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ea1195abce9 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4967aab5fa271b .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a3b1ba6b2ca664c .ae23ca742caa710 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a3b1ba6b2ca664c .ae23ca742caa710  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b1ba6b2ca664c .a503eafd7daba37 {
  overflow: hidden;
}
#a3b1ba6b2ca664c .a503eafd7daba37 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3b1ba6b2ca664c .a503eafd7daba37 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b1ba6b2ca664c .a0a77a3354a329c {
  overflow: hidden;
}
#a3b1ba6b2ca664c .a0a77a3354a329c , #a3b1ba6b2ca664c .a0a77a3354a329c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a3b1ba6b2ca664c .a66f8a9a33a2dd4 , #a3b1ba6b2ca664c .a66f8a9a33a2dd4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a3b1ba6b2ca664c .a013fa46c3a2547 , #a3b1ba6b2ca664c .a013fa46c3a2547 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a3b1ba6b2ca664c .a9a86afe85a28da > .ele-wrap {background-color: #333333;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 15px;}#a3b1ba6b2ca664c .a902da765ea3aa7 , #a3b1ba6b2ca664c .a902da765ea3aa7 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b1ba6b2ca664c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3b1ba6b2ca664c .uk-position-center-left-out {
    left: -30px;
  }
  #a3b1ba6b2ca664c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0bf2a310aa5913 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#a0bf2a310aa5913 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#a0bf2a310aa5913 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a0bf2a310aa5913 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#a0bf2a310aa5913 .marquee-wrap .marquee-item svg,
#a0bf2a310aa5913 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#a0bf2a310aa5913 .marquee-wrap:hover {
  background: ;
}
#a0bf2a310aa5913 .marquee-wrap .content {
  position: absolute;
}
#a0bf2a310aa5913 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
}
#a0bf2a310aa5913 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 1048px;
  overflow: hidden;
  line-height: 270px;
  text-align: center;
  transition: all .3s ease;
}
#a0bf2a310aa5913 .marquee-wrap.horizontal .marquee-item span {
  line-height: 270px;
}
#a3eb6a4270aedbd .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #ffffff;background-color: rgba(109, 171, 36, 1);border-radius: 4px;font-size: 13px;justify-content: center;font-weight: 400;}#a3eb6a4270aedbd .ele-wrap:hover {background-color: #fff;background-color: rgba(101, 162, 31, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c48abe9eac797 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3785a1b75ad821 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abad7a0d39ac97e:hover, #abad7a0d39ac97e a:hover {color: rgba(25, 71, 77, 1);}#abad7a0d39ac97e , #abad7a0d39ac97e a{color: rgba(255, 255, 255, 1);}#ab603a5f6daa326 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aaa8ea6bb9a5e7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4db4ad786ae48d:hover, #a4db4ad786ae48d a:hover {color: rgba(25, 71, 77, 1);}#a4db4ad786ae48d , #a4db4ad786ae48d a{color: rgba(255, 255, 255, 1);}#aadcda53f7a53cc > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac9e6aa881a0f7c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa33ba8540a5c4a:hover, #aa33ba8540a5c4a a:hover {color: rgba(25, 71, 77, 1);}#aa33ba8540a5c4a , #aa33ba8540a5c4a a{color: rgba(255, 255, 255, 1);}#a9f47af862aaec3 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#adf02a3d73aaf11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae21aa38b4a975d:hover, #ae21aa38b4a975d a:hover {color: rgba(25, 71, 77, 1);}#ae21aa38b4a975d , #ae21aa38b4a975d a{color: rgba(255, 255, 255, 1);}#afbd3a9ba0aa03f > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab662a06a4a31f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a42d7ad1fbadf85:hover, #a42d7ad1fbadf85 a:hover {color: rgba(25, 71, 77, 1);}#a42d7ad1fbadf85 , #a42d7ad1fbadf85 a{color: rgba(255, 255, 255, 1);}#aba98a86b6a0ab2 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aba5babc9aa87b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6ccfa69ada0ed7:hover, #a6ccfa69ada0ed7 a:hover {color: rgba(25, 71, 77, 1);}#a6ccfa69ada0ed7 , #a6ccfa69ada0ed7 a{color: rgba(255, 255, 255, 1);}#acb65aa928a50d5 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6670a444aab2d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab25aa27dfaf4c5:hover, #ab25aa27dfaf4c5 a:hover {color: rgba(25, 71, 77, 1);}#ab25aa27dfaf4c5 , #ab25aa27dfaf4c5 a{color: rgba(255, 255, 255, 1);}#a4566ab7a0a4b10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a26f8a17eba2e3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a77c8aaaaaa4fdb:hover, #a77c8aaaaaa4fdb a:hover {color: rgba(25, 71, 77, 1);}#a77c8aaaaaa4fdb , #a77c8aaaaaa4fdb a{color: rgba(255, 255, 255, 1);}#aad1ba2c7da0c10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae181afb1dae5cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a253dab086a334d:hover, #a253dab086a334d a:hover {color: rgba(25, 71, 77, 1);}#a253dab086a334d , #a253dab086a334d a{color: rgba(255, 255, 255, 1);}#a4940a8e83a187c > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5724a2dd8ac7c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a30c4a52a3a4ac8:hover, #a30c4a52a3a4ac8 a:hover {color: rgba(25, 71, 77, 1);}#a30c4a52a3a4ac8 , #a30c4a52a3a4ac8 a{color: rgba(255, 255, 255, 1);}#a0ae0a0a80a9636 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acd6ea729dac60e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3998a3c22a9d51:hover, #a3998a3c22a9d51 a:hover {color: rgba(25, 71, 77, 1);}#a3998a3c22a9d51 , #a3998a3c22a9d51 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa9a2ab0caae1eb [data-item="logo"] {left: 21px;top: -41px; position: relative;}#aa9a2ab0caae1eb [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#aa9a2ab0caae1eb [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8ff2a17dda991a .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a8ff2a17dda991a .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a8ff2a17dda991a .text-style figure {
  background: transparent;
}
#a8ff2a17dda991a .text-style:hover figure {
  background: #333333;
}
#a8ff2a17dda991a .gallery-item img {
  opacity: 1 !important;
}
#a8ff2a17dda991a .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac9d2a6154a8bf3 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#ac9d2a6154a8bf3 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#ac9d2a6154a8bf3 .text-style figure {
  background: transparent;
}
#ac9d2a6154a8bf3 .text-style:hover figure {
  background: #333333;
}
#ac9d2a6154a8bf3 .gallery-item img {
  opacity: 1 !important;
}
#ac9d2a6154a8bf3 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa9a2ab0caae1eb .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aa9a2ab0caae1eb .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8ff2a17dda991a [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a8ff2a17dda991a [data-item="title"] {left: 0px;top: -1px; position: relative;}#a8ff2a17dda991a [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a8ff2a17dda991a [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a8ff2a17dda991a [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a8ff2a17dda991a [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a8ff2a17dda991a [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a30d4a9d19a4c15 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae4f6afb4da71a8 , #ae4f6afb4da71a8 a{color: rgba(255, 194, 93, 1);}#a87cea6ccaae10f > .ele-wrap {background-color: rgba(111, 210, 229, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3d5eaa5c3acbd0 , #a3d5eaa5c3acbd0 a{color: rgba(255, 194, 93, 1);}#ac5e1a9e79a309a > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a933ca0abba4694 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a933ca0abba4694 .ele-wrap:hover {background-color: #0483cc;}#a0201aabb6ab569 .a66f3a33e0ab62b > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a0201aabb6ab569 .a66f3a33e0ab62b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0201aabb6ab569 .adb4ca1839a295c {
  overflow: hidden;
}
#a0201aabb6ab569 .adb4ca1839a295c .img-wrap {
  transition: all 0.3s ease-in;
}
#a0201aabb6ab569 .adb4ca1839a295c .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0201aabb6ab569 .a5cdaa22cfae5d3 {
  overflow: hidden;
}
#a0201aabb6ab569 .a5cdaa22cfae5d3 , #a0201aabb6ab569 .a5cdaa22cfae5d3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0201aabb6ab569 .a6c3ea2e5ca49f7 , #a0201aabb6ab569 .a6c3ea2e5ca49f7 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a0201aabb6ab569 .af8bca8dd7a26b4 , #a0201aabb6ab569 .af8bca8dd7a26b4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a0201aabb6ab569 .af2cba1450a35d1 , #a0201aabb6ab569 .af2cba1450a35d1 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a0201aabb6ab569 .a2572a25cfade5b > .ele-wrap {background-color: #333333;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 15px;}#a0201aabb6ab569 .aec4ca0f12a417e , #a0201aabb6ab569 .aec4ca0f12a417e a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0201aabb6ab569 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0201aabb6ab569 .uk-position-center-left-out {
    left: -30px;
  }
  #a0201aabb6ab569 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab0d6afecca8422 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#ab0d6afecca8422 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ab0d6afecca8422 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#ab0d6afecca8422 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#ab0d6afecca8422 .marquee-wrap .marquee-item svg,
#ab0d6afecca8422 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#ab0d6afecca8422 .marquee-wrap:hover {
  background: ;
}
#ab0d6afecca8422 .marquee-wrap .content {
  position: absolute;
}
#ab0d6afecca8422 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
}
#ab0d6afecca8422 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 1151px;
  overflow: hidden;
  line-height: 270px;
  text-align: center;
  transition: all .3s ease;
}
#ab0d6afecca8422 .marquee-wrap.horizontal .marquee-item span {
  line-height: 270px;
}
#a460fa13eaa110e .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #ffffff;background-color: rgba(109, 171, 36, 1);border-radius: 4px;font-size: 13px;justify-content: center;font-weight: 400;}#a460fa13eaa110e .ele-wrap:hover {background-color: #fff;background-color: rgba(101, 162, 31, 1);}#ad5e0a9a5ba0e57 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#ad5e0a9a5ba0e57 [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1aaeaf3a6c5e [data-item="detail"] {left: 0px;top: 1px; position: relative;}#adf1aaeaf3a6c5e [data-item="feature.image"] {left: 0px;top: -1px; position: relative;}#adf1aaeaf3a6c5e [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .a0c15a11e9a0c37 {
  overflow: hidden;
}
#aa67ca0704af6a4 .a0c15a11e9a0c37 , #aa67ca0704af6a4 .a0c15a11e9a0c37 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#aa67ca0704af6a4 .a0c15a11e9a0c37:hover , #aa67ca0704af6a4 .a0c15a11e9a0c37 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .uk-grid {
  margin-left: -15px;
}
#aa67ca0704af6a4 .uk-grid > * {
  padding-left: 15px;
}
#aa67ca0704af6a4 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa67ca0704af6a4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa67ca0704af6a4 .uk-position-center-left-out {
    left: -30px;
  }
  #aa67ca0704af6a4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c48abe9eac797 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3785a1b75ad821 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abad7a0d39ac97e:hover, #abad7a0d39ac97e a:hover {color: rgba(25, 71, 77, 1);}#abad7a0d39ac97e , #abad7a0d39ac97e a{color: rgba(255, 255, 255, 1);}#ab603a5f6daa326 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aaa8ea6bb9a5e7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4db4ad786ae48d:hover, #a4db4ad786ae48d a:hover {color: rgba(25, 71, 77, 1);}#a4db4ad786ae48d , #a4db4ad786ae48d a{color: rgba(255, 255, 255, 1);}#aadcda53f7a53cc > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac9e6aa881a0f7c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa33ba8540a5c4a:hover, #aa33ba8540a5c4a a:hover {color: rgba(25, 71, 77, 1);}#aa33ba8540a5c4a , #aa33ba8540a5c4a a{color: rgba(255, 255, 255, 1);}#a9f47af862aaec3 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#adf02a3d73aaf11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae21aa38b4a975d:hover, #ae21aa38b4a975d a:hover {color: rgba(25, 71, 77, 1);}#ae21aa38b4a975d , #ae21aa38b4a975d a{color: rgba(255, 255, 255, 1);}#afbd3a9ba0aa03f > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab662a06a4a31f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a42d7ad1fbadf85:hover, #a42d7ad1fbadf85 a:hover {color: rgba(25, 71, 77, 1);}#a42d7ad1fbadf85 , #a42d7ad1fbadf85 a{color: rgba(255, 255, 255, 1);}#aba98a86b6a0ab2 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aba5babc9aa87b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6ccfa69ada0ed7:hover, #a6ccfa69ada0ed7 a:hover {color: rgba(25, 71, 77, 1);}#a6ccfa69ada0ed7 , #a6ccfa69ada0ed7 a{color: rgba(255, 255, 255, 1);}#acb65aa928a50d5 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6670a444aab2d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab25aa27dfaf4c5:hover, #ab25aa27dfaf4c5 a:hover {color: rgba(25, 71, 77, 1);}#ab25aa27dfaf4c5 , #ab25aa27dfaf4c5 a{color: rgba(255, 255, 255, 1);}#a4566ab7a0a4b10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a26f8a17eba2e3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a77c8aaaaaa4fdb:hover, #a77c8aaaaaa4fdb a:hover {color: rgba(25, 71, 77, 1);}#a77c8aaaaaa4fdb , #a77c8aaaaaa4fdb a{color: rgba(255, 255, 255, 1);}#aad1ba2c7da0c10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae181afb1dae5cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a253dab086a334d:hover, #a253dab086a334d a:hover {color: rgba(25, 71, 77, 1);}#a253dab086a334d , #a253dab086a334d a{color: rgba(255, 255, 255, 1);}#a4940a8e83a187c > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5724a2dd8ac7c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a30c4a52a3a4ac8:hover, #a30c4a52a3a4ac8 a:hover {color: rgba(25, 71, 77, 1);}#a30c4a52a3a4ac8 , #a30c4a52a3a4ac8 a{color: rgba(255, 255, 255, 1);}#a0ae0a0a80a9636 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acd6ea729dac60e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3998a3c22a9d51:hover, #a3998a3c22a9d51 a:hover {color: rgba(25, 71, 77, 1);}#a3998a3c22a9d51 , #a3998a3c22a9d51 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa9a2ab0caae1eb [data-item="logo"] {left: 21px;top: -41px; position: relative;}#aa9a2ab0caae1eb [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#aa9a2ab0caae1eb [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a78c5a694da1b8d .event-list {
  margin-bottom: 20px;
}
#a78c5a694da1b8d .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #333333;
  border: 1px solid #333333;
  padding: 0;
}
#a78c5a694da1b8d .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a78c5a694da1b8d .event-list p {
  margin: 0;
  padding: 0;
}
#a78c5a694da1b8d .event-list .text-mon {
  font-size: 12px;
}
#a78c5a694da1b8d .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a78c5a694da1b8d .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a78c5a694da1b8d .uk-card:hover .event-date {
  background-color: #333333;
  color: #fff;
}
#a78c5a694da1b8d .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #333333;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa9a2ab0caae1eb .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aa9a2ab0caae1eb .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a78c5a694da1b8d [data-item*=".abstract"], #a78c5a694da1b8d [data-item*=".abstract"] a {show: true;}#a78c5a694da1b8d [data-item*=".subTitle"], #a78c5a694da1b8d [data-item*=".subTitle"] a {show: true;}#a78c5a694da1b8d [data-item*=".category"], #a78c5a694da1b8d [data-item*=".category"] a {show: true;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa9a2ab0caae1eb [data-item="logo"] {left: 21px;top: -41px; position: relative;}#aa9a2ab0caae1eb [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#aa9a2ab0caae1eb [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1465a2ff3a1f91 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a1465a2ff3a1f91 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a1465a2ff3a1f91 .text-style figure {
  background: transparent;
}
#a1465a2ff3a1f91 .text-style:hover figure {
  background: #333333;
}
#a1465a2ff3a1f91 .gallery-item img {
  opacity: 1 !important;
}
#a1465a2ff3a1f91 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5695a27cda0652 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a5695a27cda0652 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a5695a27cda0652 .text-style figure {
  background: transparent;
}
#a5695a27cda0652 .text-style:hover figure {
  background: #333333;
}
#a5695a27cda0652 .gallery-item img {
  opacity: 1 !important;
}
#a5695a27cda0652 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa9a2ab0caae1eb .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aa9a2ab0caae1eb .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1465a2ff3a1f91 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a1465a2ff3a1f91 [data-item="title"] {left: 0px;top: -1px; position: relative;}#a1465a2ff3a1f91 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a1465a2ff3a1f91 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a1465a2ff3a1f91 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a1465a2ff3a1f91 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a1465a2ff3a1f91 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a2ffea52baa9fe5 > .ele-wrap {
                background-image: linear-gradient(240deg,
                transparent,
                rgba(255, 253, 250, 1));
            border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abcdaa46e6ac13e , #abcdaa46e6ac13e a{color: rgba(255, 194, 93, 1);}#a4bd5ab5f3a3d19 .a2803a1903acdbe > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a4bd5ab5f3a3d19 .a2803a1903acdbe  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4bd5ab5f3a3d19 .afb91ac03ca019b {
  overflow: hidden;
}
#a4bd5ab5f3a3d19 .afb91ac03ca019b .img-wrap {
  transition: all 0.3s ease-in;
}
#a4bd5ab5f3a3d19 .afb91ac03ca019b .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4bd5ab5f3a3d19 .adabca273fa1dda {
  overflow: hidden;
}
#a4bd5ab5f3a3d19 .adabca273fa1dda , #a4bd5ab5f3a3d19 .adabca273fa1dda > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4bd5ab5f3a3d19 .aae28a9917a0f1e , #a4bd5ab5f3a3d19 .aae28a9917a0f1e .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a4bd5ab5f3a3d19 .a7c45a2f70a3fbb , #a4bd5ab5f3a3d19 .a7c45a2f70a3fbb .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a4bd5ab5f3a3d19 .a1b38a428aa5c95 , #a4bd5ab5f3a3d19 .a1b38a428aa5c95 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a4bd5ab5f3a3d19 .acf6cadcbcaeac6 > .ele-wrap {background-color: #333333;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 15px;}#a4bd5ab5f3a3d19 .ae66ea448ba4e3d , #a4bd5ab5f3a3d19 .ae66ea448ba4e3d a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4bd5ab5f3a3d19 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4bd5ab5f3a3d19 .uk-position-center-left-out {
    left: -30px;
  }
  #a4bd5ab5f3a3d19 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6ec8a1051a9eef .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#a6ec8a1051a9eef .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#a6ec8a1051a9eef .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a6ec8a1051a9eef .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#a6ec8a1051a9eef .marquee-wrap .marquee-item svg,
#a6ec8a1051a9eef .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#a6ec8a1051a9eef .marquee-wrap:hover {
  background: #ffffff;
}
#a6ec8a1051a9eef .marquee-wrap .content {
  position: absolute;
}
#a6ec8a1051a9eef .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
}
#a6ec8a1051a9eef .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 893px;
  overflow: hidden;
  line-height: 270px;
  text-align: center;
  transition: all .3s ease;
}
#a6ec8a1051a9eef .marquee-wrap.horizontal .marquee-item span {
  line-height: 270px;
}
#a6069a8ef4ae139 > .ele-wrap {background-color: rgba(119, 226, 238, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a503ba8426a4901 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a83aba9036aab6a .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a76bda1922a9ad2 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #ffffff;background-color: rgba(109, 171, 36, 1);border-radius: 4px;font-size: 13px;justify-content: center;font-weight: 400;}#a76bda1922a9ad2 .ele-wrap:hover {background-color: #fff;background-color: rgba(101, 162, 31, 1);}#acef7a39aeaeb97 , #acef7a39aeaeb97 a{color: rgba(255, 194, 93, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c48abe9eac797 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3785a1b75ad821 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abad7a0d39ac97e:hover, #abad7a0d39ac97e a:hover {color: rgba(25, 71, 77, 1);}#abad7a0d39ac97e , #abad7a0d39ac97e a{color: rgba(255, 255, 255, 1);}#ab603a5f6daa326 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aaa8ea6bb9a5e7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4db4ad786ae48d:hover, #a4db4ad786ae48d a:hover {color: rgba(25, 71, 77, 1);}#a4db4ad786ae48d , #a4db4ad786ae48d a{color: rgba(255, 255, 255, 1);}#aadcda53f7a53cc > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac9e6aa881a0f7c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa33ba8540a5c4a:hover, #aa33ba8540a5c4a a:hover {color: rgba(25, 71, 77, 1);}#aa33ba8540a5c4a , #aa33ba8540a5c4a a{color: rgba(255, 255, 255, 1);}#a9f47af862aaec3 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#adf02a3d73aaf11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae21aa38b4a975d:hover, #ae21aa38b4a975d a:hover {color: rgba(25, 71, 77, 1);}#ae21aa38b4a975d , #ae21aa38b4a975d a{color: rgba(255, 255, 255, 1);}#afbd3a9ba0aa03f > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab662a06a4a31f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a42d7ad1fbadf85:hover, #a42d7ad1fbadf85 a:hover {color: rgba(25, 71, 77, 1);}#a42d7ad1fbadf85 , #a42d7ad1fbadf85 a{color: rgba(255, 255, 255, 1);}#aba98a86b6a0ab2 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aba5babc9aa87b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6ccfa69ada0ed7:hover, #a6ccfa69ada0ed7 a:hover {color: rgba(25, 71, 77, 1);}#a6ccfa69ada0ed7 , #a6ccfa69ada0ed7 a{color: rgba(255, 255, 255, 1);}#acb65aa928a50d5 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6670a444aab2d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab25aa27dfaf4c5:hover, #ab25aa27dfaf4c5 a:hover {color: rgba(25, 71, 77, 1);}#ab25aa27dfaf4c5 , #ab25aa27dfaf4c5 a{color: rgba(255, 255, 255, 1);}#a4566ab7a0a4b10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a26f8a17eba2e3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a77c8aaaaaa4fdb:hover, #a77c8aaaaaa4fdb a:hover {color: rgba(25, 71, 77, 1);}#a77c8aaaaaa4fdb , #a77c8aaaaaa4fdb a{color: rgba(255, 255, 255, 1);}#aad1ba2c7da0c10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae181afb1dae5cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a253dab086a334d:hover, #a253dab086a334d a:hover {color: rgba(25, 71, 77, 1);}#a253dab086a334d , #a253dab086a334d a{color: rgba(255, 255, 255, 1);}#a4940a8e83a187c > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5724a2dd8ac7c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a30c4a52a3a4ac8:hover, #a30c4a52a3a4ac8 a:hover {color: rgba(25, 71, 77, 1);}#a30c4a52a3a4ac8 , #a30c4a52a3a4ac8 a{color: rgba(255, 255, 255, 1);}#a0ae0a0a80a9636 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acd6ea729dac60e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3998a3c22a9d51:hover, #a3998a3c22a9d51 a:hover {color: rgba(25, 71, 77, 1);}#a3998a3c22a9d51 , #a3998a3c22a9d51 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa9a2ab0caae1eb [data-item="logo"] {left: 21px;top: -41px; position: relative;}#aa9a2ab0caae1eb [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#aa9a2ab0caae1eb [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaa4daad62aa5f1 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#aaa4daad62aa5f1 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#aaa4daad62aa5f1 .text-style figure {
  background: transparent;
}
#aaa4daad62aa5f1 .text-style:hover figure {
  background: #333333;
}
#aaa4daad62aa5f1 .gallery-item img {
  opacity: 1 !important;
}
#aaa4daad62aa5f1 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4feba65d4a2b20 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a4feba65d4a2b20 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a4feba65d4a2b20 .text-style figure {
  background: transparent;
}
#a4feba65d4a2b20 .text-style:hover figure {
  background: #333333;
}
#a4feba65d4a2b20 .gallery-item img {
  opacity: 1 !important;
}
#a4feba65d4a2b20 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa9a2ab0caae1eb .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aa9a2ab0caae1eb .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaa4daad62aa5f1 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#aaa4daad62aa5f1 [data-item="title"] {left: 0px;top: -1px; position: relative;}#aaa4daad62aa5f1 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#aaa4daad62aa5f1 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#aaa4daad62aa5f1 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#aaa4daad62aa5f1 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#aaa4daad62aa5f1 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7e98a2a4da3320 > .ele-wrap {
                background-image: linear-gradient(240deg,
                transparent,
                rgba(255, 253, 250, 1));
            border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8e0aa2268a55fc , #a8e0aa2268a55fc a{color: rgba(255, 194, 93, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0becab037adcfd .acf0ba065da9313 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a0becab037adcfd .acf0ba065da9313  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0becab037adcfd .ae52ca8e21afce3 {
  overflow: hidden;
}
#a0becab037adcfd .ae52ca8e21afce3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0becab037adcfd .ae52ca8e21afce3 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0becab037adcfd .a1fb1a970dacc08 {
  overflow: hidden;
}
#a0becab037adcfd .a1fb1a970dacc08 , #a0becab037adcfd .a1fb1a970dacc08 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0becab037adcfd .a8680a37e0aa0d1 , #a0becab037adcfd .a8680a37e0aa0d1 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a0becab037adcfd .a9ce3a7a9da8e69 , #a0becab037adcfd .a9ce3a7a9da8e69 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a0becab037adcfd .afc5ba757aab2c9 , #a0becab037adcfd .afc5ba757aab2c9 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a0becab037adcfd .a85c2a7888a9466 > .ele-wrap {background-color: #333333;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 15px;}#a0becab037adcfd .a2b62ab558acac5 , #a0becab037adcfd .a2b62ab558acac5 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0becab037adcfd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0becab037adcfd .uk-position-center-left-out {
    left: -30px;
  }
  #a0becab037adcfd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abe83a27dea3b93 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#abe83a27dea3b93 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#abe83a27dea3b93 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#abe83a27dea3b93 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#abe83a27dea3b93 .marquee-wrap .marquee-item svg,
#abe83a27dea3b93 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#abe83a27dea3b93 .marquee-wrap:hover {
  background: #ffffff;
}
#abe83a27dea3b93 .marquee-wrap .content {
  position: absolute;
}
#abe83a27dea3b93 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
}
#abe83a27dea3b93 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 893px;
  overflow: hidden;
  line-height: 270px;
  text-align: center;
  transition: all .3s ease;
}
#abe83a27dea3b93 .marquee-wrap.horizontal .marquee-item span {
  line-height: 270px;
}
#ace2ea0e73a10b2 > .ele-wrap {background-color: rgba(119, 226, 238, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a625da7c85a5176 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a761faef0aaf70a .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7689a16a7a7d0c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #ffffff;background-color: rgba(109, 171, 36, 1);border-radius: 4px;font-size: 13px;justify-content: center;font-weight: 400;}#a7689a16a7a7d0c .ele-wrap:hover {background-color: #fff;background-color: rgba(101, 162, 31, 1);}#a1543aba8aafdaf , #a1543aba8aafdaf a{color: rgba(255, 194, 93, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c48abe9eac797 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3785a1b75ad821 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abad7a0d39ac97e:hover, #abad7a0d39ac97e a:hover {color: rgba(25, 71, 77, 1);}#abad7a0d39ac97e , #abad7a0d39ac97e a{color: rgba(255, 255, 255, 1);}#ab603a5f6daa326 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aaa8ea6bb9a5e7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4db4ad786ae48d:hover, #a4db4ad786ae48d a:hover {color: rgba(25, 71, 77, 1);}#a4db4ad786ae48d , #a4db4ad786ae48d a{color: rgba(255, 255, 255, 1);}#aadcda53f7a53cc > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac9e6aa881a0f7c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa33ba8540a5c4a:hover, #aa33ba8540a5c4a a:hover {color: rgba(25, 71, 77, 1);}#aa33ba8540a5c4a , #aa33ba8540a5c4a a{color: rgba(255, 255, 255, 1);}#a9f47af862aaec3 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#adf02a3d73aaf11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae21aa38b4a975d:hover, #ae21aa38b4a975d a:hover {color: rgba(25, 71, 77, 1);}#ae21aa38b4a975d , #ae21aa38b4a975d a{color: rgba(255, 255, 255, 1);}#afbd3a9ba0aa03f > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab662a06a4a31f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a42d7ad1fbadf85:hover, #a42d7ad1fbadf85 a:hover {color: rgba(25, 71, 77, 1);}#a42d7ad1fbadf85 , #a42d7ad1fbadf85 a{color: rgba(255, 255, 255, 1);}#aba98a86b6a0ab2 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aba5babc9aa87b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6ccfa69ada0ed7:hover, #a6ccfa69ada0ed7 a:hover {color: rgba(25, 71, 77, 1);}#a6ccfa69ada0ed7 , #a6ccfa69ada0ed7 a{color: rgba(255, 255, 255, 1);}#acb65aa928a50d5 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6670a444aab2d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab25aa27dfaf4c5:hover, #ab25aa27dfaf4c5 a:hover {color: rgba(25, 71, 77, 1);}#ab25aa27dfaf4c5 , #ab25aa27dfaf4c5 a{color: rgba(255, 255, 255, 1);}#a4566ab7a0a4b10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a26f8a17eba2e3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a77c8aaaaaa4fdb:hover, #a77c8aaaaaa4fdb a:hover {color: rgba(25, 71, 77, 1);}#a77c8aaaaaa4fdb , #a77c8aaaaaa4fdb a{color: rgba(255, 255, 255, 1);}#aad1ba2c7da0c10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae181afb1dae5cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a253dab086a334d:hover, #a253dab086a334d a:hover {color: rgba(25, 71, 77, 1);}#a253dab086a334d , #a253dab086a334d a{color: rgba(255, 255, 255, 1);}#a4940a8e83a187c > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5724a2dd8ac7c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a30c4a52a3a4ac8:hover, #a30c4a52a3a4ac8 a:hover {color: rgba(25, 71, 77, 1);}#a30c4a52a3a4ac8 , #a30c4a52a3a4ac8 a{color: rgba(255, 255, 255, 1);}#a0ae0a0a80a9636 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acd6ea729dac60e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3998a3c22a9d51:hover, #a3998a3c22a9d51 a:hover {color: rgba(25, 71, 77, 1);}#a3998a3c22a9d51 , #a3998a3c22a9d51 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa9a2ab0caae1eb [data-item="logo"] {left: 21px;top: -41px; position: relative;}#aa9a2ab0caae1eb [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#aa9a2ab0caae1eb [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae386a3db7a4f7e .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#ae386a3db7a4f7e .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#ae386a3db7a4f7e .text-style figure {
  background: transparent;
}
#ae386a3db7a4f7e .text-style:hover figure {
  background: #333333;
}
#ae386a3db7a4f7e .gallery-item img {
  opacity: 1 !important;
}
#ae386a3db7a4f7e .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a96d5abca7a765d .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a96d5abca7a765d .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a96d5abca7a765d .text-style figure {
  background: transparent;
}
#a96d5abca7a765d .text-style:hover figure {
  background: #333333;
}
#a96d5abca7a765d .gallery-item img {
  opacity: 1 !important;
}
#a96d5abca7a765d .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa9a2ab0caae1eb .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aa9a2ab0caae1eb .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae386a3db7a4f7e [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#ae386a3db7a4f7e [data-item="title"] {left: 0px;top: -1px; position: relative;}#ae386a3db7a4f7e [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#ae386a3db7a4f7e [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#ae386a3db7a4f7e [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#ae386a3db7a4f7e [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#ae386a3db7a4f7e [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ac8d9a87e7ae6b1 > .ele-wrap {
                background-image: linear-gradient(240deg,
                transparent,
                rgba(255, 253, 250, 1));
            border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6b6eafa35a2edc , #a6b6eafa35a2edc a{color: rgba(255, 194, 93, 1);}#a0efaa9ae7a291f , #a0efaa9ae7a291f a{color: rgba(255, 194, 93, 1);}#af56ea18d2a3891 .afab1a515ca3fe9 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#af56ea18d2a3891 .afab1a515ca3fe9  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af56ea18d2a3891 .af01eac774aa93d {
  overflow: hidden;
}
#af56ea18d2a3891 .af01eac774aa93d .img-wrap {
  transition: all 0.3s ease-in;
}
#af56ea18d2a3891 .af01eac774aa93d .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af56ea18d2a3891 .a2b29abd9aa4548 {
  overflow: hidden;
}
#af56ea18d2a3891 .a2b29abd9aa4548 , #af56ea18d2a3891 .a2b29abd9aa4548 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}#af56ea18d2a3891 .a5cc8a41b9a721d , #af56ea18d2a3891 .a5cc8a41b9a721d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#af56ea18d2a3891 .a0190a0ee4a9989 , #af56ea18d2a3891 .a0190a0ee4a9989 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#af56ea18d2a3891 .a15d1a06eda303b , #af56ea18d2a3891 .a15d1a06eda303b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#af56ea18d2a3891 .a6267a0bc8a52ce > .ele-wrap {background-color: #333333;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 15px;}#af56ea18d2a3891 .a4e41ae449a2cb1 , #af56ea18d2a3891 .a4e41ae449a2cb1 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af56ea18d2a3891 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af56ea18d2a3891 .uk-position-center-left-out {
    left: -30px;
  }
  #af56ea18d2a3891 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab665a50ceace7d .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#ab665a50ceace7d .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ab665a50ceace7d .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#ab665a50ceace7d .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#ab665a50ceace7d .marquee-wrap .marquee-item svg,
#ab665a50ceace7d .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#ab665a50ceace7d .marquee-wrap:hover {
  background: #ffffff;
}
#ab665a50ceace7d .marquee-wrap .content {
  position: absolute;
}
#ab665a50ceace7d .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
}
#ab665a50ceace7d .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 935px;
  overflow: hidden;
  line-height: 270px;
  text-align: center;
  transition: all .3s ease;
}
#ab665a50ceace7d .marquee-wrap.horizontal .marquee-item span {
  line-height: 270px;
}
#a255daf3b3a8f22 > .ele-wrap {background-color: rgba(119, 226, 238, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae26ea7f6aa3738 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a28d3acdcca5912 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#ae07ca6eeca2be0 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #ffffff;background-color: rgba(109, 171, 36, 1);border-radius: 4px;font-size: 13px;justify-content: center;font-weight: 400;}#ae07ca6eeca2be0 .ele-wrap:hover {background-color: #fff;background-color: rgba(101, 162, 31, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c48abe9eac797 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3785a1b75ad821 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abad7a0d39ac97e:hover, #abad7a0d39ac97e a:hover {color: rgba(25, 71, 77, 1);}#abad7a0d39ac97e , #abad7a0d39ac97e a{color: rgba(255, 255, 255, 1);}#ab603a5f6daa326 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aaa8ea6bb9a5e7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4db4ad786ae48d:hover, #a4db4ad786ae48d a:hover {color: rgba(25, 71, 77, 1);}#a4db4ad786ae48d , #a4db4ad786ae48d a{color: rgba(255, 255, 255, 1);}#aadcda53f7a53cc > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac9e6aa881a0f7c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa33ba8540a5c4a:hover, #aa33ba8540a5c4a a:hover {color: rgba(25, 71, 77, 1);}#aa33ba8540a5c4a , #aa33ba8540a5c4a a{color: rgba(255, 255, 255, 1);}#a9f47af862aaec3 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#adf02a3d73aaf11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae21aa38b4a975d:hover, #ae21aa38b4a975d a:hover {color: rgba(25, 71, 77, 1);}#ae21aa38b4a975d , #ae21aa38b4a975d a{color: rgba(255, 255, 255, 1);}#afbd3a9ba0aa03f > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab662a06a4a31f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a42d7ad1fbadf85:hover, #a42d7ad1fbadf85 a:hover {color: rgba(25, 71, 77, 1);}#a42d7ad1fbadf85 , #a42d7ad1fbadf85 a{color: rgba(255, 255, 255, 1);}#aba98a86b6a0ab2 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aba5babc9aa87b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6ccfa69ada0ed7:hover, #a6ccfa69ada0ed7 a:hover {color: rgba(25, 71, 77, 1);}#a6ccfa69ada0ed7 , #a6ccfa69ada0ed7 a{color: rgba(255, 255, 255, 1);}#acb65aa928a50d5 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6670a444aab2d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab25aa27dfaf4c5:hover, #ab25aa27dfaf4c5 a:hover {color: rgba(25, 71, 77, 1);}#ab25aa27dfaf4c5 , #ab25aa27dfaf4c5 a{color: rgba(255, 255, 255, 1);}#a4566ab7a0a4b10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a26f8a17eba2e3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a77c8aaaaaa4fdb:hover, #a77c8aaaaaa4fdb a:hover {color: rgba(25, 71, 77, 1);}#a77c8aaaaaa4fdb , #a77c8aaaaaa4fdb a{color: rgba(255, 255, 255, 1);}#aad1ba2c7da0c10 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae181afb1dae5cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a253dab086a334d:hover, #a253dab086a334d a:hover {color: rgba(25, 71, 77, 1);}#a253dab086a334d , #a253dab086a334d a{color: rgba(255, 255, 255, 1);}#a4940a8e83a187c > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5724a2dd8ac7c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a30c4a52a3a4ac8:hover, #a30c4a52a3a4ac8 a:hover {color: rgba(25, 71, 77, 1);}#a30c4a52a3a4ac8 , #a30c4a52a3a4ac8 a{color: rgba(255, 255, 255, 1);}#a0ae0a0a80a9636 > .ele-wrap {background-color: rgba(67, 187, 153, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acd6ea729dac60e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3998a3c22a9d51:hover, #a3998a3c22a9d51 a:hover {color: rgba(25, 71, 77, 1);}#a3998a3c22a9d51 , #a3998a3c22a9d51 a{color: rgba(255, 255, 255, 1);}#a9846a8261ad985 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a9846a8261ad985 [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0a5ba2f2caa320 [data-item="detail"] {left: 0px;top: 1px; position: relative;}#a0a5ba2f2caa320 [data-item="feature.image"] {left: 0px;top: -1px; position: relative;}#a0a5ba2f2caa320 [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa9a2ab0caae1eb [data-item="logo"] {left: 21px;top: -41px; position: relative;}#aa9a2ab0caae1eb [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#aa9a2ab0caae1eb [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#aa9a2ab0caae1eb [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#aa9a2ab0caae1eb [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad711a36d4a7bb1 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#ad711a36d4a7bb1 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#ad711a36d4a7bb1 .text-style figure {
  background: transparent;
}
#ad711a36d4a7bb1 .text-style:hover figure {
  background: #333333;
}
#ad711a36d4a7bb1 .gallery-item img {
  opacity: 1 !important;
}
#ad711a36d4a7bb1 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8234a65fba6543 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a8234a65fba6543 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a8234a65fba6543 .text-style figure {
  background: transparent;
}
#a8234a65fba6543 .text-style:hover figure {
  background: #333333;
}
#a8234a65fba6543 .gallery-item img {
  opacity: 1 !important;
}
#a8234a65fba6543 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6720a4125aa0f7 .time {
  font-size: 14px;
}
#a6720a4125aa0f7 .title {
  font-size: 24px;
}
#a6720a4125aa0f7 .btn {
  width: 124px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f8f9;
  border-radius: 40px;
  position: relative;
  font-size: 14px;
}
#a6720a4125aa0f7 .btn-text {
  position: relative;
  z-index: 2;
  color: #666;
}
#a6720a4125aa0f7 .btn .ap-icon {
  position: relative;
  z-index: 3;
}
#a6720a4125aa0f7 .btn::before {
  background: #f39419;
  width: 0;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .36s;
  border-radius: 40px;
}
#a6720a4125aa0f7 .img,
#a6720a4125aa0f7 .img-wrap {
  width: 330px;
  height: 240px;
  margin-top: 24px;
  transition: all ease-in-out 0.5s;
  margin-top: 0;
}
#a6720a4125aa0f7 .img-wrap {
  overflow: hidden;
  margin-top: 24px;
}
#a6720a4125aa0f7 .header-title {
  font-size: 40px;
}
#a6720a4125aa0f7 .header-sub-title {
  font-size: 18px;
}
#a6720a4125aa0f7 .header-sub-abstract {
  font-size: 14px;
}
#a6720a4125aa0f7 .border-top {
  border-top: 1px solid #e5e5e5;
}
#a6720a4125aa0f7 .uk-slider-items li {
  padding: 30px;
}
#a6720a4125aa0f7 .uk-slider-items li:last-child {
  border-right: none;
}
#a6720a4125aa0f7 .uk-slider-items li:hover .btn-text {
  color: #fff;
}
#a6720a4125aa0f7 .uk-slider-items li:hover .btn::before {
  width: 100%;
}
#a6720a4125aa0f7 .uk-slider-items li:hover .img {
  transform: scale(1.2);
}
#a6720a4125aa0f7 .btn-prev,
#a6720a4125aa0f7 .btn-next {
  width: 56px;
  height: 56px;
  top: 76px;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
}
#a6720a4125aa0f7 .btn-next {
  right: 100px;
}
#a6720a4125aa0f7 .btn-prev {
  right: 200px;
}
@media screen and (max-width: 1200px) {
  #a6720a4125aa0f7 .btn-prev,
  #a6720a4125aa0f7 .btn-next {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6ba6a7081af5a3 .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#a6ba6a7081af5a3 .filter-nav li.uk-active {
  color: #000;
}
#a6ba6a7081af5a3 .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#a6ba6a7081af5a3 .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#a6ba6a7081af5a3 .filter-items label input {
  margin-right: 8px;
}
#a6ba6a7081af5a3 .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#a6ba6a7081af5a3 .filter-select-items {
  min-height: 35px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2371afdc3ab755 .ap-icon-box {
  color: #333333;
  font-size: 32px;
}
#a2371afdc3ab755 .uk-card {
  background: #fff;
}
@media screen and (min-width: 800px) {
  #a2371afdc3ab755 .uk-container {
    height: 460px;
  }
  #a2371afdc3ab755 .ap-grid-items {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 100;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af738a2f3faebfd .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#af738a2f3faebfd .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5253a5ac0abae9 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a5253a5ac0abae9 .grid-list .product-item {
  overflow: hidden;
}
#a5253a5ac0abae9 .grid-list .product-preview .img {
  display: block;
}
#a5253a5ac0abae9 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a5253a5ac0abae9 .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;
}
#a5253a5ac0abae9 .grid-list .product-info {
  min-height: 110px;
}
#a5253a5ac0abae9 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a5253a5ac0abae9 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a5253a5ac0abae9 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a5253a5ac0abae9 .grid-list .category-name {
  font-size: 12px;
}
#a5253a5ac0abae9 .grid-list .category-name a {
  color: #777;
}
#a5253a5ac0abae9 .grid-list .title,
#a5253a5ac0abae9 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a5253a5ac0abae9 .grid-list .title a,
#a5253a5ac0abae9 .grid-list .subTitle a {
  color: #191919;
}
#a5253a5ac0abae9 .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;
}
#a5253a5ac0abae9 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a5253a5ac0abae9 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a5253a5ac0abae9 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a5253a5ac0abae9 .grid-list .product:hover {
  background-color: auto;
}
#a5253a5ac0abae9 .grid-list .product:hover .title a {
  color: auto;
}
#a5253a5ac0abae9 .grid-list .product:hover .subTitle {
  color: auto;
}
#a5253a5ac0abae9 .grid-list .product:hover .category {
  color: auto;
}
#a5253a5ac0abae9 .grid-list .product:hover .abstract {
  color: auto;
}
#a5253a5ac0abae9 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a5253a5ac0abae9 .grid-list .product-info {
    min-height: 0;
  }
  #a5253a5ac0abae9 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a5253a5ac0abae9 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad711a36d4a7bb1 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#ad711a36d4a7bb1 [data-item="title"] {left: 0px;top: -1px; position: relative;}#ad711a36d4a7bb1 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#ad711a36d4a7bb1 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#ad711a36d4a7bb1 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#ad711a36d4a7bb1 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#ad711a36d4a7bb1 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab82fa3cccaccd9 > .ele-wrap {background-color: rgba(119, 226, 238, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abde6aed6ea1dd2 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a95a6ac303ae970 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a51eaaa103ac2c7 > .ele-wrap {background-color: rgba(243, 250, 251, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9733a0f0daa0ac .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9733a0f0daa0ac .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6720a4125aa0f7 [data-item*=".abstract"], #a6720a4125aa0f7 [data-item*=".abstract"] a {show: true;}#a6720a4125aa0f7 [data-item*=".subTitle"], #a6720a4125aa0f7 [data-item*=".subTitle"] a {show: true;}#a0f13a929fa4618 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a0f13a929fa4618 [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8771aefc6a2a6f [data-item="detail"] {left: 0px;top: 1px; position: relative;}#a8771aefc6a2a6f [data-item="feature.image"] {left: 0px;top: -1px; position: relative;}#a8771aefc6a2a6f [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .a0c15a11e9a0c37 {
  overflow: hidden;
}
#aa67ca0704af6a4 .a0c15a11e9a0c37 , #aa67ca0704af6a4 .a0c15a11e9a0c37 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#aa67ca0704af6a4 .a0c15a11e9a0c37:hover , #aa67ca0704af6a4 .a0c15a11e9a0c37 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .uk-grid {
  margin-left: -15px;
}
#aa67ca0704af6a4 .uk-grid > * {
  padding-left: 15px;
}
#aa67ca0704af6a4 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa67ca0704af6a4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa67ca0704af6a4 .uk-position-center-left-out {
    left: -30px;
  }
  #aa67ca0704af6a4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6ba6a7081af5a3 [data-item*=".abstract"], #a6ba6a7081af5a3 [data-item*=".abstract"] a {show: true;}#a6ba6a7081af5a3 [data-item*=".subTitle"], #a6ba6a7081af5a3 [data-item*=".subTitle"] a {show: true;}#a6ba6a7081af5a3 [data-item*=".category"], #a6ba6a7081af5a3 [data-item*=".category"] a {show: true;}#a6ba6a7081af5a3 [data-item="items"] {left: 0px;top: 6px; position: relative;}#acf55acf33a2731 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 0px;border-top-color: rgba(210, 50, 50, 0.55);border-right-color: rgba(210, 50, 50, 0.55);border-bottom-color: rgba(210, 50, 50, 0.55);border-left-color: rgba(210, 50, 50, 0.55);border-top-width: 10px;border-right-width: 10px;border-bottom-width: 10px;border-left-width: 10px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#acf55acf33a2731  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a4b5aa2300a514c > .ele-wrap {background-color: rgba(215, 211, 58, 0.95);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4b5aa2300a514c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a213ea0b0fa390f [data-item="items[0].title"] {left: 1px;top: 0px; position: relative;}#a2371afdc3ab755 [data-item="items"] {left: -42px;top: -99px; position: relative;}#a2371afdc3ab755 [data-item="buttons[0]"] {left: -5px;top: 428px; position: relative;}#a2371afdc3ab755 [data-item="abstract"] {left: 10px;top: -13px; position: relative;}#a2371afdc3ab755 [data-item="items[2]"] {left: 24px;top: -23px; position: relative;}#a2371afdc3ab755 [data-item="items[3]"] {left: 24px;top: -23px; position: relative;}#a2371afdc3ab755 [data-item="items[1]"] {left: 24px;top: -23px; position: relative;}#a2371afdc3ab755 [data-item="items[0]"] {left: 24px;top: -23px; position: relative;}#a2371afdc3ab755 [data-item="title"] {left: 8px;top: -7px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af738a2f3faebfd [data-item="logo"] {left: 21px;top: -41px; position: relative;}#af738a2f3faebfd [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#af738a2f3faebfd [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#af738a2f3faebfd [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#af738a2f3faebfd [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#af738a2f3faebfd [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a713aa5bd2ab57a .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a713aa5bd2ab57a .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a713aa5bd2ab57a .text-style figure {
  background: transparent;
}
#a713aa5bd2ab57a .text-style:hover figure {
  background: #333333;
}
#a713aa5bd2ab57a .gallery-item img {
  opacity: 1 !important;
}
#a713aa5bd2ab57a .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a323aa6e21a164a .time {
  font-size: 14px;
}
#a323aa6e21a164a .title {
  font-size: 24px;
}
#a323aa6e21a164a .btn {
  width: 124px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f8f9;
  border-radius: 40px;
  position: relative;
  font-size: 14px;
}
#a323aa6e21a164a .btn-text {
  position: relative;
  z-index: 2;
  color: #666;
}
#a323aa6e21a164a .btn .ap-icon {
  position: relative;
  z-index: 3;
}
#a323aa6e21a164a .btn::before {
  background: #f39419;
  width: 0;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .36s;
  border-radius: 40px;
}
#a323aa6e21a164a .img,
#a323aa6e21a164a .img-wrap {
  width: 330px;
  height: 240px;
  margin-top: 24px;
  transition: all ease-in-out 0.5s;
  margin-top: 0;
}
#a323aa6e21a164a .img-wrap {
  overflow: hidden;
  margin-top: 24px;
}
#a323aa6e21a164a .header-title {
  font-size: 40px;
}
#a323aa6e21a164a .header-sub-title {
  font-size: 18px;
}
#a323aa6e21a164a .header-sub-abstract {
  font-size: 14px;
}
#a323aa6e21a164a .border-top {
  border-top: 1px solid #e5e5e5;
}
#a323aa6e21a164a .uk-slider-items li {
  padding: 30px;
}
#a323aa6e21a164a .uk-slider-items li:last-child {
  border-right: none;
}
#a323aa6e21a164a .uk-slider-items li:hover .btn-text {
  color: #fff;
}
#a323aa6e21a164a .uk-slider-items li:hover .btn::before {
  width: 100%;
}
#a323aa6e21a164a .uk-slider-items li:hover .img {
  transform: scale(1.2);
}
#a323aa6e21a164a .btn-prev,
#a323aa6e21a164a .btn-next {
  width: 56px;
  height: 56px;
  top: 76px;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
}
#a323aa6e21a164a .btn-next {
  right: 100px;
}
#a323aa6e21a164a .btn-prev {
  right: 200px;
}
@media screen and (max-width: 1200px) {
  #a323aa6e21a164a .btn-prev,
  #a323aa6e21a164a .btn-next {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaea2a2f07a44e8 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#aaea2a2f07a44e8 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#aaea2a2f07a44e8 .text-style figure {
  background: transparent;
}
#aaea2a2f07a44e8 .text-style:hover figure {
  background: #333333;
}
#aaea2a2f07a44e8 .gallery-item img {
  opacity: 1 !important;
}
#aaea2a2f07a44e8 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac38cad884a9d1e .ap-icon-box {
  color: #333333;
  font-size: 32px;
}
#ac38cad884a9d1e .uk-card {
  background: #fff;
}
@media screen and (min-width: 800px) {
  #ac38cad884a9d1e .uk-container {
    height: 460px;
  }
  #ac38cad884a9d1e .ap-grid-items {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 100;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af738a2f3faebfd .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#af738a2f3faebfd .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a713aa5bd2ab57a [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a713aa5bd2ab57a [data-item="title"] {left: 0px;top: -1px; position: relative;}#a713aa5bd2ab57a [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a713aa5bd2ab57a [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a713aa5bd2ab57a [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a713aa5bd2ab57a [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a713aa5bd2ab57a [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a37efaadd6ac350 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae8eea5a54aa19a .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a6f2ea0da3ac9fa > .ele-wrap {background-color: rgba(119, 226, 238, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2f64a737aad76f > .ele-wrap {background-color: rgba(243, 250, 251, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a323aa6e21a164a [data-item*=".abstract"], #a323aa6e21a164a [data-item*=".abstract"] a {show: true;}#a323aa6e21a164a [data-item*=".subTitle"], #a323aa6e21a164a [data-item*=".subTitle"] a {show: true;}#a10bca9f42aae45 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a10bca9f42aae45 [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8809a766aafe5c [data-item="detail"] {left: 0px;top: 1px; position: relative;}#a8809a766aafe5c [data-item="feature.image"] {left: 0px;top: -1px; position: relative;}#a8809a766aafe5c [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .a0c15a11e9a0c37 {
  overflow: hidden;
}
#aa67ca0704af6a4 .a0c15a11e9a0c37 , #aa67ca0704af6a4 .a0c15a11e9a0c37 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#aa67ca0704af6a4 .a0c15a11e9a0c37:hover , #aa67ca0704af6a4 .a0c15a11e9a0c37 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .uk-grid {
  margin-left: -15px;
}
#aa67ca0704af6a4 .uk-grid > * {
  padding-left: 15px;
}
#aa67ca0704af6a4 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa67ca0704af6a4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa67ca0704af6a4 .uk-position-center-left-out {
    left: -30px;
  }
  #aa67ca0704af6a4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac38cad884a9d1e [data-item="items"] {left: -42px;top: -99px; position: relative;}#ac38cad884a9d1e [data-item="buttons[0]"] {left: -5px;top: 428px; position: relative;}#ac38cad884a9d1e [data-item="abstract"] {left: 10px;top: -13px; position: relative;}#ac38cad884a9d1e [data-item="items[2]"] {left: 24px;top: -23px; position: relative;}#ac38cad884a9d1e [data-item="items[3]"] {left: 24px;top: -23px; position: relative;}#ac38cad884a9d1e [data-item="items[1]"] {left: 24px;top: -23px; position: relative;}#ac38cad884a9d1e [data-item="items[0]"] {left: 24px;top: -23px; position: relative;}#ac38cad884a9d1e [data-item="title"] {left: 8px;top: -7px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a58a2ade33a54f1 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a58a2ade33a54f1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a58a2ade33a54f1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a58a2ade33a54f1 .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;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a58a2ade33a54f1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a58a2ade33a54f1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a58a2ade33a54f1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a58a2ade33a54f1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a58a2ade33a54f1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a58a2ade33a54f1 .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;
  }
}
#a58a2ade33a54f1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a58a2ade33a54f1 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a58a2ade33a54f1 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a58a2ade33a54f1 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acf8eaa060ae65a .uk-grid {
  margin-left: -15px;
}
#acf8eaa060ae65a .uk-grid > * {
  padding-left: 15px;
}
#acf8eaa060ae65a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acf8eaa060ae65a .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#acf8eaa060ae65a .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#acf8eaa060ae65a .article .info {
  padding: 20px 0px;
  position: relative;
}
#acf8eaa060ae65a .article .info p {
  margin: 10px 0 10px;
}
#acf8eaa060ae65a .article svg {
  fill: currentColor;
}
#acf8eaa060ae65a .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#acf8eaa060ae65a .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#acf8eaa060ae65a .article.list-icon .info {
  padding-left: 25px;
}
#acf8eaa060ae65a .article .datetime {
  position: absolute;
  right: 0px;
  top: 20px;
}
#acf8eaa060ae65a .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#acf8eaa060ae65a .article:hover .title {
  color: #626262;
}
#acf8eaa060ae65a .article:hover .datetime {
  color: #b6b6b6;
}
#acf8eaa060ae65a .article:hover .category {
  color: #b6b6b6;
}
#acf8eaa060ae65a .article:hover .abstract {
  color: #b6b6b6;
}
#acf8eaa060ae65a .article:hover .btn_icon {
  color: #b6b6b6;
}
#acf8eaa060ae65a .article:hover .list_icon {
  color: #b6b6b6;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8b55a5f4badf0e .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a8b55a5f4badf0e .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8b55a5f4badf0e .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a8b55a5f4badf0e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a8b55a5f4badf0e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a8b55a5f4badf0e .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a8b55a5f4badf0e .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;
}
#a8b55a5f4badf0e .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a8b55a5f4badf0e .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a8b55a5f4badf0e .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a8b55a5f4badf0e .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a8b55a5f4badf0e .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a8b55a5f4badf0e .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a8b55a5f4badf0e .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a8b55a5f4badf0e .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a8b55a5f4badf0e .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a8b55a5f4badf0e .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a8b55a5f4badf0e .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a8b55a5f4badf0e .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a8b55a5f4badf0e .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;
  }
}
#a8b55a5f4badf0e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a8b55a5f4badf0e .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a8b55a5f4badf0e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8b55a5f4badf0e .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a8b55a5f4badf0e .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a8b55a5f4badf0e .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a8b55a5f4badf0e .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a8b55a5f4badf0e .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8b55a5f4badf0e .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a8b55a5f4badf0e .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae709a0f5eab1fe .uk-grid {
  margin-left: -15px;
}
#ae709a0f5eab1fe .uk-grid > * {
  padding-left: 15px;
}
#ae709a0f5eab1fe .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae709a0f5eab1fe .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#ae709a0f5eab1fe .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#ae709a0f5eab1fe .article .info {
  padding: 20px 0px;
  position: relative;
}
#ae709a0f5eab1fe .article .info p {
  margin: 10px 0 10px;
}
#ae709a0f5eab1fe .article svg {
  fill: currentColor;
}
#ae709a0f5eab1fe .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#ae709a0f5eab1fe .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#ae709a0f5eab1fe .article.list-icon .info {
  padding-left: 25px;
}
#ae709a0f5eab1fe .article .datetime {
  position: absolute;
  right: 0px;
  top: 20px;
}
#ae709a0f5eab1fe .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ae709a0f5eab1fe .article:hover .title {
  color: #626262;
}
#ae709a0f5eab1fe .article:hover .datetime {
  color: #b6b6b6;
}
#ae709a0f5eab1fe .article:hover .category {
  color: #b6b6b6;
}
#ae709a0f5eab1fe .article:hover .abstract {
  color: #b6b6b6;
}
#ae709a0f5eab1fe .article:hover .btn_icon {
  color: #b6b6b6;
}
#ae709a0f5eab1fe .article:hover .list_icon {
  color: #b6b6b6;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a13d6a99f9a0af3 {
  overflow: hidden;
  pointer-events: none;
}
#a13d6a99f9a0af3 > .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;
}
#a13d6a99f9a0af3 > .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;
}
#a13d6a99f9a0af3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a13d6a99f9a0af3 > .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;
}
#a13d6a99f9a0af3 > .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;
}
#a13d6a99f9a0af3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav,
#a13d6a99f9a0af3 > .tab-nav,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav-horizontal,
#a13d6a99f9a0af3 > .tab-nav-horizontal,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a13d6a99f9a0af3 > .tab-nav-horizontal::-webkit-scrollbar,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a13d6a99f9a0af3 > .tab-nav-horizontal.tagScroll,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a13d6a99f9a0af3 > .tab-nav-horizontal.tagScroll li a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav a,
#a13d6a99f9a0af3 > .tab-nav a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav li a,
#a13d6a99f9a0af3 > .tab-nav li a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a13d6a99f9a0af3 > .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: 14px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav li a svg,
#a13d6a99f9a0af3 > .tab-nav li a svg,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a13d6a99f9a0af3 > .tab-nav li a .ap_icon,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav li a:hover,
#a13d6a99f9a0af3 > .tab-nav li a:hover,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a13d6a99f9a0af3 > .tab-nav li.uk-active a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #da0f00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a13d6a99f9a0af3 .layout-left li,
#a13d6a99f9a0af3 .layout-center li,
#a13d6a99f9a0af3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a13d6a99f9a0af3 .layout-left li a,
#a13d6a99f9a0af3 .layout-center li a,
#a13d6a99f9a0af3 .layout-right li a {
  height: 100%;
}
#a13d6a99f9a0af3 > .tab-tabs .layout-left {
  text-align: left;
}
#a13d6a99f9a0af3 > .tab-tabs .layout-center {
  text-align: center;
}
#a13d6a99f9a0af3 > .tab-tabs .layout-right {
  text-align: right;
}
#a13d6a99f9a0af3 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a13d6a99f9a0af3 .tab-content-wrap {
  background-color: #ffffff;
}
#a13d6a99f9a0af3 .tab-contents,
#a13d6a99f9a0af3 .tab-contents-wrap {
  pointer-events: none;
}
#a13d6a99f9a0af3 .tab-content,
#a13d6a99f9a0af3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a13d6a99f9a0af3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a13d6a99f9a0af3 .tab-wrap .tab-contents {
  height: 100%;
}
#a13d6a99f9a0af3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a13d6a99f9a0af3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a13d6a99f9a0af3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa37fa7edaa746c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa37fa7edaa746c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#acf55acf33a2731 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 0px;border-top-color: rgba(210, 50, 50, 0.55);border-right-color: rgba(210, 50, 50, 0.55);border-bottom-color: rgba(210, 50, 50, 0.55);border-left-color: rgba(210, 50, 50, 0.55);border-top-width: 10px;border-right-width: 10px;border-bottom-width: 10px;border-left-width: 10px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#acf55acf33a2731  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a4b5aa2300a514c > .ele-wrap {background-color: rgba(215, 211, 58, 0.95);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4b5aa2300a514c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae48bad7f3a0fb8 [data-item="items[0].title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af738a2f3faebfd [data-item="logo"] {left: 21px;top: -41px; position: relative;}#af738a2f3faebfd [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#af738a2f3faebfd [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#af738a2f3faebfd [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#af738a2f3faebfd [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#af738a2f3faebfd [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6310a2191abed9 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a6310a2191abed9 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a6310a2191abed9 .text-style figure {
  background: transparent;
}
#a6310a2191abed9 .text-style:hover figure {
  background: #333333;
}
#a6310a2191abed9 .gallery-item img {
  opacity: 1 !important;
}
#a6310a2191abed9 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9ca4a7623a8199 .ap-icon-box {
  color: #333333;
  font-size: 32px;
}
#a9ca4a7623a8199 .uk-card {
  background: #fff;
}
@media screen and (min-width: 800px) {
  #a9ca4a7623a8199 .uk-container {
    height: 460px;
  }
  #a9ca4a7623a8199 .ap-grid-items {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 100;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb07a9549a7013 .i-wrap {
  width: calc(100.1%);
  position: relative;
  left: -0.05rem;
  overflow: hidden;
}
#adb07a9549a7013 .i-bn {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
#adb07a9549a7013 .i-s {
  position: relative;
}
#adb07a9549a7013 .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;
}
#adb07a9549a7013 .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%;
}
#adb07a9549a7013 .i-arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
#adb07a9549a7013 .i-prev {
  left: -30px;
}
#adb07a9549a7013 .i-next {
  right: -30px;
  transform: rotate(180deg);
}
#adb07a9549a7013 .i-bn .swiper-wrapper {
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  width: auto;
  height: auto;
}
#adb07a9549a7013 .i-bn .swiper-slide {
  display: inline-flex;
  height: auto;
  white-space: normal;
  flex-wrap: nowrap;
}
#adb07a9549a7013 .i-item:hover {
  border-color: #333333;
}
#adb07a9549a7013 .i-img {
  width: 100%;
  height: auto;
}
#adb07a9549a7013 .i-item .title {
  padding: 10px 0;
  color: #333;
  font-size: 16px;
}
#adb07a9549a7013 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af738a2f3faebfd .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#af738a2f3faebfd .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab777ab876ac6ca .gallery-items-wrap {
  margin-left: -15px;
}
#ab777ab876ac6ca .filter.active {
  background-color: #333333;
}
#ab777ab876ac6ca .gallery-item {
  width: 200px;
  margin: 0 0 15px 15px;
  float: left;
  list-style: none;
  position: relative;
}
#ab777ab876ac6ca .text-style-3 figure {
  height: 300px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acf22a460ca03d4 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#acf22a460ca03d4 [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aacd0ac843a6a9c [data-item="detail"] {left: 0px;top: 1px; position: relative;}#aacd0ac843a6a9c [data-item="feature.image"] {left: 0px;top: -1px; position: relative;}#aacd0ac843a6a9c [data-item="title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .a0c15a11e9a0c37 {
  overflow: hidden;
}
#aa67ca0704af6a4 .a0c15a11e9a0c37 , #aa67ca0704af6a4 .a0c15a11e9a0c37 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#aa67ca0704af6a4 .a0c15a11e9a0c37:hover , #aa67ca0704af6a4 .a0c15a11e9a0c37 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa67ca0704af6a4 .uk-grid {
  margin-left: -15px;
}
#aa67ca0704af6a4 .uk-grid > * {
  padding-left: 15px;
}
#aa67ca0704af6a4 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa67ca0704af6a4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa67ca0704af6a4 .uk-position-center-left-out {
    left: -30px;
  }
  #aa67ca0704af6a4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9733a0f0daa0ac .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9733a0f0daa0ac .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9ca4a7623a8199 [data-item="items"] {left: -42px;top: -99px; position: relative;}#a9ca4a7623a8199 [data-item="buttons[0]"] {left: -5px;top: 428px; position: relative;}#a9ca4a7623a8199 [data-item="abstract"] {left: 10px;top: -13px; position: relative;}#a9ca4a7623a8199 [data-item="items[2]"] {left: 24px;top: -23px; position: relative;}#a9ca4a7623a8199 [data-item="items[3]"] {left: 24px;top: -23px; position: relative;}#a9ca4a7623a8199 [data-item="items[1]"] {left: 24px;top: -23px; position: relative;}#a9ca4a7623a8199 [data-item="items[0]"] {left: 24px;top: -23px; position: relative;}#a9ca4a7623a8199 [data-item="title"] {left: 8px;top: -7px; position: relative;}#adb07a9549a7013 .uk-grid {margin-left: -7px;}@media (min-width: 1200px) {
                    #adb07a9549a7013 .uk-grid { margin-left: -7px;}
                }@media (max-width: 640) {
                    #adb07a9549a7013 .uk-grid { margin-left: -7px;}
                }#adb07a9549a7013 .uk-grid>* {padding-left: 7px;}@media (min-width: 1200px) {
                    #adb07a9549a7013 .uk-grid>* { padding-left: 7px;}
                }@media (max-width: 640) {#adb07a9549a7013 .uk-grid>* {
                    padding-left: 7px;}
                }#acf55acf33a2731 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 0px;border-top-color: rgba(210, 50, 50, 0.55);border-right-color: rgba(210, 50, 50, 0.55);border-bottom-color: rgba(210, 50, 50, 0.55);border-left-color: rgba(210, 50, 50, 0.55);border-top-width: 10px;border-right-width: 10px;border-bottom-width: 10px;border-left-width: 10px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#acf55acf33a2731  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a4b5aa2300a514c > .ele-wrap {background-color: rgba(215, 211, 58, 0.95);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4b5aa2300a514c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a3697a5feca88f0 [data-item="items[0].title"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4643ae54aafce8 .ad33aa520fa9450 {
  overflow: hidden;
}
#a4643ae54aafce8 .ad33aa520fa9450 , #a4643ae54aafce8 .ad33aa520fa9450 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#a4643ae54aafce8 .ad33aa520fa9450:hover , #a4643ae54aafce8 .ad33aa520fa9450 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4643ae54aafce8 .uk-grid {
  margin-left: -15px;
}
#a4643ae54aafce8 .uk-grid > * {
  padding-left: 15px;
}
#a4643ae54aafce8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4643ae54aafce8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4643ae54aafce8 .uk-position-center-left-out {
    left: -30px;
  }
  #a4643ae54aafce8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af738a2f3faebfd [data-item="logo"] {left: 21px;top: -41px; position: relative;}#af738a2f3faebfd [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#af738a2f3faebfd [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#af738a2f3faebfd [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#af738a2f3faebfd [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#af738a2f3faebfd [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4e96ac9a4afda2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a672ba9bffa8376 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a672ba9bffa8376 .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a672ba9bffa8376 .text-style figure {
  background: transparent;
}
#a672ba9bffa8376 .text-style:hover figure {
  background: #333333;
}
#a672ba9bffa8376 .gallery-item img {
  opacity: 1 !important;
}
#a672ba9bffa8376 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6e32aeb09a489d .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  cursor: pointer;
}
#a6e32aeb09a489d .filter-nav li.uk-active {
  color: #fff;
  background-color: #333333;
}
#a6e32aeb09a489d .text-style figure {
  background: transparent;
}
#a6e32aeb09a489d .text-style:hover figure {
  background: #333333;
}
#a6e32aeb09a489d .gallery-item img {
  opacity: 1 !important;
}
#a6e32aeb09a489d .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab656a0740a8a82 .uk-slider {
  padding-top: 30px;
}
#ab656a0740a8a82 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#ab656a0740a8a82 .uk-card-media-top {
  overflow: hidden;
}
#ab656a0740a8a82 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#ab656a0740a8a82 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#ab656a0740a8a82 .uk-card {
  border: 1px solid #ececec;
}
#ab656a0740a8a82 .uk-dotnav > * {
  padding-left: 6px;
}
#ab656a0740a8a82 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #808080;
}
#ab656a0740a8a82 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #333333;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9732a762fa97cd .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a9732a762fa97cd .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2ad3ab50bab56d [data-item="items[0].abstract"] {left: 0px;top: -1px; position: relative;}#a2ad3ab50bab56d [data-item="items[0].subTitle"] {left: 0px;top: -1px; position: relative;}#a2ad3ab50bab56d [data-item="items[0].title"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a672ba9bffa8376 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a672ba9bffa8376 [data-item="title"] {left: 0px;top: -1px; position: relative;}#a672ba9bffa8376 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a672ba9bffa8376 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a672ba9bffa8376 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a672ba9bffa8376 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a672ba9bffa8376 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a322da5eb9a3172 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aad29a9480a7287  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af1f3a0f1aa5405  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a80d4a2e32a04de  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6e72a314ea8faa  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa26aa4915a5eb8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#aa26aa4915a5eb8 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa26aa4915a5eb8 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#aa203a584dafcc6 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2070a8499a56a7 , #a2070a8499a56a7 a{color: rgba(255, 255, 255, 1);}#afc14a0363ab116 , #afc14a0363ab116 a{color: rgba(255, 255, 255, 1);}#a85a5a749ea1202 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a85a5a749ea1202 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a85a5a749ea1202 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a3606a3f14acb97 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adf5ba5192a44cf , #adf5ba5192a44cf a{color: rgba(255, 255, 255, 1);}#a142ca903ca817e , #a142ca903ca817e a{color: rgba(255, 255, 255, 1);}#a8c23a7d75ab35b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a8c23a7d75ab35b .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a8c23a7d75ab35b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a0d00aec21a203e > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3434a4561a994b , #a3434a4561a994b a{color: rgba(255, 255, 255, 1);}#ae540a2e95abe7d , #ae540a2e95abe7d a{color: rgba(255, 255, 255, 1);}#a434fa4afeaf45c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a434fa4afeaf45c .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a434fa4afeaf45c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a8833a3725a3958 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9e44a1da1a1bbb , #a9e44a1da1a1bbb a{color: rgba(255, 255, 255, 1);}#a809fa1061abc11 , #a809fa1061abc11 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9310a289cabcf8 > .ele-wrap {background-color: rgba(47, 144, 242, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3bf3aff60a8f38 a {
        font-weight: bold;
        font-style: normal;
    font-size: 19px;font-family: inherit;}#a0159aea9cac230 a {
        font-weight: bold;
        font-style: normal;
    font-size: 19px;font-family: inherit;}#ad06ea5533a64e5 a {
        font-weight: bold;
        font-style: normal;
    font-size: 19px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6e32aeb09a489d [data-item="title"] {left: 0px;top: 1px; position: relative;}#ab656a0740a8a82 [data-item*=".abstract"], #ab656a0740a8a82 [data-item*=".abstract"] a {show: false;}#ab656a0740a8a82 [data-item*=".subTitle"], #ab656a0740a8a82 [data-item*=".subTitle"] a {show: false;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9732a762fa97cd [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a9732a762fa97cd [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a9732a762fa97cd [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a9732a762fa97cd [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a9732a762fa97cd [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a9732a762fa97cd [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a9732a762fa97cd [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a9732a762fa97cd [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a9732a762fa97cd [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2bf5a0f02af11a {
  min-height: 90vh;
  /* mobile */
}
#a2bf5a0f02af11a .search-highlight {
  background: yellow;
}
#a2bf5a0f02af11a .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a2bf5a0f02af11a .el-title {
  margin-bottom: 20px;
}
#a2bf5a0f02af11a .el-item:hover .el-title {
  color: #ff5000;
}
#a2bf5a0f02af11a .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a2bf5a0f02af11a .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a2bf5a0f02af11a .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a2bf5a0f02af11a .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a2bf5a0f02af11a .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a2bf5a0f02af11a .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a2bf5a0f02af11a .el-title {
    margin-bottom: 0;
  }
  #a2bf5a0f02af11a .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a2bf5a0f02af11a .category {
    font-size: 12px;
  }
  #a2bf5a0f02af11a .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af738a2f3faebfd .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#af738a2f3faebfd .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af738a2f3faebfd [data-item="logo"] {left: 21px;top: -41px; position: relative;}#af738a2f3faebfd [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#af738a2f3faebfd [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#af738a2f3faebfd [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#af738a2f3faebfd [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#af738a2f3faebfd [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaf52abd84a5561 {
  /* 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------------------------*/
}
#aaf52abd84a5561 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#aaf52abd84a5561 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#aaf52abd84a5561 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#aaf52abd84a5561 .error .clip:nth-of-type(1) .shadow,
#aaf52abd84a5561 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#aaf52abd84a5561 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#aaf52abd84a5561 .error h2 {
  font-size: 32px;
}
#aaf52abd84a5561 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#aaf52abd84a5561 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#aaf52abd84a5561 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#aaf52abd84a5561 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#aaf52abd84a5561 .error .clip .shadow {
  overflow: hidden;
}
#aaf52abd84a5561 .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);
}
#aaf52abd84a5561 .error .clip:nth-of-type(3) .shadow:after,
#aaf52abd84a5561 .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%;
}
#aaf52abd84a5561 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#aaf52abd84a5561 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#aaf52abd84a5561 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#aaf52abd84a5561 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#aaf52abd84a5561 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#aaf52abd84a5561 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#aaf52abd84a5561 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#aaf52abd84a5561 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #aaf52abd84a5561 {
    /* Error Page */
    /* Error Page */
  }
  #aaf52abd84a5561 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #aaf52abd84a5561 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #aaf52abd84a5561 .error .clip:nth-of-type(1) .shadow,
  #aaf52abd84a5561 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #aaf52abd84a5561 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #aaf52abd84a5561 .error h2 {
    font-size: 24px;
  }
  #aaf52abd84a5561 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #aaf52abd84a5561 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #aaf52abd84a5561 .error .container-error-404 {
    height: 150px;
  }
}
#aaf52abd84a5561 .overlay {
  position: relative;
  z-index: 20;
}
#aaf52abd84a5561 .ground-color {
  background: white;
}
#aaf52abd84a5561 .item-bg-color {
  background: #EAEAEA;
}
#aaf52abd84a5561 .padding-top {
  padding-top: 10px;
}
#aaf52abd84a5561 .padding-bottom {
  padding-bottom: 10px;
}
#aaf52abd84a5561 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aaf52abd84a5561 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#aaf52abd84a5561 .padding-all {
  padding: 10px;
}
#aaf52abd84a5561 .no-padding-left {
  padding-left: 0px;
}
#aaf52abd84a5561 .no-padding-right {
  padding-right: 0px;
}
#aaf52abd84a5561 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#aaf52abd84a5561 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#aaf52abd84a5561 .no-padding {
  padding: 0px;
}
#aaf52abd84a5561 .margin-top {
  margin-top: 10px;
}
#aaf52abd84a5561 .margin-bottom {
  margin-bottom: 10px;
}
#aaf52abd84a5561 .margin-right {
  margin-right: 10px;
}
#aaf52abd84a5561 .margin-left {
  margin-left: 10px;
}
#aaf52abd84a5561 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#aaf52abd84a5561 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#aaf52abd84a5561 .margin-all {
  margin: 10px;
}
#aaf52abd84a5561 .no-margin {
  margin: 0px;
}
#aaf52abd84a5561 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#aaf52abd84a5561 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#aaf52abd84a5561 .inside-col-shrink {
  margin: 0px 20px;
}
#aaf52abd84a5561 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a3ae7afa6fa7461 .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3ae7afa6fa7461 [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a3ae7afa6fa7461 [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8827ac48ba2999 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a8827ac48ba2999 .switch_item {
  margin-right: 10px;
}
#a8827ac48ba2999 a.switch_item:hover {
  text-decoration: underline;
}
#a8827ac48ba2999 .slider {
  width: 420px;
  height: 600px;
}
#a8827ac48ba2999 .uk-slideshow-items {
  height: 100%;
}
#a8827ac48ba2999 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a8827ac48ba2999 .login-wrap {
  width: 100%;
  height: 100%;
}
#a8827ac48ba2999 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a8827ac48ba2999 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a8827ac48ba2999 .phone-login-box {
  margin: 40px auto 40px;
}
#a8827ac48ba2999 .login-header {
  margin-bottom: 24px;
}
#a8827ac48ba2999 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a8827ac48ba2999 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a8827ac48ba2999 .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;
}
#a8827ac48ba2999 .forget_password {
  cursor: pointer;
}
#a8827ac48ba2999 .forget_password:hover {
  color: #333333;
}
#a8827ac48ba2999 .input-item input.error,
#a8827ac48ba2999 .input-item input.error::placeholder {
  color: #fc4343;
}
#a8827ac48ba2999 .input-item input::placeholder {
  color: #999;
}
#a8827ac48ba2999 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a8827ac48ba2999 .form-item {
  margin: 24px 0;
}
#a8827ac48ba2999 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a8827ac48ba2999 .send-code {
  float: left;
  margin-left: 20px;
}
#a8827ac48ba2999 .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;
}
#a8827ac48ba2999 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a8827ac48ba2999 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a8827ac48ba2999 .login_btn_wrap {
  text-align: center;
}
#a8827ac48ba2999 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a8827ac48ba2999 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a8827ac48ba2999 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af738a2f3faebfd .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#af738a2f3faebfd .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af738a2f3faebfd [data-item="logo"] {left: 21px;top: -41px; position: relative;}#af738a2f3faebfd [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#af738a2f3faebfd [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#af738a2f3faebfd [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#af738a2f3faebfd [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#af738a2f3faebfd [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2bb2ac4aba1c85 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a2bb2ac4aba1c85 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a2bb2ac4aba1c85 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a2bb2ac4aba1c85 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a2bb2ac4aba1c85 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a2bb2ac4aba1c85 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a2bb2ac4aba1c85 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a2bb2ac4aba1c85 .nav-list {
  padding: 0 20px;
}
#a2bb2ac4aba1c85 .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;
}
#a2bb2ac4aba1c85 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a2bb2ac4aba1c85 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a2bb2ac4aba1c85 .order-item:hover {
  background: #f7f7f7;
}
#a2bb2ac4aba1c85 .del-order {
  cursor: pointer;
}
#a2bb2ac4aba1c85 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a2bb2ac4aba1c85 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a2bb2ac4aba1c85 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a2bb2ac4aba1c85 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a2bb2ac4aba1c85 .goods-item .goods-info {
  padding: 0 15px;
}
#a2bb2ac4aba1c85 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a2bb2ac4aba1c85 .appoint-time {
  margin-bottom: 4px;
}
#a2bb2ac4aba1c85 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a2bb2ac4aba1c85 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a2bb2ac4aba1c85 .goods-item .goods-name {
  color: #333;
}
#a2bb2ac4aba1c85 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a2bb2ac4aba1c85 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a2bb2ac4aba1c85 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a2bb2ac4aba1c85 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a2bb2ac4aba1c85 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a2bb2ac4aba1c85 .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;
}
#a2bb2ac4aba1c85 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a2bb2ac4aba1c85 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a2bb2ac4aba1c85 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a2bb2ac4aba1c85 .setting-form {
  padding: 30px 20px;
}
#a2bb2ac4aba1c85 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a2bb2ac4aba1c85 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a2bb2ac4aba1c85 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a2bb2ac4aba1c85 .setting-form .setting-btns {
  margin-left: 130px;
}
#a2bb2ac4aba1c85 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a2bb2ac4aba1c85 .setting-wrap {
  position: relative;
}
#a2bb2ac4aba1c85 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a2bb2ac4aba1c85 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a2bb2ac4aba1c85 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a2bb2ac4aba1c85 .address-wrap {
  padding: 30px 20px;
}
#a2bb2ac4aba1c85 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a2bb2ac4aba1c85 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a2bb2ac4aba1c85 .addr-list {
  min-height: 200px;
}
#a2bb2ac4aba1c85 .addr-detail .addr-item-name,
#a2bb2ac4aba1c85 .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;
}
#a2bb2ac4aba1c85 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a2bb2ac4aba1c85 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a2bb2ac4aba1c85 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a2bb2ac4aba1c85 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a2bb2ac4aba1c85 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a2bb2ac4aba1c85 .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;
}
#a2bb2ac4aba1c85 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a2bb2ac4aba1c85 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a2bb2ac4aba1c85 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a2bb2ac4aba1c85 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #333333;
}
#a2bb2ac4aba1c85 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a3ae7afa6fa7461 .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3ae7afa6fa7461 [data-item="logo"] {left: 21px;top: -41px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#a3ae7afa6fa7461 [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#a3ae7afa6fa7461 [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#a3ae7afa6fa7461 [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a26a4a3a0baba98 {
  min-height: 90vh;
  /* mobile */
}
#a26a4a3a0baba98 .search-highlight {
  background: yellow;
}
#a26a4a3a0baba98 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a26a4a3a0baba98 .el-title {
  margin-bottom: 20px;
}
#a26a4a3a0baba98 .el-item:hover .el-title {
  color: #ff5000;
}
#a26a4a3a0baba98 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a26a4a3a0baba98 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a26a4a3a0baba98 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a26a4a3a0baba98 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a26a4a3a0baba98 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a26a4a3a0baba98 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a26a4a3a0baba98 .el-title {
    margin-bottom: 0;
  }
  #a26a4a3a0baba98 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a26a4a3a0baba98 .category {
    font-size: 12px;
  }
  #a26a4a3a0baba98 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af738a2f3faebfd .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#af738a2f3faebfd .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af738a2f3faebfd [data-item="logo"] {left: 21px;top: -41px; position: relative;}#af738a2f3faebfd [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#af738a2f3faebfd [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#af738a2f3faebfd [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#af738a2f3faebfd [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#af738a2f3faebfd [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4d1faf31ba08e4 .comment-detail {
  min-height: 600px;
}
#a4d1faf31ba08e4 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a4d1faf31ba08e4 table th,
#a4d1faf31ba08e4 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a4d1faf31ba08e4 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a4d1faf31ba08e4 .red {
  color: #F00!important;
}
#a4d1faf31ba08e4 .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;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af738a2f3faebfd .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#af738a2f3faebfd .ap-list-content a:hover {
  color: #333333;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0295a293ca7c5a .ele-wrap {color: #02499d;font-size: 30px;background-color: transparent;justify-content: center;border-style: solid;}#a0295a293ca7c5a .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc77a133bad581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afc77a133bad581 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afc77a133bad581 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#afc77a133bad581 .menu-list > li > a {
  padding: 0 35px;
}
#afc77a133bad581 .menu-list > li:hover:before {
  height: 100%;
}
#afc77a133bad581 .menu-list > li:hover:after {
  color: #f7ab2c;
}
#afc77a133bad581 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#afc77a133bad581 .menu-list > li:first-child:after {
  content: "";
}
#afc77a133bad581 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#afc77a133bad581 .menu-list > li ul li {
  position: relative;
}
#afc77a133bad581 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afc77a133bad581 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#afc77a133bad581 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#afc77a133bad581 li ul,
#afc77a133bad581 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#afc77a133bad581 li:hover > ul {
  left: auto;
}
#afc77a133bad581 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a792aa2e89a18d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a792aa2e89a18d5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a792aa2e89a18d5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a792aa2e89a18d5 .menu-list > li > a {
  padding: 0 5px;
}
#a792aa2e89a18d5 .menu-list > li:hover:before {
  height: 100%;
}
#a792aa2e89a18d5 .menu-list > li:hover:after {
  color: #7ed321;
}
#a792aa2e89a18d5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  content: "|";
}
#a792aa2e89a18d5 .menu-list > li:first-child:after {
  content: "";
}
#a792aa2e89a18d5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a792aa2e89a18d5 .menu-list > li ul li {
  position: relative;
}
#a792aa2e89a18d5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a792aa2e89a18d5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a792aa2e89a18d5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f8f5f5;
}
#a792aa2e89a18d5 li ul,
#a792aa2e89a18d5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a792aa2e89a18d5 li:hover > ul {
  left: auto;
}
#a792aa2e89a18d5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc20a1ff2adbc7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc20a1ff2adbc7 .uk-position-center-left-out {
    left: -30px;
  }
  #acc20a1ff2adbc7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af738a2f3faebfd [data-item="logo"] {left: 21px;top: -41px; position: relative;}#af738a2f3faebfd [data-item="footerTip"] {left: -11px;top: -1px; position: relative;}#af738a2f3faebfd [data-item="galleryTitle"] {left: -334px;top: 11px; position: relative;}#af738a2f3faebfd [data-item="gallery[0]"] {left: -336px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[1]"] {left: -320px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="gallery[2]"] {left: -304px;top: 17px; position: relative;}#af738a2f3faebfd [data-item="abstract"] {left: 24px;top: -54px; position: relative;}#af738a2f3faebfd [data-item="items[0].detail"] {left: -6px;top: -25px; position: relative;}#af738a2f3faebfd [data-item="items[0].title"] {left: -6px;top: -15px; position: relative;}