@to TopIcon:ICON://type=svg&id=1000023;
.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: 26;
  font-weight: 400;
  line-height: 22;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #4a90e2;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #076ce0;
}
/* 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: #076ce0;
}
/* 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: #1559a6;
  text-shadow: none;
}
::selection {
  background: #1559a6;
  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 #1559a6;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1559a6;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f4f4f4;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 26;
}
/* 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: #f4f4f4;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1559a6;
  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: #1559a6;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1559a6;
  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: #f4f4f4;
  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: #1559a6;
  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: #1559a6;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1559a6;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1559a6;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #eaecee;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #eaecee;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1559a6;
  color: #ffffff;
  border-color: #1559a6;
}
/*
   * 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: #f4f4f4;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 22;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #1559a6;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 22;
  background: none;
  /* 2 */
  color: #4a90e2;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #076ce0;
}
/* 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: #1559a6;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #eaecee;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f4f4f4;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f4f4f4;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #1559a6;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #eaecee;
}
/* ========================================================================
     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: #1559a6;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #eaecee;
  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: #1559a6;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #eaecee;
  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: #1559a6;
}
/*
   * 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: #1559a6;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1559a6;
  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: #f4f4f4;
}
.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: 22 em;
  height: 22 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #1559a6;
  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: 22;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #1559a6;
}
/* 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: #1559a6;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1559a6;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1559a6;
}
/* 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: #1559a6;
  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: #1559a6;
  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: #1559a6;
  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: #1559a6;
}
/* 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: #1559a6;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1559a6;
  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: #1559a6;
}
/*
   * 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: #1559a6;
}
/* 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: #f4f4f4;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #1559a6;
}
/*
   * 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: #1559a6;
  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: #f4f4f4;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #1559a6;
}
.uk-progress::-moz-progress-bar {
  background-color: #1559a6;
}
.uk-progress::-ms-fill {
  background-color: #1559a6;
}
/* ========================================================================
     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: #1559a6 !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: #1559a6 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1559a6;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f4f4f4;
}
.uk-background-primary {
  background-color: #1559a6;
}
.uk-background-secondary {
  background-color: #eaecee;
}
/* ========================================================================
     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: #1559a6;
  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: #1559a6;
  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: #1559a6;
  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: #f4f4f4;
  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: #1559a6;
}
.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(234, 236, 238, 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: #1559a6;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f4f4f4;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1559a6;
}
.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: #1559a6;
  border-color: #1559a6;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1559a6;
}
/* ========================================================================
   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: #0f4179;
}
.ap-list-filter dd a.active {
  background-color: #1559a6;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1559a6;
}
.category li a.active {
  color: #1559a6;
}
.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: #1559a6;
}
.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: #1559a6;
  border: 1px solid rgba(21, 89, 166, 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: #1559a6;
}
form .step .ui-step.active .ui-step-title {
  color: #1559a6;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1559a6;
  background-color: #1559a6;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1559a6;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1559a6;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1559a6;
  color: #1559a6;
}
.btn-effect-2:hover {
  background-color: #1559a6;
}
.uk-button.btn-effect-5 {
  background-color: #1559a6;
  box-shadow: 0 0 15px rgba(21, 89, 166, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1559a6;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1559a6;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aa256a4211a8eac .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6eaaab0f4a0a66 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a6eaaab0f4a0a66 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a6eaaab0f4a0a66 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a6eaaab0f4a0a66 .data-list .uk-card {
  cursor: pointer !important;
}
#a6eaaab0f4a0a66 .data-list .uk-card img {
  max-height: 300px;
}
#a6eaaab0f4a0a66 .data-list .uk-card:hover {
  background: #fafafa;
}
#a6eaaab0f4a0a66 .data-list .uk-card:hover .uk-h4 {
  color: #076ce0;
}
#a6eaaab0f4a0a66 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a6eaaab0f4a0a66 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a6eaaab0f4a0a66 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a6eaaab0f4a0a66 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a6eaaab0f4a0a66 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a6eaaab0f4a0a66 .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: #1559a6;
  cursor: pointer;
}
#a6eaaab0f4a0a66 .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;
}
#a6eaaab0f4a0a66 .uk-card .category:hover {
  background: #1559a6;
}
#a6eaaab0f4a0a66 .accordion-menu {
  width: 100%;
}
#a6eaaab0f4a0a66 .accordion-menu ul ul.submenu,
#a6eaaab0f4a0a66 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a6eaaab0f4a0a66 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a6eaaab0f4a0a66 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a6eaaab0f4a0a66 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a6eaaab0f4a0a66 .accordion-menu .menu-item.active > a {
  background: #1559a6;
  color: #fff;
}
#a6eaaab0f4a0a66 .accordion-menu li a:hover {
  background-color: #1559a6;
  color: #fff;
  border: none;
}
#a6eaaab0f4a0a66 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a6eaaab0f4a0a66 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a6eaaab0f4a0a66 .hot-list,
#a6eaaab0f4a0a66 .new-list {
  padding: 12px;
}
#a6eaaab0f4a0a66 .new-list a:hover,
#a6eaaab0f4a0a66 .hot-list a:hover {
  color: #076ce0;
}
#a6eaaab0f4a0a66 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a6eaaab0f4a0a66 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a6eaaab0f4a0a66 .hot-item:hover a {
  color: #076ce0;
}
#a6eaaab0f4a0a66 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a6eaaab0f4a0a66 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1559a6;
  content: "";
}
#a6eaaab0f4a0a66 .content-header {
  padding-bottom: 10px;
}
#a6eaaab0f4a0a66 .item-title {
  color: #333;
}
#a6eaaab0f4a0a66 input::placeholder {
  color: #999;
}
#a6eaaab0f4a0a66 .datetime {
  color: #999;
}
#a6eaaab0f4a0a66 .new-item a {
  padding-left: 25px;
}
#a6eaaab0f4a0a66 .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;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#af9f8ae64dacaf6 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#aa256a4211a8eac [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#aa256a4211a8eac [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6eaaab0f4a0a66 [data-item*=".abstract"], #a6eaaab0f4a0a66 [data-item*=".abstract"] a {show: true;}#a6eaaab0f4a0a66 [data-item*=".subTitle"], #a6eaaab0f4a0a66 [data-item*=".subTitle"] a {show: true;}#a6eaaab0f4a0a66 [data-item*=".category"], #a6eaaab0f4a0a66 [data-item*=".category"] a {show: true;}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aa256a4211a8eac .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ad3bda72edadb98 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #ad3bda72edadb98 .sidebar {
    width: 100%;
  }
}
#ad3bda72edadb98 .accordion-menu,
#ad3bda72edadb98 .accordion-menu ul ul.submenu,
#ad3bda72edadb98 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ad3bda72edadb98 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#ad3bda72edadb98 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
}
#ad3bda72edadb98 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#ad3bda72edadb98 .accordion-menu li a:hover {
  background-color: #1559a6;
  color: #fff;
  border: none;
}
#ad3bda72edadb98 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ad3bda72edadb98 .contact {
  color: #fff;
}
#ad3bda72edadb98 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#ad3bda72edadb98 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#ad3bda72edadb98 .hot-list a {
  color: #777;
}
#ad3bda72edadb98 .hot-list a:hover {
  color: #076ce0;
}
#ad3bda72edadb98 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ad3bda72edadb98 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ad3bda72edadb98 .hot-item:hover a {
  color: #076ce0;
}
#ad3bda72edadb98 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ad3bda72edadb98 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1559a6;
  content: "";
}
#ad3bda72edadb98 .content-header {
  padding-bottom: 10px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ab103a3759a974d .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#aa256a4211a8eac [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#aa256a4211a8eac [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad3bda72edadb98 [data-item*=".abstract"], #ad3bda72edadb98 [data-item*=".abstract"] a {show: true;}#ad3bda72edadb98 [data-item*=".subTitle"], #ad3bda72edadb98 [data-item*=".subTitle"] a {show: true;}#ad3bda72edadb98 [data-item*=".category"], #ad3bda72edadb98 [data-item*=".category"] a {show: true;}#ad3bda72edadb98 [data-item="items"] .img {background-size: contain;}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acfc9a02eaa7f0b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7b1da900caafa2 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #1559a6;
  color: #1559a6;
  display: inline-block;
  cursor: pointer;
}
#a7b1da900caafa2 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1559a6;
}
#a7b1da900caafa2 .text-style figure {
  background: transparent;
}
#a7b1da900caafa2 .text-style:hover figure {
  background: #1559a6;
}
#a7b1da900caafa2 .gallery-item img {
  opacity: 1 !important;
}
#a7b1da900caafa2 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7f68a53c4a8477 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#acfc9a02eaa7f0b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#acfc9a02eaa7f0b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6be4a076ca7c13 > .ele-wrap {
                background-image: linear-gradient(90deg,
                transparent,
                rgba(74, 74, 74, 0.5));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad709ab3f3a2a8c .ele-wrap {border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(74, 144, 226, 1);border-radius: 0px;font-size: 16px;justify-content: center;font-weight: 500;}#ad709ab3f3a2a8c .ele-wrap:hover {background-color: #fff;color: #ffffff;background-color: rgba(39, 125, 226, 1);}#a416ba3e09a9dd3 > .ele-wrap {
                background-image: linear-gradient(90deg,
                transparent,
                rgba(0, 0, 0, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6628ac536ac4cb .ele-wrap {border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(74, 144, 226, 1);border-radius: 0px;font-size: 16px;justify-content: center;font-weight: 500;}#a6628ac536ac4cb .ele-wrap:hover {background-color: #fff;color: #ffffff;background-color: rgba(39, 125, 226, 1);}#a5a77a5b65a251b > .ele-wrap {
                background-image: linear-gradient(90deg,
                transparent,
                rgba(0, 0, 0, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1787aef17ab074 .ele-wrap {border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(74, 144, 226, 1);border-radius: 0px;font-size: 16px;justify-content: center;font-weight: 500;}#a1787aef17ab074 .ele-wrap:hover {background-color: #fff;color: #ffffff;background-color: rgba(39, 125, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7b1da900caafa2 [data-item*=".title"], #a7b1da900caafa2 [data-item*=".title"] a {text-align: left;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ae1f4a7e2daece5 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 0px;justify-content: center;border-style: solid;}#ae1f4a7e2daece5 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a27beac22fa77ee .gallery-items-wrap {
  margin-left: -15px;
}
#a27beac22fa77ee .filter.active {
  background-color: #1559a6;
}
#a27beac22fa77ee .gallery-item {
  width: 220px;
  margin: 0 0 15px 15px;
  float: left;
  list-style: none;
  position: relative;
}
#a27beac22fa77ee .text-style-3 figure {
  height: 150px;
}
#a27beac22fa77ee .gallery-item {
  margin-left: 25px;
}
#a27beac22fa77ee .gallery-items-wrap {
  margin-left: -25px;
}
#a06dca0c88a4c59 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc53ae042a890f .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #fff;font-size: 14px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;border-width: 1px;}#afc53ae042a890f .ele-wrap:hover {background-color: #0483cc;border-color: rgba(0, 0, 0, 0);color: #ffffff;background-color: rgba(39, 125, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ae8bca706ea56a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c82a9682a9566 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 0px;justify-content: center;border-style: solid;}#a3c82a9682a9566 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(39, 125, 226, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a9899aa13eacc8d {background-color: rgba(0,0,0,0.7);}#a9899aa13eacc8d > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#acff1ad5a5a984d .ele-wrap {color: #fff;font-size: 18px;background-color: #0095eb;border-radius: 5px;justify-content: center;border-style: solid;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acfc9a02eaa7f0b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aacbfa72e1a1f91 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#acfc9a02eaa7f0b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#acfc9a02eaa7f0b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9921a3d9aa6dc5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.5);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a617aaac1bad29d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(155, 155, 155, 1);}#a4cebaf916a37cf a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af72ea23a9af174 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.5);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a376ea5332a3c60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(155, 155, 155, 1);}#a0098a9d2ca5793 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7c2badd47a2520 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.5);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6369a5758a1336 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(155, 155, 155, 1);}#afa13a8982adedb a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aff03af667a6c6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.5);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acb48a5d98adcb9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(155, 155, 155, 1);}#a2889aadd6aa874 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a96bcad191a59a6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a07d1abefbaa203 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a96bcad191a59a6 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a96bcad191a59a6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#adedaa6023a41c8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ae7eda60f0a77a9 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#adedaa6023a41c8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#adedaa6023a41c8 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af1c2a694ea627a .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a288ca5d9ca9f66 {
  overflow: hidden;
  pointer-events: none;
}
#a288ca5d9ca9f66 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a288ca5d9ca9f66 > .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;
}
#a288ca5d9ca9f66 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a288ca5d9ca9f66 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a288ca5d9ca9f66 > .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;
}
#a288ca5d9ca9f66 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav,
#a288ca5d9ca9f66 > .tab-nav,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav-horizontal,
#a288ca5d9ca9f66 > .tab-nav-horizontal,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a288ca5d9ca9f66 > .tab-nav-horizontal::-webkit-scrollbar,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a288ca5d9ca9f66 > .tab-nav-horizontal.tagScroll,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a288ca5d9ca9f66 > .tab-nav-horizontal.tagScroll li a,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav a,
#a288ca5d9ca9f66 > .tab-nav a,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav li a,
#a288ca5d9ca9f66 > .tab-nav li a,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav li a svg,
#a288ca5d9ca9f66 > .tab-nav li a svg,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a288ca5d9ca9f66 > .tab-nav li a .ap_icon,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav li a:hover,
#a288ca5d9ca9f66 > .tab-nav li a:hover,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav li.uk-active a,
#a288ca5d9ca9f66 > .tab-nav li.uk-active a,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a288ca5d9ca9f66 > .tab-wrap > div > .tab-nav li:last-child a,
#a288ca5d9ca9f66 > .tab-nav li:last-child a,
#a288ca5d9ca9f66 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a288ca5d9ca9f66 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a288ca5d9ca9f66 .layout-left li,
#a288ca5d9ca9f66 .layout-center li,
#a288ca5d9ca9f66 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a288ca5d9ca9f66 .layout-left li a,
#a288ca5d9ca9f66 .layout-center li a,
#a288ca5d9ca9f66 .layout-right li a {
  height: 100%;
}
#a288ca5d9ca9f66 > .tab-tabs .layout-left {
  text-align: left;
}
#a288ca5d9ca9f66 > .tab-tabs .layout-center {
  text-align: center;
}
#a288ca5d9ca9f66 > .tab-tabs .layout-right {
  text-align: right;
}
#a288ca5d9ca9f66 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a288ca5d9ca9f66 .tab-content-wrap {
  background-color: #ffffff;
}
#a288ca5d9ca9f66 .tab-contents,
#a288ca5d9ca9f66 .tab-contents-wrap {
  pointer-events: none;
}
#a288ca5d9ca9f66 .tab-content,
#a288ca5d9ca9f66 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a288ca5d9ca9f66 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a288ca5d9ca9f66 .tab-wrap .tab-contents {
  height: 100%;
}
#a288ca5d9ca9f66 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a288ca5d9ca9f66 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a288ca5d9ca9f66 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a37e7a2fabaaef7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a2472a4089a2b23 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a37e7a2fabaaef7 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a37e7a2fabaaef7 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#add3aa12e9a3e20 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#adf8aaa008a107b {
  overflow: hidden;
  pointer-events: none;
}
#adf8aaa008a107b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#adf8aaa008a107b > .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;
}
#adf8aaa008a107b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adf8aaa008a107b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#adf8aaa008a107b > .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;
}
#adf8aaa008a107b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav,
#adf8aaa008a107b > .tab-nav,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav,
#adf8aaa008a107b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav-horizontal,
#adf8aaa008a107b > .tab-nav-horizontal,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#adf8aaa008a107b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adf8aaa008a107b > .tab-nav-horizontal::-webkit-scrollbar,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adf8aaa008a107b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adf8aaa008a107b > .tab-nav-horizontal.tagScroll,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adf8aaa008a107b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adf8aaa008a107b > .tab-nav-horizontal.tagScroll li a,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adf8aaa008a107b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav a,
#adf8aaa008a107b > .tab-nav a,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#adf8aaa008a107b > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav li a,
#adf8aaa008a107b > .tab-nav li a,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#adf8aaa008a107b > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav li a svg,
#adf8aaa008a107b > .tab-nav li a svg,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#adf8aaa008a107b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav li a .ap_icon,
#adf8aaa008a107b > .tab-nav li a .ap_icon,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#adf8aaa008a107b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav li a:hover,
#adf8aaa008a107b > .tab-nav li a:hover,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#adf8aaa008a107b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav li.uk-active a,
#adf8aaa008a107b > .tab-nav li.uk-active a,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#adf8aaa008a107b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#adf8aaa008a107b > .tab-wrap > div > .tab-nav li:last-child a,
#adf8aaa008a107b > .tab-nav li:last-child a,
#adf8aaa008a107b > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#adf8aaa008a107b > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#adf8aaa008a107b .layout-left li,
#adf8aaa008a107b .layout-center li,
#adf8aaa008a107b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#adf8aaa008a107b .layout-left li a,
#adf8aaa008a107b .layout-center li a,
#adf8aaa008a107b .layout-right li a {
  height: 100%;
}
#adf8aaa008a107b > .tab-tabs .layout-left {
  text-align: left;
}
#adf8aaa008a107b > .tab-tabs .layout-center {
  text-align: center;
}
#adf8aaa008a107b > .tab-tabs .layout-right {
  text-align: right;
}
#adf8aaa008a107b .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#adf8aaa008a107b .tab-content-wrap {
  background-color: #ffffff;
}
#adf8aaa008a107b .tab-contents,
#adf8aaa008a107b .tab-contents-wrap {
  pointer-events: none;
}
#adf8aaa008a107b .tab-content,
#adf8aaa008a107b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#adf8aaa008a107b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#adf8aaa008a107b .tab-wrap .tab-contents {
  height: 100%;
}
#adf8aaa008a107b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#adf8aaa008a107b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#adf8aaa008a107b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#abce8a28d2a441e .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#abce8a28d2a441e .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a9220a8cd5af42d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a3fb9a3809aefd2 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a9220a8cd5af42d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a9220a8cd5af42d [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3e19a7b3aac335 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a26c2ad49aa2834 {
  overflow: hidden;
  pointer-events: none;
}
#a26c2ad49aa2834 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a26c2ad49aa2834 > .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;
}
#a26c2ad49aa2834 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a26c2ad49aa2834 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a26c2ad49aa2834 > .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;
}
#a26c2ad49aa2834 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav,
#a26c2ad49aa2834 > .tab-nav,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav-horizontal,
#a26c2ad49aa2834 > .tab-nav-horizontal,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a26c2ad49aa2834 > .tab-nav-horizontal::-webkit-scrollbar,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a26c2ad49aa2834 > .tab-nav-horizontal.tagScroll,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a26c2ad49aa2834 > .tab-nav-horizontal.tagScroll li a,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav a,
#a26c2ad49aa2834 > .tab-nav a,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav li a,
#a26c2ad49aa2834 > .tab-nav li a,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav li a svg,
#a26c2ad49aa2834 > .tab-nav li a svg,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a26c2ad49aa2834 > .tab-nav li a .ap_icon,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav li a:hover,
#a26c2ad49aa2834 > .tab-nav li a:hover,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav li.uk-active a,
#a26c2ad49aa2834 > .tab-nav li.uk-active a,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a26c2ad49aa2834 > .tab-wrap > div > .tab-nav li:last-child a,
#a26c2ad49aa2834 > .tab-nav li:last-child a,
#a26c2ad49aa2834 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a26c2ad49aa2834 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a26c2ad49aa2834 .layout-left li,
#a26c2ad49aa2834 .layout-center li,
#a26c2ad49aa2834 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a26c2ad49aa2834 .layout-left li a,
#a26c2ad49aa2834 .layout-center li a,
#a26c2ad49aa2834 .layout-right li a {
  height: 100%;
}
#a26c2ad49aa2834 > .tab-tabs .layout-left {
  text-align: left;
}
#a26c2ad49aa2834 > .tab-tabs .layout-center {
  text-align: center;
}
#a26c2ad49aa2834 > .tab-tabs .layout-right {
  text-align: right;
}
#a26c2ad49aa2834 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a26c2ad49aa2834 .tab-content-wrap {
  background-color: #ffffff;
}
#a26c2ad49aa2834 .tab-contents,
#a26c2ad49aa2834 .tab-contents-wrap {
  pointer-events: none;
}
#a26c2ad49aa2834 .tab-content,
#a26c2ad49aa2834 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a26c2ad49aa2834 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a26c2ad49aa2834 .tab-wrap .tab-contents {
  height: 100%;
}
#a26c2ad49aa2834 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a26c2ad49aa2834 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a26c2ad49aa2834 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ab6b4a907aa16b8 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab6b4a907aa16b8 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6f62a580baf3aa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a307eaabada7b09 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a6f62a580baf3aa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a6f62a580baf3aa [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aadc0a9345a60d5 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#aadc0a9345a60d5 * {color: #4a4a4a }
                            #aadc0a9345a60d5 .line{border-color: #4a4a4a }#aadc0a9345a60d5  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a1580a649da2afb > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#a1580a649da2afb * {color: #4a4a4a }
                            #a1580a649da2afb .line{border-color: #4a4a4a }#a1580a649da2afb  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a85a9a7819a7936 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ad7a9abd87aa372 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a85a9a7819a7936 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a85a9a7819a7936 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfca231aa4b87 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0262ab809aafb8 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a8dfca231aa4b87 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a8dfca231aa4b87 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a868fa9d12a7d39 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7db3a6faaa0c94 {
  overflow: hidden;
  pointer-events: none;
}
#a7db3a6faaa0c94 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7db3a6faaa0c94 > .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;
}
#a7db3a6faaa0c94 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7db3a6faaa0c94 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7db3a6faaa0c94 > .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;
}
#a7db3a6faaa0c94 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav,
#a7db3a6faaa0c94 > .tab-nav,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav-horizontal,
#a7db3a6faaa0c94 > .tab-nav-horizontal,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7db3a6faaa0c94 > .tab-nav-horizontal::-webkit-scrollbar,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7db3a6faaa0c94 > .tab-nav-horizontal.tagScroll,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7db3a6faaa0c94 > .tab-nav-horizontal.tagScroll li a,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav a,
#a7db3a6faaa0c94 > .tab-nav a,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav li a,
#a7db3a6faaa0c94 > .tab-nav li a,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav li a svg,
#a7db3a6faaa0c94 > .tab-nav li a svg,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7db3a6faaa0c94 > .tab-nav li a .ap_icon,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav li a:hover,
#a7db3a6faaa0c94 > .tab-nav li a:hover,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7db3a6faaa0c94 > .tab-nav li.uk-active a,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7db3a6faaa0c94 > .tab-wrap > div > .tab-nav li:last-child a,
#a7db3a6faaa0c94 > .tab-nav li:last-child a,
#a7db3a6faaa0c94 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a7db3a6faaa0c94 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a7db3a6faaa0c94 .layout-left li,
#a7db3a6faaa0c94 .layout-center li,
#a7db3a6faaa0c94 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7db3a6faaa0c94 .layout-left li a,
#a7db3a6faaa0c94 .layout-center li a,
#a7db3a6faaa0c94 .layout-right li a {
  height: 100%;
}
#a7db3a6faaa0c94 > .tab-tabs .layout-left {
  text-align: left;
}
#a7db3a6faaa0c94 > .tab-tabs .layout-center {
  text-align: center;
}
#a7db3a6faaa0c94 > .tab-tabs .layout-right {
  text-align: right;
}
#a7db3a6faaa0c94 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a7db3a6faaa0c94 .tab-content-wrap {
  background-color: #ffffff;
}
#a7db3a6faaa0c94 .tab-contents,
#a7db3a6faaa0c94 .tab-contents-wrap {
  pointer-events: none;
}
#a7db3a6faaa0c94 .tab-content,
#a7db3a6faaa0c94 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7db3a6faaa0c94 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7db3a6faaa0c94 .tab-wrap .tab-contents {
  height: 100%;
}
#a7db3a6faaa0c94 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7db3a6faaa0c94 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7db3a6faaa0c94 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8681ad331afe80 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a8681ad331afe80 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0683ab042acf78 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a90b3a2150ad16c .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a0683ab042acf78 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a0683ab042acf78 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5f1aa46e4ac4ce .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a64b6a9d87a3f63 {
  overflow: hidden;
  pointer-events: none;
}
#a64b6a9d87a3f63 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a64b6a9d87a3f63 > .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;
}
#a64b6a9d87a3f63 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a64b6a9d87a3f63 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a64b6a9d87a3f63 > .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;
}
#a64b6a9d87a3f63 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav,
#a64b6a9d87a3f63 > .tab-nav,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav-horizontal,
#a64b6a9d87a3f63 > .tab-nav-horizontal,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a64b6a9d87a3f63 > .tab-nav-horizontal::-webkit-scrollbar,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a64b6a9d87a3f63 > .tab-nav-horizontal.tagScroll,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a64b6a9d87a3f63 > .tab-nav-horizontal.tagScroll li a,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav a,
#a64b6a9d87a3f63 > .tab-nav a,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav li a,
#a64b6a9d87a3f63 > .tab-nav li a,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav li a svg,
#a64b6a9d87a3f63 > .tab-nav li a svg,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a64b6a9d87a3f63 > .tab-nav li a .ap_icon,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav li a:hover,
#a64b6a9d87a3f63 > .tab-nav li a:hover,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav li.uk-active a,
#a64b6a9d87a3f63 > .tab-nav li.uk-active a,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a64b6a9d87a3f63 > .tab-wrap > div > .tab-nav li:last-child a,
#a64b6a9d87a3f63 > .tab-nav li:last-child a,
#a64b6a9d87a3f63 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a64b6a9d87a3f63 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a64b6a9d87a3f63 .layout-left li,
#a64b6a9d87a3f63 .layout-center li,
#a64b6a9d87a3f63 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a64b6a9d87a3f63 .layout-left li a,
#a64b6a9d87a3f63 .layout-center li a,
#a64b6a9d87a3f63 .layout-right li a {
  height: 100%;
}
#a64b6a9d87a3f63 > .tab-tabs .layout-left {
  text-align: left;
}
#a64b6a9d87a3f63 > .tab-tabs .layout-center {
  text-align: center;
}
#a64b6a9d87a3f63 > .tab-tabs .layout-right {
  text-align: right;
}
#a64b6a9d87a3f63 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a64b6a9d87a3f63 .tab-content-wrap {
  background-color: #ffffff;
}
#a64b6a9d87a3f63 .tab-contents,
#a64b6a9d87a3f63 .tab-contents-wrap {
  pointer-events: none;
}
#a64b6a9d87a3f63 .tab-content,
#a64b6a9d87a3f63 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a64b6a9d87a3f63 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a64b6a9d87a3f63 .tab-wrap .tab-contents {
  height: 100%;
}
#a64b6a9d87a3f63 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a64b6a9d87a3f63 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a64b6a9d87a3f63 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acfc9a02eaa7f0b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ab843ad2baa3775 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#acfc9a02eaa7f0b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#acfc9a02eaa7f0b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ad6c7a9d46a3886 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#ad6c7a9d46a3886 * {color: #4a4a4a }
                            #ad6c7a9d46a3886 .line{border-color: #4a4a4a }#ad6c7a9d46a3886  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aec9aaec39a28c5 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#aec9aaec39a28c5 * {color: #4a4a4a }
                            #aec9aaec39a28c5 .line{border-color: #4a4a4a }#aec9aaec39a28c5  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#af01dac781a9575 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#af01dac781a9575 * {color: #4a4a4a }
                            #af01dac781a9575 .line{border-color: #4a4a4a }#af01dac781a9575  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a1f9dadb3fa475e > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#a1f9dadb3fa475e * {color: #4a4a4a }
                            #a1f9dadb3fa475e .line{border-color: #4a4a4a }#a1f9dadb3fa475e  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0dd5aeacca23c9 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#a0dd5aeacca23c9 * {color: #4a4a4a }
                            #a0dd5aeacca23c9 .line{border-color: #4a4a4a }#a0dd5aeacca23c9  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0ac8a169ba1fd7 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#a0ac8a169ba1fd7 * {color: #4a4a4a }
                            #a0ac8a169ba1fd7 .line{border-color: #4a4a4a }#a0ac8a169ba1fd7  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ac7bba4d4bae571 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#ac7bba4d4bae571 * {color: #4a4a4a }
                            #ac7bba4d4bae571 .line{border-color: #4a4a4a }#ac7bba4d4bae571  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ab584a6fbba3858 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#ab584a6fbba3858 * {color: #4a4a4a }
                            #ab584a6fbba3858 .line{border-color: #4a4a4a }#ab584a6fbba3858  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a4e99ac0eca4dae > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 4px 3px rgba(193, 201, 209, 1);}#a4e99ac0eca4dae * {color: #4a4a4a }
                            #a4e99ac0eca4dae .line{border-color: #4a4a4a }#a4e99ac0eca4dae  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7f90aa977ac41a > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#a7f90aa977ac41a * {color: #4a4a4a }
                            #a7f90aa977ac41a .line{border-color: #4a4a4a }#a7f90aa977ac41a  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aa21aa5b3fa7390 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                undefined);
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a4a4a;box-shadow: 4px 4px 7px 3px rgba(193, 201, 209, 1);}#aa21aa5b3fa7390 * {color: #4a4a4a }
                            #aa21aa5b3fa7390 .line{border-color: #4a4a4a }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a9899aa13eacc8d {background-color: rgba(0,0,0,0.7);}#a9899aa13eacc8d > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#acff1ad5a5a984d .ele-wrap {color: #fff;font-size: 18px;background-color: #0095eb;border-radius: 5px;justify-content: center;border-style: solid;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acfc9a02eaa7f0b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aeee5ab6f2a3fa1 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#acfc9a02eaa7f0b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#acfc9a02eaa7f0b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7979a11d8abd16:hover, #a7979a11d8abd16 a:hover {color: rgba(74, 144, 226, 1);}#ab2baaeefbaad3a:hover, #ab2baaeefbaad3a a:hover {color: rgba(80, 227, 194, 1);}#a44e0a3250aa1b9:hover, #a44e0a3250aa1b9 a:hover {color: rgba(80, 227, 194, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aba8ca4b82ae71a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7e74a3448a3df7 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#aba8ca4b82ae71a [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#aba8ca4b82ae71a [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ae29da0ecda8d62 .uk-form .form-submit-btn {
  width: 340px;
}
#ae29da0ecda8d62 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae29da0ecda8d62 .submit-wrap {
  text-align: center;
}
#ae29da0ecda8d62 .submit-wrap button {
  background-color: #6ec0ee;
}
#ae29da0ecda8d62 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae29da0ecda8d62 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae29da0ecda8d62 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#ae29da0ecda8d62 .form-item .uk-input,
#ae29da0ecda8d62 .form-item .uk-select,
#ae29da0ecda8d62 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 8px;
}
#ae29da0ecda8d62 .form-item .auto-height {
  height: auto;
}
#ae29da0ecda8d62 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ae29da0ecda8d62 .form-item .send-code {
  bottom: 0px;
}
#ae29da0ecda8d62 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#ae29da0ecda8d62 .uk-form-label,
#ae29da0ecda8d62 .form-agree,
#ae29da0ecda8d62 .uk-h3,
#ae29da0ecda8d62 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#ae29da0ecda8d62 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ae29da0ecda8d62 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a5b7da6e2da3fba > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aeb54abfa5a4e53 .uk-form .form-submit-btn {
  width: 340px;
}
#aeb54abfa5a4e53 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#aeb54abfa5a4e53 .submit-wrap {
  text-align: center;
}
#aeb54abfa5a4e53 .submit-wrap button {
  background-color: #a167a8;
}
#aeb54abfa5a4e53 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#aeb54abfa5a4e53 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aeb54abfa5a4e53 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#aeb54abfa5a4e53 .form-item .uk-input,
#aeb54abfa5a4e53 .form-item .uk-select,
#aeb54abfa5a4e53 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 8px;
}
#aeb54abfa5a4e53 .form-item .auto-height {
  height: auto;
}
#aeb54abfa5a4e53 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#aeb54abfa5a4e53 .form-item .send-code {
  bottom: 0px;
}
#aeb54abfa5a4e53 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#aeb54abfa5a4e53 .uk-form-label,
#aeb54abfa5a4e53 .form-agree,
#aeb54abfa5a4e53 .uk-h3,
#aeb54abfa5a4e53 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#aeb54abfa5a4e53 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aeb54abfa5a4e53 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a490ca0699a36a6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a81bea42d3a1c83 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a490ca0699a36a6 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a490ca0699a36a6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa12da124eae318 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aab27a1655a809d {
  overflow: hidden;
  pointer-events: none;
}
#aab27a1655a809d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aab27a1655a809d > .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;
}
#aab27a1655a809d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aab27a1655a809d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aab27a1655a809d > .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;
}
#aab27a1655a809d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav,
#aab27a1655a809d > .tab-nav,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav,
#aab27a1655a809d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav-horizontal,
#aab27a1655a809d > .tab-nav-horizontal,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aab27a1655a809d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aab27a1655a809d > .tab-nav-horizontal::-webkit-scrollbar,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aab27a1655a809d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aab27a1655a809d > .tab-nav-horizontal.tagScroll,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aab27a1655a809d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aab27a1655a809d > .tab-nav-horizontal.tagScroll li a,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aab27a1655a809d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav a,
#aab27a1655a809d > .tab-nav a,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aab27a1655a809d > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav li a,
#aab27a1655a809d > .tab-nav li a,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aab27a1655a809d > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav li a svg,
#aab27a1655a809d > .tab-nav li a svg,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aab27a1655a809d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav li a .ap_icon,
#aab27a1655a809d > .tab-nav li a .ap_icon,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aab27a1655a809d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav li a:hover,
#aab27a1655a809d > .tab-nav li a:hover,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aab27a1655a809d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav li.uk-active a,
#aab27a1655a809d > .tab-nav li.uk-active a,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aab27a1655a809d > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aab27a1655a809d > .tab-wrap > div > .tab-nav li:last-child a,
#aab27a1655a809d > .tab-nav li:last-child a,
#aab27a1655a809d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#aab27a1655a809d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#aab27a1655a809d .layout-left li,
#aab27a1655a809d .layout-center li,
#aab27a1655a809d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aab27a1655a809d .layout-left li a,
#aab27a1655a809d .layout-center li a,
#aab27a1655a809d .layout-right li a {
  height: 100%;
}
#aab27a1655a809d > .tab-tabs .layout-left {
  text-align: left;
}
#aab27a1655a809d > .tab-tabs .layout-center {
  text-align: center;
}
#aab27a1655a809d > .tab-tabs .layout-right {
  text-align: right;
}
#aab27a1655a809d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#aab27a1655a809d .tab-content-wrap {
  background-color: #ffffff;
}
#aab27a1655a809d .tab-contents,
#aab27a1655a809d .tab-contents-wrap {
  pointer-events: none;
}
#aab27a1655a809d .tab-content,
#aab27a1655a809d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aab27a1655a809d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aab27a1655a809d .tab-wrap .tab-contents {
  height: 100%;
}
#aab27a1655a809d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aab27a1655a809d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aab27a1655a809d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ab7edaa282a0058 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab7edaa282a0058 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ac54da6fffabf24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0077ad87ea5ff9 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#ac54da6fffabf24 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#ac54da6fffabf24 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1390aee8aabd97 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a6b7ca8703ae459 , #a6b7ca8703ae459 a{color: rgba(74, 144, 226, 1);}#a6b7ca8703ae459:hover, #a6b7ca8703ae459 a:hover {color: rgba(0, 0, 0, 1);}#ab4faa3f7aa5084 , #ab4faa3f7aa5084 a{color: rgba(74, 144, 226, 1);}#ab4faa3f7aa5084:hover, #ab4faa3f7aa5084 a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ac25bab9bca2ac2 {
  overflow: hidden;
  pointer-events: none;
}
#ac25bab9bca2ac2 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac25bab9bca2ac2 > .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;
}
#ac25bab9bca2ac2 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac25bab9bca2ac2 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac25bab9bca2ac2 > .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;
}
#ac25bab9bca2ac2 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav,
#ac25bab9bca2ac2 > .tab-nav,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav-horizontal,
#ac25bab9bca2ac2 > .tab-nav-horizontal,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac25bab9bca2ac2 > .tab-nav-horizontal::-webkit-scrollbar,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac25bab9bca2ac2 > .tab-nav-horizontal.tagScroll,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac25bab9bca2ac2 > .tab-nav-horizontal.tagScroll li a,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav a,
#ac25bab9bca2ac2 > .tab-nav a,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav li a,
#ac25bab9bca2ac2 > .tab-nav li a,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav li a svg,
#ac25bab9bca2ac2 > .tab-nav li a svg,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac25bab9bca2ac2 > .tab-nav li a .ap_icon,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav li a:hover,
#ac25bab9bca2ac2 > .tab-nav li a:hover,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac25bab9bca2ac2 > .tab-nav li.uk-active a,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac25bab9bca2ac2 > .tab-wrap > div > .tab-nav li:last-child a,
#ac25bab9bca2ac2 > .tab-nav li:last-child a,
#ac25bab9bca2ac2 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ac25bab9bca2ac2 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ac25bab9bca2ac2 .layout-left li,
#ac25bab9bca2ac2 .layout-center li,
#ac25bab9bca2ac2 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac25bab9bca2ac2 .layout-left li a,
#ac25bab9bca2ac2 .layout-center li a,
#ac25bab9bca2ac2 .layout-right li a {
  height: 100%;
}
#ac25bab9bca2ac2 > .tab-tabs .layout-left {
  text-align: left;
}
#ac25bab9bca2ac2 > .tab-tabs .layout-center {
  text-align: center;
}
#ac25bab9bca2ac2 > .tab-tabs .layout-right {
  text-align: right;
}
#ac25bab9bca2ac2 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ac25bab9bca2ac2 .tab-content-wrap {
  background-color: #ffffff;
}
#ac25bab9bca2ac2 .tab-contents,
#ac25bab9bca2ac2 .tab-contents-wrap {
  pointer-events: none;
}
#ac25bab9bca2ac2 .tab-content,
#ac25bab9bca2ac2 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac25bab9bca2ac2 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac25bab9bca2ac2 .tab-wrap .tab-contents {
  height: 100%;
}
#ac25bab9bca2ac2 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac25bab9bca2ac2 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac25bab9bca2ac2 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6cc7a808ba49db .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a6cc7a808ba49db .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ad3cda2430a2d86 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aa0bcad87ba55d5 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#ad3cda2430a2d86 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#ad3cda2430a2d86 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5c2da6006a10a3 > .ele-wrap {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 4px 4px 4px 2px rgba(155, 155, 155, 1);}#a5c2da6006a10a3  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a15f8abf0fa6e87 > .ele-wrap {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);}#a15f8abf0fa6e87  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7b11a3691a6644 > .ele-wrap {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);}#a7b11a3691a6644  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ac648a8f3fae489 > .ele-wrap {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);}#ac648a8f3fae489  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a945ead298acd64 > .ele-wrap {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);}#a945ead298acd64  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aab0fa4b34a7897 > .ele-wrap {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);}#aab0fa4b34a7897  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a32c8a89d2a1107 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);}#a32c8a89d2a1107  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#afd6fa46c7a51dd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);}#afd6fa46c7a51dd  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a4286a4e54ad28b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);}#a4286a4e54ad28b  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aa3fca68faa95f3 > .ele-wrap {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(255, 255, 255, 1));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);}#aa3fca68faa95f3  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0d99a6feaa1240 , #a0d99a6feaa1240 a{color: rgba(0, 30, 240, 1);}#a0d99a6feaa1240:hover, #a0d99a6feaa1240 a:hover {color: rgba(0, 0, 0, 1);}#a1cf9ad62fa19c7 , #a1cf9ad62fa19c7 a{color: rgba(0, 30, 240, 1);}#a1cf9ad62fa19c7:hover, #a1cf9ad62fa19c7 a:hover {color: rgba(0, 0, 0, 1);}#a0c31a69dba4756 , #a0c31a69dba4756 a{color: rgba(0, 30, 236, 1);}#a0c31a69dba4756:hover, #a0c31a69dba4756 a:hover {color: rgba(0, 0, 0, 1);}#ab00faf32ca4b6b , #ab00faf32ca4b6b a{color: rgba(0, 30, 236, 1);}#ab00faf32ca4b6b:hover, #ab00faf32ca4b6b a:hover {color: rgba(0, 0, 0, 1);}#a0e72a802aac82c , #a0e72a802aac82c a{color: rgba(0, 30, 236, 1);}#a0e72a802aac82c:hover, #a0e72a802aac82c a:hover {color: rgba(0, 0, 0, 1);}#aea8ea9c38adf6c , #aea8ea9c38adf6c a{color: rgba(0, 30, 236, 1);}#aea8ea9c38adf6c:hover, #aea8ea9c38adf6c a:hover {color: rgba(0, 0, 0, 1);}#a1de7af4ffae318 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);color: #ffffff;}#a1de7af4ffae318 * {color: #ffffff }
                            #a1de7af4ffae318 .line{border-color: #ffffff }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a1041a02cfa82d8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a5209aeaefa9802 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 4px 4px 5px 2px rgba(155, 155, 155, 1);}#a5209aeaefa9802  > .ele-wrap:hover {border-left-width: 2px;border-left-color: #ffc462;border-right-color: #ffc462;border-bottom-color: #ffc462;border-top-color: #ffc462;border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6e6caa06da639a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6b6dae02fafaf0 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a6e6caa06da639a [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a6e6caa06da639a [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a3b5fa8836a9956 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a016ca662da7613 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a3b5fa8836a9956 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a3b5fa8836a9956 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a2480a2fe0a4608 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px rgba(74, 144, 226, 0.52);
}
#afe51a9a23ae1a2:hover, #afe51a9a23ae1a2 a:hover {color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aaffca02b5af769 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px rgba(74, 144, 226, 0.52);
}
#aaec2af08fa638a:hover, #aaec2af08fa638a a:hover {color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aefa7adc17af9a9 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px rgba(74, 144, 226, 0.52);
}
#a218aa7604a6473:hover, #a218aa7604a6473 a:hover {color: rgba(74, 144, 226, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a443aa09c7a7ec1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a14e4ada4dac113 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a443aa09c7a7ec1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a443aa09c7a7ec1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af7e9a7a40a7bee .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a89fdac459a350a {
  overflow: hidden;
  pointer-events: none;
}
#a89fdac459a350a > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a89fdac459a350a > .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;
}
#a89fdac459a350a > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a89fdac459a350a > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a89fdac459a350a > .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;
}
#a89fdac459a350a > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav,
#a89fdac459a350a > .tab-nav,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav,
#a89fdac459a350a > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav-horizontal,
#a89fdac459a350a > .tab-nav-horizontal,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a89fdac459a350a > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a89fdac459a350a > .tab-nav-horizontal::-webkit-scrollbar,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a89fdac459a350a > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a89fdac459a350a > .tab-nav-horizontal.tagScroll,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a89fdac459a350a > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a89fdac459a350a > .tab-nav-horizontal.tagScroll li a,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a89fdac459a350a > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav a,
#a89fdac459a350a > .tab-nav a,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a89fdac459a350a > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav li a,
#a89fdac459a350a > .tab-nav li a,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a89fdac459a350a > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav li a svg,
#a89fdac459a350a > .tab-nav li a svg,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a89fdac459a350a > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav li a .ap_icon,
#a89fdac459a350a > .tab-nav li a .ap_icon,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a89fdac459a350a > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav li a:hover,
#a89fdac459a350a > .tab-nav li a:hover,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a89fdac459a350a > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav li.uk-active a,
#a89fdac459a350a > .tab-nav li.uk-active a,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a89fdac459a350a > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a89fdac459a350a > .tab-wrap > div > .tab-nav li:last-child a,
#a89fdac459a350a > .tab-nav li:last-child a,
#a89fdac459a350a > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a89fdac459a350a > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a89fdac459a350a .layout-left li,
#a89fdac459a350a .layout-center li,
#a89fdac459a350a .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a89fdac459a350a .layout-left li a,
#a89fdac459a350a .layout-center li a,
#a89fdac459a350a .layout-right li a {
  height: 100%;
}
#a89fdac459a350a > .tab-tabs .layout-left {
  text-align: left;
}
#a89fdac459a350a > .tab-tabs .layout-center {
  text-align: center;
}
#a89fdac459a350a > .tab-tabs .layout-right {
  text-align: right;
}
#a89fdac459a350a .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a89fdac459a350a .tab-content-wrap {
  background-color: #ffffff;
}
#a89fdac459a350a .tab-contents,
#a89fdac459a350a .tab-contents-wrap {
  pointer-events: none;
}
#a89fdac459a350a .tab-content,
#a89fdac459a350a .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a89fdac459a350a .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a89fdac459a350a .tab-wrap .tab-contents {
  height: 100%;
}
#a89fdac459a350a .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a89fdac459a350a .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a89fdac459a350a .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0ce5a7759ae830 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0ce5a7759ae830 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8d24a9071a3d00 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7b96afdb7ab858 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a8d24a9071a3d00 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a8d24a9071a3d00 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4fffaeedfa54f5 , #a4fffaeedfa54f5 a{color: rgba(74, 144, 226, 1);}#a4fffaeedfa54f5:hover, #a4fffaeedfa54f5 a:hover {color: rgba(0, 0, 0, 1);}#adebfae3aea4a5d , #adebfae3aea4a5d a{color: rgba(74, 144, 226, 1);}#adebfae3aea4a5d:hover, #adebfae3aea4a5d a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7d31a1bc5ac4ef {
  overflow: hidden;
  pointer-events: none;
}
#a7d31a1bc5ac4ef > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7d31a1bc5ac4ef > .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;
}
#a7d31a1bc5ac4ef > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7d31a1bc5ac4ef > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7d31a1bc5ac4ef > .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;
}
#a7d31a1bc5ac4ef > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav,
#a7d31a1bc5ac4ef > .tab-nav,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav-horizontal,
#a7d31a1bc5ac4ef > .tab-nav-horizontal,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7d31a1bc5ac4ef > .tab-nav-horizontal::-webkit-scrollbar,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7d31a1bc5ac4ef > .tab-nav-horizontal.tagScroll,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7d31a1bc5ac4ef > .tab-nav-horizontal.tagScroll li a,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav a,
#a7d31a1bc5ac4ef > .tab-nav a,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav li a,
#a7d31a1bc5ac4ef > .tab-nav li a,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav li a svg,
#a7d31a1bc5ac4ef > .tab-nav li a svg,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7d31a1bc5ac4ef > .tab-nav li a .ap_icon,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav li a:hover,
#a7d31a1bc5ac4ef > .tab-nav li a:hover,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav li.uk-active a,
#a7d31a1bc5ac4ef > .tab-nav li.uk-active a,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7d31a1bc5ac4ef > .tab-wrap > div > .tab-nav li:last-child a,
#a7d31a1bc5ac4ef > .tab-nav li:last-child a,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a7d31a1bc5ac4ef > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a7d31a1bc5ac4ef .layout-left li,
#a7d31a1bc5ac4ef .layout-center li,
#a7d31a1bc5ac4ef .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7d31a1bc5ac4ef .layout-left li a,
#a7d31a1bc5ac4ef .layout-center li a,
#a7d31a1bc5ac4ef .layout-right li a {
  height: 100%;
}
#a7d31a1bc5ac4ef > .tab-tabs .layout-left {
  text-align: left;
}
#a7d31a1bc5ac4ef > .tab-tabs .layout-center {
  text-align: center;
}
#a7d31a1bc5ac4ef > .tab-tabs .layout-right {
  text-align: right;
}
#a7d31a1bc5ac4ef .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a7d31a1bc5ac4ef .tab-content-wrap {
  background-color: #ffffff;
}
#a7d31a1bc5ac4ef .tab-contents,
#a7d31a1bc5ac4ef .tab-contents-wrap {
  pointer-events: none;
}
#a7d31a1bc5ac4ef .tab-content,
#a7d31a1bc5ac4ef .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7d31a1bc5ac4ef .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7d31a1bc5ac4ef .tab-wrap .tab-contents {
  height: 100%;
}
#a7d31a1bc5ac4ef .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7d31a1bc5ac4ef .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7d31a1bc5ac4ef .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a3aa0a879fa1d89 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3aa0a879fa1d89 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0e96a7e75ad495 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#af999a3929a5b10 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a0e96a7e75ad495 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e96a7e75ad495 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a53e4a73dcac221 .uk-form .form-submit-btn {
  width: 340px;
}
#a53e4a73dcac221 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a53e4a73dcac221 .submit-wrap {
  text-align: center;
}
#a53e4a73dcac221 .submit-wrap button {
  background-color: #6ec0ee;
}
#a53e4a73dcac221 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a53e4a73dcac221 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a53e4a73dcac221 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a53e4a73dcac221 .form-item .uk-input,
#a53e4a73dcac221 .form-item .uk-select,
#a53e4a73dcac221 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 8px;
}
#a53e4a73dcac221 .form-item .auto-height {
  height: auto;
}
#a53e4a73dcac221 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a53e4a73dcac221 .form-item .send-code {
  bottom: 0px;
}
#a53e4a73dcac221 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a53e4a73dcac221 .uk-form-label,
#a53e4a73dcac221 .form-agree,
#a53e4a73dcac221 .uk-h3,
#a53e4a73dcac221 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a53e4a73dcac221 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a53e4a73dcac221 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a1cb7a91afa5cb2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a46afa7fecab199 .uk-form .form-submit-btn {
  width: 340px;
}
#a46afa7fecab199 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a46afa7fecab199 .submit-wrap {
  text-align: center;
}
#a46afa7fecab199 .submit-wrap button {
  background-color: #a167a8;
}
#a46afa7fecab199 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a46afa7fecab199 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a46afa7fecab199 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a46afa7fecab199 .form-item .uk-input,
#a46afa7fecab199 .form-item .uk-select,
#a46afa7fecab199 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 8px;
}
#a46afa7fecab199 .form-item .auto-height {
  height: auto;
}
#a46afa7fecab199 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a46afa7fecab199 .form-item .send-code {
  bottom: 0px;
}
#a46afa7fecab199 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a46afa7fecab199 .uk-form-label,
#a46afa7fecab199 .form-agree,
#a46afa7fecab199 .uk-h3,
#a46afa7fecab199 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a46afa7fecab199 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a46afa7fecab199 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a2a06a23eeacd72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a5c8bada09afcf4 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a2a06a23eeacd72 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a2a06a23eeacd72 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8d24aba78a2eb8 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#abb5da118bae7cc {
  overflow: hidden;
  pointer-events: none;
}
#abb5da118bae7cc > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abb5da118bae7cc > .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;
}
#abb5da118bae7cc > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abb5da118bae7cc > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abb5da118bae7cc > .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;
}
#abb5da118bae7cc > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav,
#abb5da118bae7cc > .tab-nav,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav,
#abb5da118bae7cc > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav-horizontal,
#abb5da118bae7cc > .tab-nav-horizontal,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abb5da118bae7cc > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abb5da118bae7cc > .tab-nav-horizontal::-webkit-scrollbar,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abb5da118bae7cc > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abb5da118bae7cc > .tab-nav-horizontal.tagScroll,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abb5da118bae7cc > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abb5da118bae7cc > .tab-nav-horizontal.tagScroll li a,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abb5da118bae7cc > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav a,
#abb5da118bae7cc > .tab-nav a,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abb5da118bae7cc > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav li a,
#abb5da118bae7cc > .tab-nav li a,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abb5da118bae7cc > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav li a svg,
#abb5da118bae7cc > .tab-nav li a svg,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abb5da118bae7cc > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav li a .ap_icon,
#abb5da118bae7cc > .tab-nav li a .ap_icon,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abb5da118bae7cc > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav li a:hover,
#abb5da118bae7cc > .tab-nav li a:hover,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abb5da118bae7cc > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav li.uk-active a,
#abb5da118bae7cc > .tab-nav li.uk-active a,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abb5da118bae7cc > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#abb5da118bae7cc > .tab-wrap > div > .tab-nav li:last-child a,
#abb5da118bae7cc > .tab-nav li:last-child a,
#abb5da118bae7cc > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#abb5da118bae7cc > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#abb5da118bae7cc .layout-left li,
#abb5da118bae7cc .layout-center li,
#abb5da118bae7cc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abb5da118bae7cc .layout-left li a,
#abb5da118bae7cc .layout-center li a,
#abb5da118bae7cc .layout-right li a {
  height: 100%;
}
#abb5da118bae7cc > .tab-tabs .layout-left {
  text-align: left;
}
#abb5da118bae7cc > .tab-tabs .layout-center {
  text-align: center;
}
#abb5da118bae7cc > .tab-tabs .layout-right {
  text-align: right;
}
#abb5da118bae7cc .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#abb5da118bae7cc .tab-content-wrap {
  background-color: #ffffff;
}
#abb5da118bae7cc .tab-contents,
#abb5da118bae7cc .tab-contents-wrap {
  pointer-events: none;
}
#abb5da118bae7cc .tab-content,
#abb5da118bae7cc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abb5da118bae7cc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abb5da118bae7cc .tab-wrap .tab-contents {
  height: 100%;
}
#abb5da118bae7cc .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abb5da118bae7cc .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abb5da118bae7cc .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a3589aedb7a9bf6 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3589aedb7a9bf6 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acab5a5fbcaf253 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a2b15aaac7ab503 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#acab5a5fbcaf253 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#acab5a5fbcaf253 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a526fa3ba0a00e8 , #a526fa3ba0a00e8 a{color: rgba(74, 144, 226, 1);}#a526fa3ba0a00e8:hover, #a526fa3ba0a00e8 a:hover {color: rgba(0, 0, 0, 1);}#a091ea2229af801 , #a091ea2229af801 a{color: rgba(74, 144, 226, 1);}#a091ea2229af801:hover, #a091ea2229af801 a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a822da4836ad44f {
  overflow: hidden;
  pointer-events: none;
}
#a822da4836ad44f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a822da4836ad44f > .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;
}
#a822da4836ad44f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a822da4836ad44f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a822da4836ad44f > .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;
}
#a822da4836ad44f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav,
#a822da4836ad44f > .tab-nav,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a822da4836ad44f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav-horizontal,
#a822da4836ad44f > .tab-nav-horizontal,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a822da4836ad44f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a822da4836ad44f > .tab-nav-horizontal::-webkit-scrollbar,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a822da4836ad44f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a822da4836ad44f > .tab-nav-horizontal.tagScroll,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a822da4836ad44f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a822da4836ad44f > .tab-nav-horizontal.tagScroll li a,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a822da4836ad44f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav a,
#a822da4836ad44f > .tab-nav a,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a822da4836ad44f > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav li a,
#a822da4836ad44f > .tab-nav li a,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a822da4836ad44f > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav li a svg,
#a822da4836ad44f > .tab-nav li a svg,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a822da4836ad44f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a822da4836ad44f > .tab-nav li a .ap_icon,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a822da4836ad44f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav li a:hover,
#a822da4836ad44f > .tab-nav li a:hover,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a822da4836ad44f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav li.uk-active a,
#a822da4836ad44f > .tab-nav li.uk-active a,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a822da4836ad44f > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a822da4836ad44f > .tab-wrap > div > .tab-nav li:last-child a,
#a822da4836ad44f > .tab-nav li:last-child a,
#a822da4836ad44f > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a822da4836ad44f > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a822da4836ad44f .layout-left li,
#a822da4836ad44f .layout-center li,
#a822da4836ad44f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a822da4836ad44f .layout-left li a,
#a822da4836ad44f .layout-center li a,
#a822da4836ad44f .layout-right li a {
  height: 100%;
}
#a822da4836ad44f > .tab-tabs .layout-left {
  text-align: left;
}
#a822da4836ad44f > .tab-tabs .layout-center {
  text-align: center;
}
#a822da4836ad44f > .tab-tabs .layout-right {
  text-align: right;
}
#a822da4836ad44f .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a822da4836ad44f .tab-content-wrap {
  background-color: #ffffff;
}
#a822da4836ad44f .tab-contents,
#a822da4836ad44f .tab-contents-wrap {
  pointer-events: none;
}
#a822da4836ad44f .tab-content,
#a822da4836ad44f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a822da4836ad44f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a822da4836ad44f .tab-wrap .tab-contents {
  height: 100%;
}
#a822da4836ad44f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a822da4836ad44f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a822da4836ad44f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8f3eaef67aa6d6 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a8f3eaef67aa6d6 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acfc9a02eaa7f0b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8903a27e6adaf1 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#acfc9a02eaa7f0b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#acfc9a02eaa7f0b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad42fa21f2a3777 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#ad42fa21f2a3777  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a4463a1dd6a4e29 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a4463a1dd6a4e29  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a0088a7578a60ea > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a0088a7578a60ea  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a239eaf787a8b0d > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a239eaf787a8b0d  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a917aa81ada4075 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a917aa81ada4075  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a4fe2a6e42a178a > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a4fe2a6e42a178a  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a0478ace2bab10f > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a0478ace2bab10f  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a42efa15cba5984 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a42efa15cba5984  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ad9dea654ca579e > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#ad9dea654ca579e  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#aa6eeaca0fa4c04 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#aa6eeaca0fa4c04  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a11aea9c48a93fa > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a11aea9c48a93fa  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ac900a5722af54e > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#ac900a5722af54e  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a2272a7d63aa732 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a2272a7d63aa732  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a9403a0e74a11e8 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a9403a0e74a11e8  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a568aad8f1a3aae > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a568aad8f1a3aae  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#adbe2a6b81ae6f4 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#adbe2a6b81ae6f4  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a83b4acc37a5509 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a83b4acc37a5509  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a9ce5adbf3a56e8 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a9ce5adbf3a56e8  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a2425a1238a4e03 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a2425a1238a4e03  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a5e22ade2fa1181 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a5e22ade2fa1181  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#aece4a90a9a48e3 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#aece4a90a9a48e3  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a5e87a1b08a7e8c > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a5e87a1b08a7e8c  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a338cabb08a5d95 > .ele-wrap {background-color: rgba(255, 255, 255, 0.72);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;}#a338cabb08a5d95  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a9899aa13eacc8d {background-color: rgba(0,0,0,0.7);}#a9899aa13eacc8d > .lightbox-content {background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#acff1ad5a5a984d .ele-wrap {color: #fff;font-size: 18px;background-color: #0095eb;border-radius: 5px;justify-content: center;border-style: solid;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a88b3a1660ad110 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ae8cfa975ea97bf .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a88b3a1660ad110 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a88b3a1660ad110 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2a60a9aeba44b8 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#af72ba1e35a509c {
  overflow: hidden;
  pointer-events: none;
}
#af72ba1e35a509c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#af72ba1e35a509c > .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;
}
#af72ba1e35a509c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af72ba1e35a509c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#af72ba1e35a509c > .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;
}
#af72ba1e35a509c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav,
#af72ba1e35a509c > .tab-nav,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav,
#af72ba1e35a509c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav-horizontal,
#af72ba1e35a509c > .tab-nav-horizontal,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af72ba1e35a509c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af72ba1e35a509c > .tab-nav-horizontal::-webkit-scrollbar,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af72ba1e35a509c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af72ba1e35a509c > .tab-nav-horizontal.tagScroll,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af72ba1e35a509c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af72ba1e35a509c > .tab-nav-horizontal.tagScroll li a,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af72ba1e35a509c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav a,
#af72ba1e35a509c > .tab-nav a,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af72ba1e35a509c > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav li a,
#af72ba1e35a509c > .tab-nav li a,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af72ba1e35a509c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav li a svg,
#af72ba1e35a509c > .tab-nav li a svg,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af72ba1e35a509c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav li a .ap_icon,
#af72ba1e35a509c > .tab-nav li a .ap_icon,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af72ba1e35a509c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav li a:hover,
#af72ba1e35a509c > .tab-nav li a:hover,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af72ba1e35a509c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav li.uk-active a,
#af72ba1e35a509c > .tab-nav li.uk-active a,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af72ba1e35a509c > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#af72ba1e35a509c > .tab-wrap > div > .tab-nav li:last-child a,
#af72ba1e35a509c > .tab-nav li:last-child a,
#af72ba1e35a509c > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#af72ba1e35a509c > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#af72ba1e35a509c .layout-left li,
#af72ba1e35a509c .layout-center li,
#af72ba1e35a509c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af72ba1e35a509c .layout-left li a,
#af72ba1e35a509c .layout-center li a,
#af72ba1e35a509c .layout-right li a {
  height: 100%;
}
#af72ba1e35a509c > .tab-tabs .layout-left {
  text-align: left;
}
#af72ba1e35a509c > .tab-tabs .layout-center {
  text-align: center;
}
#af72ba1e35a509c > .tab-tabs .layout-right {
  text-align: right;
}
#af72ba1e35a509c .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#af72ba1e35a509c .tab-content-wrap {
  background-color: #ffffff;
}
#af72ba1e35a509c .tab-contents,
#af72ba1e35a509c .tab-contents-wrap {
  pointer-events: none;
}
#af72ba1e35a509c .tab-content,
#af72ba1e35a509c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af72ba1e35a509c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af72ba1e35a509c .tab-wrap .tab-contents {
  height: 100%;
}
#af72ba1e35a509c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af72ba1e35a509c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af72ba1e35a509c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aefe4abdc3ad9f8 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aefe4abdc3ad9f8 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a3a8faf881a6d46 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#afca4a9ac7a948e .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a3a8faf881a6d46 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a3a8faf881a6d46 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afd24a192dad11c .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#abe76a3383a75c9 , #abe76a3383a75c9 a{color: rgba(74, 144, 226, 1);}#abe76a3383a75c9:hover, #abe76a3383a75c9 a:hover {color: rgba(0, 0, 0, 1);}#aaf78a4c17a3618 , #aaf78a4c17a3618 a{color: rgba(74, 144, 226, 1);}#aaf78a4c17a3618:hover, #aaf78a4c17a3618 a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a3429af28fae26f {
  overflow: hidden;
  pointer-events: none;
}
#a3429af28fae26f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3429af28fae26f > .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;
}
#a3429af28fae26f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3429af28fae26f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3429af28fae26f > .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;
}
#a3429af28fae26f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav,
#a3429af28fae26f > .tab-nav,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3429af28fae26f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav-horizontal,
#a3429af28fae26f > .tab-nav-horizontal,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3429af28fae26f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3429af28fae26f > .tab-nav-horizontal::-webkit-scrollbar,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3429af28fae26f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3429af28fae26f > .tab-nav-horizontal.tagScroll,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3429af28fae26f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3429af28fae26f > .tab-nav-horizontal.tagScroll li a,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3429af28fae26f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav a,
#a3429af28fae26f > .tab-nav a,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3429af28fae26f > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav li a,
#a3429af28fae26f > .tab-nav li a,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3429af28fae26f > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav li a svg,
#a3429af28fae26f > .tab-nav li a svg,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3429af28fae26f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3429af28fae26f > .tab-nav li a .ap_icon,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3429af28fae26f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav li a:hover,
#a3429af28fae26f > .tab-nav li a:hover,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3429af28fae26f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav li.uk-active a,
#a3429af28fae26f > .tab-nav li.uk-active a,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3429af28fae26f > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a3429af28fae26f > .tab-wrap > div > .tab-nav li:last-child a,
#a3429af28fae26f > .tab-nav li:last-child a,
#a3429af28fae26f > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3429af28fae26f > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3429af28fae26f .layout-left li,
#a3429af28fae26f .layout-center li,
#a3429af28fae26f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3429af28fae26f .layout-left li a,
#a3429af28fae26f .layout-center li a,
#a3429af28fae26f .layout-right li a {
  height: 100%;
}
#a3429af28fae26f > .tab-tabs .layout-left {
  text-align: left;
}
#a3429af28fae26f > .tab-tabs .layout-center {
  text-align: center;
}
#a3429af28fae26f > .tab-tabs .layout-right {
  text-align: right;
}
#a3429af28fae26f .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a3429af28fae26f .tab-content-wrap {
  background-color: #ffffff;
}
#a3429af28fae26f .tab-contents,
#a3429af28fae26f .tab-contents-wrap {
  pointer-events: none;
}
#a3429af28fae26f .tab-content,
#a3429af28fae26f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3429af28fae26f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3429af28fae26f .tab-wrap .tab-contents {
  height: 100%;
}
#a3429af28fae26f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3429af28fae26f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3429af28fae26f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a72f6a2c7da2797 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a72f6a2c7da2797 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acfc9a02eaa7f0b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a4c9cafefbaf7fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a46f9a44dca585e .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a46f9a44dca585e .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a46f9a44dca585e .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #1559a6;
  border-color: #1559a6;
}
#a46f9a44dca585e .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aeb59aa8d2a62e7 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#acfc9a02eaa7f0b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#acfc9a02eaa7f0b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7821a2a28a2739 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 8px 8px 0px rgba(4, 20, 85, 0.08);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a631ba71aba6a9f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a631ba71aba6a9f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a631ba71aba6a9f .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 70px;
  padding: 0 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
}
#a631ba71aba6a9f .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a631ba71aba6a9f .menu-list > li:hover > a {
  border-bottom-style: none;
  border-bottom-color: #4a90e2;
  border-bottom-width: 3px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a631ba71aba6a9f .menu-list > li.active > a {
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-bottom-width: 3px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a631ba71aba6a9f .menu-list > li.active > a:before,
#a631ba71aba6a9f .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a631ba71aba6a9f .menu-list > li ul li {
  position: relative;
}
#a631ba71aba6a9f .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a631ba71aba6a9f .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a631ba71aba6a9f .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a631ba71aba6a9f .menu-list li ul li a:active,
#a631ba71aba6a9f .menu-list li ul li a.active,
#a631ba71aba6a9f .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a631ba71aba6a9f .menu-list li ul,
#a631ba71aba6a9f .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a631ba71aba6a9f .menu-list li ul.menu-b > li,
#a631ba71aba6a9f .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a631ba71aba6a9f .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a631ba71aba6a9f .menu-list li:hover > ul {
  display: block;
}
#a631ba71aba6a9f .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5bbba04e3a3303 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(74, 74, 74, 0.5);border-right-color: rgba(74, 74, 74, 0.5);border-left-color: rgba(74, 74, 74, 0.5);border-bottom-color: rgba(74, 74, 74, 0.5);box-shadow: 0px 8px 8px 0px rgba(34, 25, 77, 0.06);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a5aa5ab78fa5555 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(74, 74, 74, 0.5);border-right-color: rgba(74, 74, 74, 0.5);border-left-color: rgba(74, 74, 74, 0.5);border-bottom-color: rgba(74, 74, 74, 0.5);box-shadow: 0px 8px 8px 0px rgba(34, 25, 77, 0.06);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a2aacaa267aafeb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(74, 74, 74, 0.5);border-right-color: rgba(74, 74, 74, 0.5);border-left-color: rgba(74, 74, 74, 0.5);border-bottom-color: rgba(74, 74, 74, 0.5);box-shadow: 0px 8px 8px 0px rgba(34, 25, 77, 0.06);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a62a1a567ea93ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(74, 74, 74, 0.5);border-right-color: rgba(74, 74, 74, 0.5);border-left-color: rgba(74, 74, 74, 0.5);border-bottom-color: rgba(74, 74, 74, 0.5);box-shadow: 0px 8px 8px 0px rgba(34, 25, 77, 0.06);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a299ba72b4ac237 .gallery-items-wrap {
  margin-left: -15px;
}
#a299ba72b4ac237 .filter.active {
  background-color: #1559a6;
}
#a299ba72b4ac237 .gallery-item {
  width: 220px;
  margin: 0 0 15px 15px;
  float: left;
  list-style: none;
  position: relative;
}
#a299ba72b4ac237 .text-style-3 figure {
  height: 150px;
}
#a299ba72b4ac237 .gallery-item {
  margin-left: 25px;
}
#a299ba72b4ac237 .gallery-items-wrap {
  margin-left: -25px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ab497a326baa73f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7796a4d27ae8ed .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#ab497a326baa73f [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#ab497a326baa73f [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5041a7e26a7275 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6f98a1b4aa4b0d {
  overflow: hidden;
  pointer-events: none;
}
#a6f98a1b4aa4b0d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6f98a1b4aa4b0d > .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;
}
#a6f98a1b4aa4b0d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6f98a1b4aa4b0d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6f98a1b4aa4b0d > .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;
}
#a6f98a1b4aa4b0d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav,
#a6f98a1b4aa4b0d > .tab-nav,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav-horizontal,
#a6f98a1b4aa4b0d > .tab-nav-horizontal,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6f98a1b4aa4b0d > .tab-nav-horizontal::-webkit-scrollbar,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6f98a1b4aa4b0d > .tab-nav-horizontal.tagScroll,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6f98a1b4aa4b0d > .tab-nav-horizontal.tagScroll li a,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav a,
#a6f98a1b4aa4b0d > .tab-nav a,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav li a,
#a6f98a1b4aa4b0d > .tab-nav li a,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav li a svg,
#a6f98a1b4aa4b0d > .tab-nav li a svg,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6f98a1b4aa4b0d > .tab-nav li a .ap_icon,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav li a:hover,
#a6f98a1b4aa4b0d > .tab-nav li a:hover,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav li.uk-active a,
#a6f98a1b4aa4b0d > .tab-nav li.uk-active a,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a6f98a1b4aa4b0d > .tab-wrap > div > .tab-nav li:last-child a,
#a6f98a1b4aa4b0d > .tab-nav li:last-child a,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a6f98a1b4aa4b0d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a6f98a1b4aa4b0d .layout-left li,
#a6f98a1b4aa4b0d .layout-center li,
#a6f98a1b4aa4b0d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6f98a1b4aa4b0d .layout-left li a,
#a6f98a1b4aa4b0d .layout-center li a,
#a6f98a1b4aa4b0d .layout-right li a {
  height: 100%;
}
#a6f98a1b4aa4b0d > .tab-tabs .layout-left {
  text-align: left;
}
#a6f98a1b4aa4b0d > .tab-tabs .layout-center {
  text-align: center;
}
#a6f98a1b4aa4b0d > .tab-tabs .layout-right {
  text-align: right;
}
#a6f98a1b4aa4b0d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a6f98a1b4aa4b0d .tab-content-wrap {
  background-color: #ffffff;
}
#a6f98a1b4aa4b0d .tab-contents,
#a6f98a1b4aa4b0d .tab-contents-wrap {
  pointer-events: none;
}
#a6f98a1b4aa4b0d .tab-content,
#a6f98a1b4aa4b0d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6f98a1b4aa4b0d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6f98a1b4aa4b0d .tab-wrap .tab-contents {
  height: 100%;
}
#a6f98a1b4aa4b0d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6f98a1b4aa4b0d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6f98a1b4aa4b0d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7dc1a1dc8a54ac .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7dc1a1dc8a54ac .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a011face54a9baf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a1b20afe39aaea3 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a011face54a9baf [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a011face54a9baf [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad64ea74fda8ad4 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a755baf9ffa6ca9 , #a755baf9ffa6ca9 a{color: rgba(74, 144, 226, 1);}#a755baf9ffa6ca9:hover, #a755baf9ffa6ca9 a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acc2ca1066accbf {
  overflow: hidden;
  pointer-events: none;
}
#acc2ca1066accbf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#acc2ca1066accbf > .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;
}
#acc2ca1066accbf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acc2ca1066accbf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#acc2ca1066accbf > .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;
}
#acc2ca1066accbf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav,
#acc2ca1066accbf > .tab-nav,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav,
#acc2ca1066accbf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav-horizontal,
#acc2ca1066accbf > .tab-nav-horizontal,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#acc2ca1066accbf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acc2ca1066accbf > .tab-nav-horizontal::-webkit-scrollbar,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acc2ca1066accbf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acc2ca1066accbf > .tab-nav-horizontal.tagScroll,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acc2ca1066accbf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acc2ca1066accbf > .tab-nav-horizontal.tagScroll li a,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acc2ca1066accbf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav a,
#acc2ca1066accbf > .tab-nav a,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#acc2ca1066accbf > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav li a,
#acc2ca1066accbf > .tab-nav li a,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#acc2ca1066accbf > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav li a svg,
#acc2ca1066accbf > .tab-nav li a svg,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#acc2ca1066accbf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav li a .ap_icon,
#acc2ca1066accbf > .tab-nav li a .ap_icon,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#acc2ca1066accbf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav li a:hover,
#acc2ca1066accbf > .tab-nav li a:hover,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#acc2ca1066accbf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav li.uk-active a,
#acc2ca1066accbf > .tab-nav li.uk-active a,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#acc2ca1066accbf > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#acc2ca1066accbf > .tab-wrap > div > .tab-nav li:last-child a,
#acc2ca1066accbf > .tab-nav li:last-child a,
#acc2ca1066accbf > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#acc2ca1066accbf > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#acc2ca1066accbf .layout-left li,
#acc2ca1066accbf .layout-center li,
#acc2ca1066accbf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#acc2ca1066accbf .layout-left li a,
#acc2ca1066accbf .layout-center li a,
#acc2ca1066accbf .layout-right li a {
  height: 100%;
}
#acc2ca1066accbf > .tab-tabs .layout-left {
  text-align: left;
}
#acc2ca1066accbf > .tab-tabs .layout-center {
  text-align: center;
}
#acc2ca1066accbf > .tab-tabs .layout-right {
  text-align: right;
}
#acc2ca1066accbf .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#acc2ca1066accbf .tab-content-wrap {
  background-color: #ffffff;
}
#acc2ca1066accbf .tab-contents,
#acc2ca1066accbf .tab-contents-wrap {
  pointer-events: none;
}
#acc2ca1066accbf .tab-content,
#acc2ca1066accbf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#acc2ca1066accbf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#acc2ca1066accbf .tab-wrap .tab-contents {
  height: 100%;
}
#acc2ca1066accbf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#acc2ca1066accbf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#acc2ca1066accbf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a46c6a1e57a5e45 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a46c6a1e57a5e45 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a4883aa176ab4ba .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ab4caaee3ba5b6c .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a4883aa176ab4ba [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a4883aa176ab4ba [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4403a13bca9ee6 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a5979ae5acaee64 , #a5979ae5acaee64 a{color: rgba(74, 144, 226, 1);}#a5979ae5acaee64:hover, #a5979ae5acaee64 a:hover {color: rgba(0, 0, 0, 1);}#a416da0f30a5528 , #a416da0f30a5528 a{color: rgba(74, 144, 226, 1);}#a416da0f30a5528:hover, #a416da0f30a5528 a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7557acecea76b1 {
  overflow: hidden;
  pointer-events: none;
}
#a7557acecea76b1 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7557acecea76b1 > .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;
}
#a7557acecea76b1 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7557acecea76b1 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7557acecea76b1 > .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;
}
#a7557acecea76b1 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav,
#a7557acecea76b1 > .tab-nav,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7557acecea76b1 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav-horizontal,
#a7557acecea76b1 > .tab-nav-horizontal,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7557acecea76b1 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7557acecea76b1 > .tab-nav-horizontal::-webkit-scrollbar,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7557acecea76b1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7557acecea76b1 > .tab-nav-horizontal.tagScroll,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7557acecea76b1 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7557acecea76b1 > .tab-nav-horizontal.tagScroll li a,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7557acecea76b1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav a,
#a7557acecea76b1 > .tab-nav a,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7557acecea76b1 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav li a,
#a7557acecea76b1 > .tab-nav li a,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7557acecea76b1 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav li a svg,
#a7557acecea76b1 > .tab-nav li a svg,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7557acecea76b1 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7557acecea76b1 > .tab-nav li a .ap_icon,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7557acecea76b1 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav li a:hover,
#a7557acecea76b1 > .tab-nav li a:hover,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7557acecea76b1 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7557acecea76b1 > .tab-nav li.uk-active a,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7557acecea76b1 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7557acecea76b1 > .tab-wrap > div > .tab-nav li:last-child a,
#a7557acecea76b1 > .tab-nav li:last-child a,
#a7557acecea76b1 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a7557acecea76b1 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a7557acecea76b1 .layout-left li,
#a7557acecea76b1 .layout-center li,
#a7557acecea76b1 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7557acecea76b1 .layout-left li a,
#a7557acecea76b1 .layout-center li a,
#a7557acecea76b1 .layout-right li a {
  height: 100%;
}
#a7557acecea76b1 > .tab-tabs .layout-left {
  text-align: left;
}
#a7557acecea76b1 > .tab-tabs .layout-center {
  text-align: center;
}
#a7557acecea76b1 > .tab-tabs .layout-right {
  text-align: right;
}
#a7557acecea76b1 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a7557acecea76b1 .tab-content-wrap {
  background-color: #ffffff;
}
#a7557acecea76b1 .tab-contents,
#a7557acecea76b1 .tab-contents-wrap {
  pointer-events: none;
}
#a7557acecea76b1 .tab-content,
#a7557acecea76b1 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7557acecea76b1 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7557acecea76b1 .tab-wrap .tab-contents {
  height: 100%;
}
#a7557acecea76b1 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7557acecea76b1 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7557acecea76b1 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aed81a8653a1e22 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aed81a8653a1e22 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acfc9a02eaa7f0b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a38b7afc49a9bb5 .timeline-item {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  #a38b7afc49a9bb5 .timeline-item {
    padding-left: 60px;
  }
  #a38b7afc49a9bb5 .timeline-item-date {
    position: absolute;
    top: -1px;
    right: 100%;
    white-space: nowrap;
    margin-right: 5px;
  }
  #a38b7afc49a9bb5 .timeline-item-date:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 1px;
    background-color: rgba(169, 177, 187, 0.5);
    margin-left: 15px;
  }
}
#a38b7afc49a9bb5 .timeline-item-point {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #1559a6;
  padding: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#a38b7afc49a9bb5 .timeline-item-point:before {
  content: '';
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  background-color: #1559a6;
}
#a38b7afc49a9bb5 .timeline-item-line {
  position: absolute;
  top: 25px;
  left: 7px;
  bottom: 5px;
  width: 2px;
  border-left: 2px dashed #a9b1bb;
  border-right: 2px dashed #a9b1bb;
}
#a38b7afc49a9bb5 .timeline-item-active .timeline-item-line {
  top: 18px;
  bottom: 0;
  left: 8px;
  margin: 0;
  background-color: #1559a6;
  border: none!important;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a5343a0e43a5599 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#acfc9a02eaa7f0b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#acfc9a02eaa7f0b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ab328a5513a9aa8 , #ab328a5513a9aa8 a{color: rgba(74, 144, 226, 1);}#a895aa5888a63b2 , #a895aa5888a63b2 a{color: rgba(74, 144, 226, 1);}#a1d62a56e5a5cca , #a1d62a56e5a5cca a{color: rgba(74, 144, 226, 1);}#aa459add87ab5a9 , #aa459add87ab5a9 a{color: rgba(74, 144, 226, 1);}#acdf6a0d32a3135 , #acdf6a0d32a3135 a{color: rgba(74, 144, 226, 1);}#a56c7ac084a3594 , #a56c7ac084a3594 a{color: rgba(74, 144, 226, 1);}#aa4a7a4139a5816 , #aa4a7a4139a5816 a{color: rgba(74, 144, 226, 1);}#ab3c0ad169a250d , #ab3c0ad169a250d a{color: rgba(74, 144, 226, 1);}#a76cda0e08ae146 , #a76cda0e08ae146 a{color: rgba(74, 144, 226, 1);}#a665ea2c97a56f9 , #a665ea2c97a56f9 a{color: rgba(74, 144, 226, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a5a73a1e0ca4e76 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aa792aaf62a46ba .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a5a73a1e0ca4e76 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a5a73a1e0ca4e76 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a86d7a1e7ea1949 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aedd9acbe9aaac5 , #aedd9acbe9aaac5 a{color: rgba(74, 144, 226, 1);}#aedd9acbe9aaac5:hover, #aedd9acbe9aaac5 a:hover {color: rgba(0, 0, 0, 1);}#aaf35a7c64abbef , #aaf35a7c64abbef a{color: rgba(74, 144, 226, 1);}#aaf35a7c64abbef:hover, #aaf35a7c64abbef a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acd4cab5a1a71da {
  overflow: hidden;
  pointer-events: none;
}
#acd4cab5a1a71da > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#acd4cab5a1a71da > .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;
}
#acd4cab5a1a71da > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acd4cab5a1a71da > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#acd4cab5a1a71da > .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;
}
#acd4cab5a1a71da > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav,
#acd4cab5a1a71da > .tab-nav,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav,
#acd4cab5a1a71da > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav-horizontal,
#acd4cab5a1a71da > .tab-nav-horizontal,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#acd4cab5a1a71da > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acd4cab5a1a71da > .tab-nav-horizontal::-webkit-scrollbar,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acd4cab5a1a71da > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acd4cab5a1a71da > .tab-nav-horizontal.tagScroll,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acd4cab5a1a71da > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acd4cab5a1a71da > .tab-nav-horizontal.tagScroll li a,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acd4cab5a1a71da > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav a,
#acd4cab5a1a71da > .tab-nav a,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav a,
#acd4cab5a1a71da > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav li a,
#acd4cab5a1a71da > .tab-nav li a,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#acd4cab5a1a71da > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav li a svg,
#acd4cab5a1a71da > .tab-nav li a svg,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#acd4cab5a1a71da > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav li a .ap_icon,
#acd4cab5a1a71da > .tab-nav li a .ap_icon,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#acd4cab5a1a71da > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav li a:hover,
#acd4cab5a1a71da > .tab-nav li a:hover,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#acd4cab5a1a71da > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav li.uk-active a,
#acd4cab5a1a71da > .tab-nav li.uk-active a,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#acd4cab5a1a71da > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#acd4cab5a1a71da > .tab-wrap > div > .tab-nav li:last-child a,
#acd4cab5a1a71da > .tab-nav li:last-child a,
#acd4cab5a1a71da > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#acd4cab5a1a71da > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#acd4cab5a1a71da .layout-left li,
#acd4cab5a1a71da .layout-center li,
#acd4cab5a1a71da .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#acd4cab5a1a71da .layout-left li a,
#acd4cab5a1a71da .layout-center li a,
#acd4cab5a1a71da .layout-right li a {
  height: 100%;
}
#acd4cab5a1a71da > .tab-tabs .layout-left {
  text-align: left;
}
#acd4cab5a1a71da > .tab-tabs .layout-center {
  text-align: center;
}
#acd4cab5a1a71da > .tab-tabs .layout-right {
  text-align: right;
}
#acd4cab5a1a71da .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#acd4cab5a1a71da .tab-content-wrap {
  background-color: #ffffff;
}
#acd4cab5a1a71da .tab-contents,
#acd4cab5a1a71da .tab-contents-wrap {
  pointer-events: none;
}
#acd4cab5a1a71da .tab-content,
#acd4cab5a1a71da .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#acd4cab5a1a71da .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#acd4cab5a1a71da .tab-wrap .tab-contents {
  height: 100%;
}
#acd4cab5a1a71da .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#acd4cab5a1a71da .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#acd4cab5a1a71da .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ac087a013aa0778 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac087a013aa0778 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#afc7baa161a5c4d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a454ea70ada0171 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#afc7baa161a5c4d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#afc7baa161a5c4d [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0006a0b1da4c77 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aa75ea91deaa73b {
  overflow: hidden;
  pointer-events: none;
}
#aa75ea91deaa73b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa75ea91deaa73b > .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;
}
#aa75ea91deaa73b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa75ea91deaa73b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa75ea91deaa73b > .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;
}
#aa75ea91deaa73b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav,
#aa75ea91deaa73b > .tab-nav,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa75ea91deaa73b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav-horizontal,
#aa75ea91deaa73b > .tab-nav-horizontal,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa75ea91deaa73b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa75ea91deaa73b > .tab-nav-horizontal::-webkit-scrollbar,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa75ea91deaa73b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa75ea91deaa73b > .tab-nav-horizontal.tagScroll,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa75ea91deaa73b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa75ea91deaa73b > .tab-nav-horizontal.tagScroll li a,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa75ea91deaa73b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav a,
#aa75ea91deaa73b > .tab-nav a,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa75ea91deaa73b > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav li a,
#aa75ea91deaa73b > .tab-nav li a,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa75ea91deaa73b > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav li a svg,
#aa75ea91deaa73b > .tab-nav li a svg,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa75ea91deaa73b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa75ea91deaa73b > .tab-nav li a .ap_icon,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa75ea91deaa73b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav li a:hover,
#aa75ea91deaa73b > .tab-nav li a:hover,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa75ea91deaa73b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav li.uk-active a,
#aa75ea91deaa73b > .tab-nav li.uk-active a,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa75ea91deaa73b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa75ea91deaa73b > .tab-wrap > div > .tab-nav li:last-child a,
#aa75ea91deaa73b > .tab-nav li:last-child a,
#aa75ea91deaa73b > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#aa75ea91deaa73b > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#aa75ea91deaa73b .layout-left li,
#aa75ea91deaa73b .layout-center li,
#aa75ea91deaa73b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa75ea91deaa73b .layout-left li a,
#aa75ea91deaa73b .layout-center li a,
#aa75ea91deaa73b .layout-right li a {
  height: 100%;
}
#aa75ea91deaa73b > .tab-tabs .layout-left {
  text-align: left;
}
#aa75ea91deaa73b > .tab-tabs .layout-center {
  text-align: center;
}
#aa75ea91deaa73b > .tab-tabs .layout-right {
  text-align: right;
}
#aa75ea91deaa73b .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#aa75ea91deaa73b .tab-content-wrap {
  background-color: #ffffff;
}
#aa75ea91deaa73b .tab-contents,
#aa75ea91deaa73b .tab-contents-wrap {
  pointer-events: none;
}
#aa75ea91deaa73b .tab-content,
#aa75ea91deaa73b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa75ea91deaa73b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa75ea91deaa73b .tab-wrap .tab-contents {
  height: 100%;
}
#aa75ea91deaa73b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa75ea91deaa73b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa75ea91deaa73b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a301ead00ea2904 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a301ead00ea2904 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ae0c4a7b45a61e8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#af8a7ae5dfacc19 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#ae0c4a7b45a61e8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#ae0c4a7b45a61e8 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ae6e6a0f63aa4ba .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ae6e6a0f63aa4ba .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3a8ba0e09aed82 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a5a20ad9e2a4796 {
  overflow: hidden;
  pointer-events: none;
}
#a5a20ad9e2a4796 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5a20ad9e2a4796 > .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;
}
#a5a20ad9e2a4796 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5a20ad9e2a4796 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5a20ad9e2a4796 > .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;
}
#a5a20ad9e2a4796 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav,
#a5a20ad9e2a4796 > .tab-nav,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav-horizontal,
#a5a20ad9e2a4796 > .tab-nav-horizontal,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5a20ad9e2a4796 > .tab-nav-horizontal::-webkit-scrollbar,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5a20ad9e2a4796 > .tab-nav-horizontal.tagScroll,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5a20ad9e2a4796 > .tab-nav-horizontal.tagScroll li a,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav a,
#a5a20ad9e2a4796 > .tab-nav a,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav li a,
#a5a20ad9e2a4796 > .tab-nav li a,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav li a svg,
#a5a20ad9e2a4796 > .tab-nav li a svg,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5a20ad9e2a4796 > .tab-nav li a .ap_icon,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav li a:hover,
#a5a20ad9e2a4796 > .tab-nav li a:hover,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5a20ad9e2a4796 > .tab-nav li.uk-active a,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a5a20ad9e2a4796 > .tab-wrap > div > .tab-nav li:last-child a,
#a5a20ad9e2a4796 > .tab-nav li:last-child a,
#a5a20ad9e2a4796 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a5a20ad9e2a4796 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a5a20ad9e2a4796 .layout-left li,
#a5a20ad9e2a4796 .layout-center li,
#a5a20ad9e2a4796 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5a20ad9e2a4796 .layout-left li a,
#a5a20ad9e2a4796 .layout-center li a,
#a5a20ad9e2a4796 .layout-right li a {
  height: 100%;
}
#a5a20ad9e2a4796 > .tab-tabs .layout-left {
  text-align: left;
}
#a5a20ad9e2a4796 > .tab-tabs .layout-center {
  text-align: center;
}
#a5a20ad9e2a4796 > .tab-tabs .layout-right {
  text-align: right;
}
#a5a20ad9e2a4796 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a5a20ad9e2a4796 .tab-content-wrap {
  background-color: #ffffff;
}
#a5a20ad9e2a4796 .tab-contents,
#a5a20ad9e2a4796 .tab-contents-wrap {
  pointer-events: none;
}
#a5a20ad9e2a4796 .tab-content,
#a5a20ad9e2a4796 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5a20ad9e2a4796 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5a20ad9e2a4796 .tab-wrap .tab-contents {
  height: 100%;
}
#a5a20ad9e2a4796 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5a20ad9e2a4796 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5a20ad9e2a4796 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ae5bca9555abcb7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ab21fac3f0a5bba .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#ae5bca9555abcb7 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#ae5bca9555abcb7 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab855abf47a732b .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8a01ad66eac2a6 , #a8a01ad66eac2a6 a{color: rgba(74, 144, 226, 1);}#a8a01ad66eac2a6:hover, #a8a01ad66eac2a6 a:hover {color: rgba(0, 0, 0, 1);}#ad87aadec8aea22 , #ad87aadec8aea22 a{color: rgba(74, 144, 226, 1);}#ad87aadec8aea22:hover, #ad87aadec8aea22 a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0d71a672eabd7d {
  overflow: hidden;
  pointer-events: none;
}
#a0d71a672eabd7d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0d71a672eabd7d > .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;
}
#a0d71a672eabd7d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0d71a672eabd7d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0d71a672eabd7d > .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;
}
#a0d71a672eabd7d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav,
#a0d71a672eabd7d > .tab-nav,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0d71a672eabd7d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav-horizontal,
#a0d71a672eabd7d > .tab-nav-horizontal,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0d71a672eabd7d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0d71a672eabd7d > .tab-nav-horizontal::-webkit-scrollbar,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0d71a672eabd7d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0d71a672eabd7d > .tab-nav-horizontal.tagScroll,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0d71a672eabd7d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0d71a672eabd7d > .tab-nav-horizontal.tagScroll li a,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0d71a672eabd7d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav a,
#a0d71a672eabd7d > .tab-nav a,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0d71a672eabd7d > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav li a,
#a0d71a672eabd7d > .tab-nav li a,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0d71a672eabd7d > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav li a svg,
#a0d71a672eabd7d > .tab-nav li a svg,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0d71a672eabd7d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0d71a672eabd7d > .tab-nav li a .ap_icon,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0d71a672eabd7d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav li a:hover,
#a0d71a672eabd7d > .tab-nav li a:hover,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0d71a672eabd7d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav li.uk-active a,
#a0d71a672eabd7d > .tab-nav li.uk-active a,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0d71a672eabd7d > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a0d71a672eabd7d > .tab-wrap > div > .tab-nav li:last-child a,
#a0d71a672eabd7d > .tab-nav li:last-child a,
#a0d71a672eabd7d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a0d71a672eabd7d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a0d71a672eabd7d .layout-left li,
#a0d71a672eabd7d .layout-center li,
#a0d71a672eabd7d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0d71a672eabd7d .layout-left li a,
#a0d71a672eabd7d .layout-center li a,
#a0d71a672eabd7d .layout-right li a {
  height: 100%;
}
#a0d71a672eabd7d > .tab-tabs .layout-left {
  text-align: left;
}
#a0d71a672eabd7d > .tab-tabs .layout-center {
  text-align: center;
}
#a0d71a672eabd7d > .tab-tabs .layout-right {
  text-align: right;
}
#a0d71a672eabd7d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a0d71a672eabd7d .tab-content-wrap {
  background-color: #ffffff;
}
#a0d71a672eabd7d .tab-contents,
#a0d71a672eabd7d .tab-contents-wrap {
  pointer-events: none;
}
#a0d71a672eabd7d .tab-content,
#a0d71a672eabd7d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0d71a672eabd7d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0d71a672eabd7d .tab-wrap .tab-contents {
  height: 100%;
}
#a0d71a672eabd7d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0d71a672eabd7d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0d71a672eabd7d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#acd57a5d63a4e8a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#acd57a5d63a4e8a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a37e7a2fabaaef7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ae730ad220a7d71 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a37e7a2fabaaef7 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a37e7a2fabaaef7 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
.cd-accordion-menu {
  width: 100%;
}
.cd-accordion-menu ul {
  display: none;
}
.cd-accordion-menu li {
  user-select: none;
}
.cd-accordion-menu input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label,
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 15px 0 15px 32px;
  background: #4d5158;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label > svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  transform-origin: center center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.cd-accordion-menu input[type="checkbox"]:checked + label > svg {
  transform: translateY(-50%) rotate(90deg);
}
.cd-accordion-menu input[type="checkbox"]:checked + label + ul,
.cd-accordion-menu input[type="checkbox"]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #2c2e32;
  padding-left: 56px;
}
.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label > svg {
  left: 36px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 80px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 98px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
#ad971adfe1a6e5d .cd-accordion-menu label,
#ad971adfe1a6e5d .cd-accordion-menu a {
  box-shadow: inset 0 -1px #43474d;
}
#ad971adfe1a6e5d .menu-list > ul > li.active > a,
#ad971adfe1a6e5d .menu-list > ul > li.active > label,
#ad971adfe1a6e5d .menu-list > ul > li:hover > a,
#ad971adfe1a6e5d .menu-list > ul > li:hover > label {
  color: #fff;
  background: #41444a;
  box-shadow: none;
}
#ad971adfe1a6e5d .cd-accordion-menu ul li > a:hover,
#ad971adfe1a6e5d .cd-accordion-menu ul li > label:hover {
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a3068a6329aefd4 {
  overflow: hidden;
  pointer-events: none;
}
#a3068a6329aefd4 > .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;
}
#a3068a6329aefd4 > .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;
}
#a3068a6329aefd4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3068a6329aefd4 > .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;
}
#a3068a6329aefd4 > .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;
}
#a3068a6329aefd4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3068a6329aefd4 > .tab-wrap > div > .tab-nav,
#a3068a6329aefd4 > .tab-nav,
#a3068a6329aefd4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3068a6329aefd4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a3068a6329aefd4 > .tab-wrap > div > .tab-nav-horizontal,
#a3068a6329aefd4 > .tab-nav-horizontal,
#a3068a6329aefd4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3068a6329aefd4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3068a6329aefd4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3068a6329aefd4 > .tab-nav-horizontal::-webkit-scrollbar,
#a3068a6329aefd4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3068a6329aefd4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3068a6329aefd4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3068a6329aefd4 > .tab-nav-horizontal.tagScroll,
#a3068a6329aefd4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3068a6329aefd4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3068a6329aefd4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3068a6329aefd4 > .tab-nav-horizontal.tagScroll li a,
#a3068a6329aefd4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3068a6329aefd4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3068a6329aefd4 > .tab-wrap > div > .tab-nav a,
#a3068a6329aefd4 > .tab-nav a,
#a3068a6329aefd4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3068a6329aefd4 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3068a6329aefd4 > .tab-wrap > div > .tab-nav li a,
#a3068a6329aefd4 > .tab-nav li a,
#a3068a6329aefd4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3068a6329aefd4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a3068a6329aefd4 > .tab-wrap > div > .tab-nav li a svg,
#a3068a6329aefd4 > .tab-nav li a svg,
#a3068a6329aefd4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3068a6329aefd4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3068a6329aefd4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3068a6329aefd4 > .tab-nav li a .ap_icon,
#a3068a6329aefd4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3068a6329aefd4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3068a6329aefd4 > .tab-wrap > div > .tab-nav li a:hover,
#a3068a6329aefd4 > .tab-nav li a:hover,
#a3068a6329aefd4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3068a6329aefd4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3068a6329aefd4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3068a6329aefd4 > .tab-nav li.uk-active a,
#a3068a6329aefd4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3068a6329aefd4 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3068a6329aefd4 .layout-left li,
#a3068a6329aefd4 .layout-center li,
#a3068a6329aefd4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3068a6329aefd4 .layout-left li a,
#a3068a6329aefd4 .layout-center li a,
#a3068a6329aefd4 .layout-right li a {
  height: 100%;
}
#a3068a6329aefd4 > .tab-tabs .layout-left {
  text-align: left;
}
#a3068a6329aefd4 > .tab-tabs .layout-center {
  text-align: center;
}
#a3068a6329aefd4 > .tab-tabs .layout-right {
  text-align: right;
}
#a3068a6329aefd4 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3068a6329aefd4 .tab-content-wrap {
  background-color: #ffffff;
}
#a3068a6329aefd4 .tab-contents,
#a3068a6329aefd4 .tab-contents-wrap {
  pointer-events: none;
}
#a3068a6329aefd4 .tab-content,
#a3068a6329aefd4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3068a6329aefd4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3068a6329aefd4 .tab-wrap .tab-contents {
  height: 100%;
}
#a3068a6329aefd4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3068a6329aefd4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3068a6329aefd4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a5362a169caa828 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aaa2dae7c7a4829 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a5362a169caa828 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a5362a169caa828 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afefba3231aef46 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a5d80a8634adb1f , #a5d80a8634adb1f a{color: rgba(74, 144, 226, 1);}#a5d80a8634adb1f:hover, #a5d80a8634adb1f a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a95fda47bbaab5c , #a95fda47bbaab5c a{color: rgba(74, 144, 226, 1);}#a95fda47bbaab5c:hover, #a95fda47bbaab5c a:hover {color: rgba(0, 0, 0, 1);}#ac960a6c28abbf1 , #ac960a6c28abbf1 a{color: rgba(74, 144, 226, 1);}#ac960a6c28abbf1:hover, #ac960a6c28abbf1 a:hover {color: rgba(0, 0, 0, 1);}#ab02ba33e3ad6d9 , #ab02ba33e3ad6d9 a{color: rgba(74, 144, 226, 1);}#ab02ba33e3ad6d9:hover, #ab02ba33e3ad6d9 a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ac801ad04ba5475 {
  overflow: hidden;
  pointer-events: none;
}
#ac801ad04ba5475 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac801ad04ba5475 > .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;
}
#ac801ad04ba5475 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac801ad04ba5475 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac801ad04ba5475 > .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;
}
#ac801ad04ba5475 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav,
#ac801ad04ba5475 > .tab-nav,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac801ad04ba5475 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav-horizontal,
#ac801ad04ba5475 > .tab-nav-horizontal,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac801ad04ba5475 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac801ad04ba5475 > .tab-nav-horizontal::-webkit-scrollbar,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac801ad04ba5475 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac801ad04ba5475 > .tab-nav-horizontal.tagScroll,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac801ad04ba5475 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac801ad04ba5475 > .tab-nav-horizontal.tagScroll li a,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac801ad04ba5475 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav a,
#ac801ad04ba5475 > .tab-nav a,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac801ad04ba5475 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav li a,
#ac801ad04ba5475 > .tab-nav li a,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac801ad04ba5475 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav li a svg,
#ac801ad04ba5475 > .tab-nav li a svg,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac801ad04ba5475 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac801ad04ba5475 > .tab-nav li a .ap_icon,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac801ad04ba5475 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav li a:hover,
#ac801ad04ba5475 > .tab-nav li a:hover,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac801ad04ba5475 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac801ad04ba5475 > .tab-nav li.uk-active a,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac801ad04ba5475 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac801ad04ba5475 > .tab-wrap > div > .tab-nav li:last-child a,
#ac801ad04ba5475 > .tab-nav li:last-child a,
#ac801ad04ba5475 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ac801ad04ba5475 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ac801ad04ba5475 .layout-left li,
#ac801ad04ba5475 .layout-center li,
#ac801ad04ba5475 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac801ad04ba5475 .layout-left li a,
#ac801ad04ba5475 .layout-center li a,
#ac801ad04ba5475 .layout-right li a {
  height: 100%;
}
#ac801ad04ba5475 > .tab-tabs .layout-left {
  text-align: left;
}
#ac801ad04ba5475 > .tab-tabs .layout-center {
  text-align: center;
}
#ac801ad04ba5475 > .tab-tabs .layout-right {
  text-align: right;
}
#ac801ad04ba5475 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ac801ad04ba5475 .tab-content-wrap {
  background-color: #ffffff;
}
#ac801ad04ba5475 .tab-contents,
#ac801ad04ba5475 .tab-contents-wrap {
  pointer-events: none;
}
#ac801ad04ba5475 .tab-content,
#ac801ad04ba5475 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac801ad04ba5475 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac801ad04ba5475 .tab-wrap .tab-contents {
  height: 100%;
}
#ac801ad04ba5475 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac801ad04ba5475 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac801ad04ba5475 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a0b59a3dbcabe1e .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0b59a3dbcabe1e .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7a51ac17ca9ca3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a2f48a6bb0a678d .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a7a51ac17ca9ca3 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a7a51ac17ca9ca3 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ad305add59a8274 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ad305add59a8274 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a2341aa451a6b37 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a73bba9202a77f7 {
  overflow: hidden;
  pointer-events: none;
}
#a73bba9202a77f7 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a73bba9202a77f7 > .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;
}
#a73bba9202a77f7 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73bba9202a77f7 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a73bba9202a77f7 > .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;
}
#a73bba9202a77f7 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav,
#a73bba9202a77f7 > .tab-nav,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a73bba9202a77f7 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav-horizontal,
#a73bba9202a77f7 > .tab-nav-horizontal,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a73bba9202a77f7 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73bba9202a77f7 > .tab-nav-horizontal::-webkit-scrollbar,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a73bba9202a77f7 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73bba9202a77f7 > .tab-nav-horizontal.tagScroll,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a73bba9202a77f7 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73bba9202a77f7 > .tab-nav-horizontal.tagScroll li a,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a73bba9202a77f7 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav a,
#a73bba9202a77f7 > .tab-nav a,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a73bba9202a77f7 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav li a,
#a73bba9202a77f7 > .tab-nav li a,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a73bba9202a77f7 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav li a svg,
#a73bba9202a77f7 > .tab-nav li a svg,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a73bba9202a77f7 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73bba9202a77f7 > .tab-nav li a .ap_icon,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a73bba9202a77f7 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav li a:hover,
#a73bba9202a77f7 > .tab-nav li a:hover,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a73bba9202a77f7 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav li.uk-active a,
#a73bba9202a77f7 > .tab-nav li.uk-active a,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a73bba9202a77f7 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a73bba9202a77f7 > .tab-wrap > div > .tab-nav li:last-child a,
#a73bba9202a77f7 > .tab-nav li:last-child a,
#a73bba9202a77f7 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a73bba9202a77f7 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a73bba9202a77f7 .layout-left li,
#a73bba9202a77f7 .layout-center li,
#a73bba9202a77f7 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a73bba9202a77f7 .layout-left li a,
#a73bba9202a77f7 .layout-center li a,
#a73bba9202a77f7 .layout-right li a {
  height: 100%;
}
#a73bba9202a77f7 > .tab-tabs .layout-left {
  text-align: left;
}
#a73bba9202a77f7 > .tab-tabs .layout-center {
  text-align: center;
}
#a73bba9202a77f7 > .tab-tabs .layout-right {
  text-align: right;
}
#a73bba9202a77f7 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a73bba9202a77f7 .tab-content-wrap {
  background-color: #ffffff;
}
#a73bba9202a77f7 .tab-contents,
#a73bba9202a77f7 .tab-contents-wrap {
  pointer-events: none;
}
#a73bba9202a77f7 .tab-content,
#a73bba9202a77f7 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a73bba9202a77f7 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a73bba9202a77f7 .tab-wrap .tab-contents {
  height: 100%;
}
#a73bba9202a77f7 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a73bba9202a77f7 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a73bba9202a77f7 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8f6ca5285aaab9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aced0aa962a0579 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a8f6ca5285aaab9 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a8f6ca5285aaab9 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aae65a599aab364 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#adb9dab3b5a4a84 , #adb9dab3b5a4a84 a{color: rgba(74, 144, 226, 1);}#adb9dab3b5a4a84:hover, #adb9dab3b5a4a84 a:hover {color: rgba(0, 0, 0, 1);}#a4c28a9843a8e73 , #a4c28a9843a8e73 a{color: rgba(74, 144, 226, 1);}#a4c28a9843a8e73:hover, #a4c28a9843a8e73 a:hover {color: rgba(0, 0, 0, 1);}#aa79ba6dbfaf721 , #aa79ba6dbfaf721 a{color: rgba(74, 144, 226, 1);}#aa79ba6dbfaf721:hover, #aa79ba6dbfaf721 a:hover {color: rgba(0, 0, 0, 1);}#a9af7a4310a429e , #a9af7a4310a429e a{color: rgba(74, 144, 226, 1);}#a9af7a4310a429e:hover, #a9af7a4310a429e a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8d0fa4f2ea87d5 {
  overflow: hidden;
  pointer-events: none;
}
#a8d0fa4f2ea87d5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8d0fa4f2ea87d5 > .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;
}
#a8d0fa4f2ea87d5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8d0fa4f2ea87d5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8d0fa4f2ea87d5 > .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;
}
#a8d0fa4f2ea87d5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav,
#a8d0fa4f2ea87d5 > .tab-nav,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav-horizontal,
#a8d0fa4f2ea87d5 > .tab-nav-horizontal,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8d0fa4f2ea87d5 > .tab-nav-horizontal::-webkit-scrollbar,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8d0fa4f2ea87d5 > .tab-nav-horizontal.tagScroll,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8d0fa4f2ea87d5 > .tab-nav-horizontal.tagScroll li a,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav a,
#a8d0fa4f2ea87d5 > .tab-nav a,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav li a,
#a8d0fa4f2ea87d5 > .tab-nav li a,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav li a svg,
#a8d0fa4f2ea87d5 > .tab-nav li a svg,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8d0fa4f2ea87d5 > .tab-nav li a .ap_icon,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav li a:hover,
#a8d0fa4f2ea87d5 > .tab-nav li a:hover,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8d0fa4f2ea87d5 > .tab-nav li.uk-active a,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a8d0fa4f2ea87d5 > .tab-wrap > div > .tab-nav li:last-child a,
#a8d0fa4f2ea87d5 > .tab-nav li:last-child a,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a8d0fa4f2ea87d5 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a8d0fa4f2ea87d5 .layout-left li,
#a8d0fa4f2ea87d5 .layout-center li,
#a8d0fa4f2ea87d5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8d0fa4f2ea87d5 .layout-left li a,
#a8d0fa4f2ea87d5 .layout-center li a,
#a8d0fa4f2ea87d5 .layout-right li a {
  height: 100%;
}
#a8d0fa4f2ea87d5 > .tab-tabs .layout-left {
  text-align: left;
}
#a8d0fa4f2ea87d5 > .tab-tabs .layout-center {
  text-align: center;
}
#a8d0fa4f2ea87d5 > .tab-tabs .layout-right {
  text-align: right;
}
#a8d0fa4f2ea87d5 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a8d0fa4f2ea87d5 .tab-content-wrap {
  background-color: #ffffff;
}
#a8d0fa4f2ea87d5 .tab-contents,
#a8d0fa4f2ea87d5 .tab-contents-wrap {
  pointer-events: none;
}
#a8d0fa4f2ea87d5 .tab-content,
#a8d0fa4f2ea87d5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8d0fa4f2ea87d5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8d0fa4f2ea87d5 .tab-wrap .tab-contents {
  height: 100%;
}
#a8d0fa4f2ea87d5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8d0fa4f2ea87d5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8d0fa4f2ea87d5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ac7e6ab136ab975 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac7e6ab136ab975 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#af77bac1ada4ba1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a00ebaacb8af09b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#af77bac1ada4ba1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#af77bac1ada4ba1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a4b12a772fa3eaf .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4b12a772fa3eaf .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0d4ea8537a87f6 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a2f25a5049a3762 {
  overflow: hidden;
  pointer-events: none;
}
#a2f25a5049a3762 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2f25a5049a3762 > .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;
}
#a2f25a5049a3762 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2f25a5049a3762 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2f25a5049a3762 > .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;
}
#a2f25a5049a3762 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav,
#a2f25a5049a3762 > .tab-nav,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2f25a5049a3762 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav-horizontal,
#a2f25a5049a3762 > .tab-nav-horizontal,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2f25a5049a3762 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2f25a5049a3762 > .tab-nav-horizontal::-webkit-scrollbar,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2f25a5049a3762 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2f25a5049a3762 > .tab-nav-horizontal.tagScroll,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2f25a5049a3762 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2f25a5049a3762 > .tab-nav-horizontal.tagScroll li a,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2f25a5049a3762 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav a,
#a2f25a5049a3762 > .tab-nav a,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2f25a5049a3762 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav li a,
#a2f25a5049a3762 > .tab-nav li a,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2f25a5049a3762 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav li a svg,
#a2f25a5049a3762 > .tab-nav li a svg,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2f25a5049a3762 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2f25a5049a3762 > .tab-nav li a .ap_icon,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2f25a5049a3762 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav li a:hover,
#a2f25a5049a3762 > .tab-nav li a:hover,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2f25a5049a3762 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav li.uk-active a,
#a2f25a5049a3762 > .tab-nav li.uk-active a,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2f25a5049a3762 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a2f25a5049a3762 > .tab-wrap > div > .tab-nav li:last-child a,
#a2f25a5049a3762 > .tab-nav li:last-child a,
#a2f25a5049a3762 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a2f25a5049a3762 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a2f25a5049a3762 .layout-left li,
#a2f25a5049a3762 .layout-center li,
#a2f25a5049a3762 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2f25a5049a3762 .layout-left li a,
#a2f25a5049a3762 .layout-center li a,
#a2f25a5049a3762 .layout-right li a {
  height: 100%;
}
#a2f25a5049a3762 > .tab-tabs .layout-left {
  text-align: left;
}
#a2f25a5049a3762 > .tab-tabs .layout-center {
  text-align: center;
}
#a2f25a5049a3762 > .tab-tabs .layout-right {
  text-align: right;
}
#a2f25a5049a3762 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a2f25a5049a3762 .tab-content-wrap {
  background-color: #ffffff;
}
#a2f25a5049a3762 .tab-contents,
#a2f25a5049a3762 .tab-contents-wrap {
  pointer-events: none;
}
#a2f25a5049a3762 .tab-content,
#a2f25a5049a3762 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2f25a5049a3762 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2f25a5049a3762 .tab-wrap .tab-contents {
  height: 100%;
}
#a2f25a5049a3762 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2f25a5049a3762 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2f25a5049a3762 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aa0ccae44da601c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a5372a75efaf0d5 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#aa0ccae44da601c [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#aa0ccae44da601c [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5bc3a15c3acc25 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a388babe13a14b9 , #a388babe13a14b9 a{color: rgba(74, 144, 226, 1);}#a388babe13a14b9:hover, #a388babe13a14b9 a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a5220a8c4ca3923 {
  overflow: hidden;
  pointer-events: none;
}
#a5220a8c4ca3923 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5220a8c4ca3923 > .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;
}
#a5220a8c4ca3923 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5220a8c4ca3923 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5220a8c4ca3923 > .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;
}
#a5220a8c4ca3923 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav,
#a5220a8c4ca3923 > .tab-nav,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav-horizontal,
#a5220a8c4ca3923 > .tab-nav-horizontal,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5220a8c4ca3923 > .tab-nav-horizontal::-webkit-scrollbar,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5220a8c4ca3923 > .tab-nav-horizontal.tagScroll,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5220a8c4ca3923 > .tab-nav-horizontal.tagScroll li a,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav a,
#a5220a8c4ca3923 > .tab-nav a,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav li a,
#a5220a8c4ca3923 > .tab-nav li a,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav li a svg,
#a5220a8c4ca3923 > .tab-nav li a svg,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5220a8c4ca3923 > .tab-nav li a .ap_icon,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav li a:hover,
#a5220a8c4ca3923 > .tab-nav li a:hover,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5220a8c4ca3923 > .tab-nav li.uk-active a,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a5220a8c4ca3923 > .tab-wrap > div > .tab-nav li:last-child a,
#a5220a8c4ca3923 > .tab-nav li:last-child a,
#a5220a8c4ca3923 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a5220a8c4ca3923 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a5220a8c4ca3923 .layout-left li,
#a5220a8c4ca3923 .layout-center li,
#a5220a8c4ca3923 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5220a8c4ca3923 .layout-left li a,
#a5220a8c4ca3923 .layout-center li a,
#a5220a8c4ca3923 .layout-right li a {
  height: 100%;
}
#a5220a8c4ca3923 > .tab-tabs .layout-left {
  text-align: left;
}
#a5220a8c4ca3923 > .tab-tabs .layout-center {
  text-align: center;
}
#a5220a8c4ca3923 > .tab-tabs .layout-right {
  text-align: right;
}
#a5220a8c4ca3923 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a5220a8c4ca3923 .tab-content-wrap {
  background-color: #ffffff;
}
#a5220a8c4ca3923 .tab-contents,
#a5220a8c4ca3923 .tab-contents-wrap {
  pointer-events: none;
}
#a5220a8c4ca3923 .tab-content,
#a5220a8c4ca3923 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5220a8c4ca3923 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5220a8c4ca3923 .tab-wrap .tab-contents {
  height: 100%;
}
#a5220a8c4ca3923 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5220a8c4ca3923 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5220a8c4ca3923 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#af1bba2a5bacda3 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af1bba2a5bacda3 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a887ea78b3a064d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8067a6a70a7700 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a887ea78b3a064d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a887ea78b3a064d [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a954fa1367a96fc .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ac9e0a6d23aae7f {
  overflow: hidden;
  pointer-events: none;
}
#ac9e0a6d23aae7f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac9e0a6d23aae7f > .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;
}
#ac9e0a6d23aae7f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac9e0a6d23aae7f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac9e0a6d23aae7f > .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;
}
#ac9e0a6d23aae7f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav,
#ac9e0a6d23aae7f > .tab-nav,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav-horizontal,
#ac9e0a6d23aae7f > .tab-nav-horizontal,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac9e0a6d23aae7f > .tab-nav-horizontal::-webkit-scrollbar,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac9e0a6d23aae7f > .tab-nav-horizontal.tagScroll,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac9e0a6d23aae7f > .tab-nav-horizontal.tagScroll li a,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav a,
#ac9e0a6d23aae7f > .tab-nav a,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav li a,
#ac9e0a6d23aae7f > .tab-nav li a,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav li a svg,
#ac9e0a6d23aae7f > .tab-nav li a svg,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac9e0a6d23aae7f > .tab-nav li a .ap_icon,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav li a:hover,
#ac9e0a6d23aae7f > .tab-nav li a:hover,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav li.uk-active a,
#ac9e0a6d23aae7f > .tab-nav li.uk-active a,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac9e0a6d23aae7f > .tab-wrap > div > .tab-nav li:last-child a,
#ac9e0a6d23aae7f > .tab-nav li:last-child a,
#ac9e0a6d23aae7f > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ac9e0a6d23aae7f > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ac9e0a6d23aae7f .layout-left li,
#ac9e0a6d23aae7f .layout-center li,
#ac9e0a6d23aae7f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac9e0a6d23aae7f .layout-left li a,
#ac9e0a6d23aae7f .layout-center li a,
#ac9e0a6d23aae7f .layout-right li a {
  height: 100%;
}
#ac9e0a6d23aae7f > .tab-tabs .layout-left {
  text-align: left;
}
#ac9e0a6d23aae7f > .tab-tabs .layout-center {
  text-align: center;
}
#ac9e0a6d23aae7f > .tab-tabs .layout-right {
  text-align: right;
}
#ac9e0a6d23aae7f .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ac9e0a6d23aae7f .tab-content-wrap {
  background-color: #ffffff;
}
#ac9e0a6d23aae7f .tab-contents,
#ac9e0a6d23aae7f .tab-contents-wrap {
  pointer-events: none;
}
#ac9e0a6d23aae7f .tab-content,
#ac9e0a6d23aae7f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac9e0a6d23aae7f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac9e0a6d23aae7f .tab-wrap .tab-contents {
  height: 100%;
}
#ac9e0a6d23aae7f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac9e0a6d23aae7f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac9e0a6d23aae7f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a52daad661a33a2 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a52daad661a33a2 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6493aff7eabbd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a7b8da2e16aec4f .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a6493aff7eabbd5 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a6493aff7eabbd5 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7caaa0987a5e9f .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a19e6ac7eead9bd , #a19e6ac7eead9bd a{color: rgba(74, 144, 226, 1);}#a19e6ac7eead9bd:hover, #a19e6ac7eead9bd a:hover {color: rgba(0, 0, 0, 1);}#a4c1aaa483a5c34 , #a4c1aaa483a5c34 a{color: rgba(74, 144, 226, 1);}#a4c1aaa483a5c34:hover, #a4c1aaa483a5c34 a:hover {color: rgba(74, 144, 226, 0.01);}#ab4baa7af5a261c , #ab4baa7af5a261c a{color: rgba(74, 144, 226, 1);}#ab4baa7af5a261c:hover, #ab4baa7af5a261c a:hover {color: rgba(74, 144, 226, 0.01);}#a79a0a491ead1af , #a79a0a491ead1af a{color: rgba(74, 144, 226, 1);}#a79a0a491ead1af:hover, #a79a0a491ead1af a:hover {color: rgba(74, 144, 226, 0.01);}#af9d4a55d8a861c , #af9d4a55d8a861c a{color: rgba(74, 144, 226, 1);}#af9d4a55d8a861c:hover, #af9d4a55d8a861c a:hover {color: rgba(74, 144, 226, 0.01);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ad6e7a4b8fa2253 {
  overflow: hidden;
  pointer-events: none;
}
#ad6e7a4b8fa2253 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad6e7a4b8fa2253 > .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;
}
#ad6e7a4b8fa2253 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad6e7a4b8fa2253 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad6e7a4b8fa2253 > .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;
}
#ad6e7a4b8fa2253 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav,
#ad6e7a4b8fa2253 > .tab-nav,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav-horizontal,
#ad6e7a4b8fa2253 > .tab-nav-horizontal,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad6e7a4b8fa2253 > .tab-nav-horizontal::-webkit-scrollbar,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad6e7a4b8fa2253 > .tab-nav-horizontal.tagScroll,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad6e7a4b8fa2253 > .tab-nav-horizontal.tagScroll li a,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav a,
#ad6e7a4b8fa2253 > .tab-nav a,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav li a,
#ad6e7a4b8fa2253 > .tab-nav li a,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav li a svg,
#ad6e7a4b8fa2253 > .tab-nav li a svg,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad6e7a4b8fa2253 > .tab-nav li a .ap_icon,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav li a:hover,
#ad6e7a4b8fa2253 > .tab-nav li a:hover,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad6e7a4b8fa2253 > .tab-nav li.uk-active a,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ad6e7a4b8fa2253 > .tab-wrap > div > .tab-nav li:last-child a,
#ad6e7a4b8fa2253 > .tab-nav li:last-child a,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#ad6e7a4b8fa2253 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#ad6e7a4b8fa2253 .layout-left li,
#ad6e7a4b8fa2253 .layout-center li,
#ad6e7a4b8fa2253 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad6e7a4b8fa2253 .layout-left li a,
#ad6e7a4b8fa2253 .layout-center li a,
#ad6e7a4b8fa2253 .layout-right li a {
  height: 100%;
}
#ad6e7a4b8fa2253 > .tab-tabs .layout-left {
  text-align: left;
}
#ad6e7a4b8fa2253 > .tab-tabs .layout-center {
  text-align: center;
}
#ad6e7a4b8fa2253 > .tab-tabs .layout-right {
  text-align: right;
}
#ad6e7a4b8fa2253 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ad6e7a4b8fa2253 .tab-content-wrap {
  background-color: #ffffff;
}
#ad6e7a4b8fa2253 .tab-contents,
#ad6e7a4b8fa2253 .tab-contents-wrap {
  pointer-events: none;
}
#ad6e7a4b8fa2253 .tab-content,
#ad6e7a4b8fa2253 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad6e7a4b8fa2253 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad6e7a4b8fa2253 .tab-wrap .tab-contents {
  height: 100%;
}
#ad6e7a4b8fa2253 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad6e7a4b8fa2253 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad6e7a4b8fa2253 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a871caf223aeb39 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a871caf223aeb39 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6b9fab0b0a561d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aa2aaa0f78ae76e .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a6b9fab0b0a561d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a6b9fab0b0a561d [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4e56a39f8af165 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a9a97a1f1eac00e , #a9a97a1f1eac00e a{color: rgba(74, 144, 226, 1);}#a9a97a1f1eac00e:hover, #a9a97a1f1eac00e a:hover {color: rgba(0, 0, 0, 1);}#a2283adfc1a4202 , #a2283adfc1a4202 a{color: rgba(74, 144, 226, 1);}#a2283adfc1a4202:hover, #a2283adfc1a4202 a:hover {color: rgba(0, 0, 0, 1);}#a917ea692caa1d0 , #a917ea692caa1d0 a{color: rgba(74, 144, 226, 1);}#a917ea692caa1d0:hover, #a917ea692caa1d0 a:hover {color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aa985a0ff8a948c {
  overflow: hidden;
  pointer-events: none;
}
#aa985a0ff8a948c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa985a0ff8a948c > .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;
}
#aa985a0ff8a948c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa985a0ff8a948c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa985a0ff8a948c > .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;
}
#aa985a0ff8a948c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav,
#aa985a0ff8a948c > .tab-nav,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa985a0ff8a948c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav-horizontal,
#aa985a0ff8a948c > .tab-nav-horizontal,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa985a0ff8a948c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa985a0ff8a948c > .tab-nav-horizontal::-webkit-scrollbar,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa985a0ff8a948c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa985a0ff8a948c > .tab-nav-horizontal.tagScroll,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa985a0ff8a948c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa985a0ff8a948c > .tab-nav-horizontal.tagScroll li a,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa985a0ff8a948c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav a,
#aa985a0ff8a948c > .tab-nav a,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa985a0ff8a948c > .tab-tabs > .tab-nav a {
  padding: 0 51px;
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav li a,
#aa985a0ff8a948c > .tab-nav li a,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa985a0ff8a948c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #6ec0ee;
  margin-top: 10px;
  padding: 0 51px;
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav li a svg,
#aa985a0ff8a948c > .tab-nav li a svg,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa985a0ff8a948c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa985a0ff8a948c > .tab-nav li a .ap_icon,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa985a0ff8a948c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav li a:hover,
#aa985a0ff8a948c > .tab-nav li a:hover,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa985a0ff8a948c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav li.uk-active a,
#aa985a0ff8a948c > .tab-nav li.uk-active a,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa985a0ff8a948c > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #154c94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa985a0ff8a948c > .tab-wrap > div > .tab-nav li:last-child a,
#aa985a0ff8a948c > .tab-nav li:last-child a,
#aa985a0ff8a948c > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#aa985a0ff8a948c > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#aa985a0ff8a948c .layout-left li,
#aa985a0ff8a948c .layout-center li,
#aa985a0ff8a948c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa985a0ff8a948c .layout-left li a,
#aa985a0ff8a948c .layout-center li a,
#aa985a0ff8a948c .layout-right li a {
  height: 100%;
}
#aa985a0ff8a948c > .tab-tabs .layout-left {
  text-align: left;
}
#aa985a0ff8a948c > .tab-tabs .layout-center {
  text-align: center;
}
#aa985a0ff8a948c > .tab-tabs .layout-right {
  text-align: right;
}
#aa985a0ff8a948c .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#aa985a0ff8a948c .tab-content-wrap {
  background-color: #ffffff;
}
#aa985a0ff8a948c .tab-contents,
#aa985a0ff8a948c .tab-contents-wrap {
  pointer-events: none;
}
#aa985a0ff8a948c .tab-content,
#aa985a0ff8a948c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa985a0ff8a948c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa985a0ff8a948c .tab-wrap .tab-contents {
  height: 100%;
}
#aa985a0ff8a948c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa985a0ff8a948c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa985a0ff8a948c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a4e6fa4ca1a6924 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4e6fa4ca1a6924 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a443aa09c7a7ec1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a56e5aca80a1cae {
  min-height: 90vh;
  /* mobile */
}
#a56e5aca80a1cae .search-highlight {
  background: yellow;
}
#a56e5aca80a1cae .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a56e5aca80a1cae .el-title {
  margin-bottom: 20px;
}
#a56e5aca80a1cae .el-item:hover .el-title {
  color: #076ce0;
}
#a56e5aca80a1cae .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a56e5aca80a1cae .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a56e5aca80a1cae .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a56e5aca80a1cae .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a56e5aca80a1cae .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a56e5aca80a1cae .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a56e5aca80a1cae .el-title {
    margin-bottom: 0;
  }
  #a56e5aca80a1cae .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a56e5aca80a1cae .category {
    font-size: 12px;
  }
  #a56e5aca80a1cae .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aa826a6932abd1a .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a443aa09c7a7ec1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a443aa09c7a7ec1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a443aa09c7a7ec1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ac06fac955a18a5 {
  /* 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------------------------*/
}
#ac06fac955a18a5 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ac06fac955a18a5 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ac06fac955a18a5 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ac06fac955a18a5 .error .clip:nth-of-type(1) .shadow,
#ac06fac955a18a5 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ac06fac955a18a5 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ac06fac955a18a5 .error h2 {
  font-size: 32px;
}
#ac06fac955a18a5 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ac06fac955a18a5 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ac06fac955a18a5 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ac06fac955a18a5 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ac06fac955a18a5 .error .clip .shadow {
  overflow: hidden;
}
#ac06fac955a18a5 .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);
}
#ac06fac955a18a5 .error .clip:nth-of-type(3) .shadow:after,
#ac06fac955a18a5 .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%;
}
#ac06fac955a18a5 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ac06fac955a18a5 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ac06fac955a18a5 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ac06fac955a18a5 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ac06fac955a18a5 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ac06fac955a18a5 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ac06fac955a18a5 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ac06fac955a18a5 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ac06fac955a18a5 {
    /* Error Page */
    /* Error Page */
  }
  #ac06fac955a18a5 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ac06fac955a18a5 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ac06fac955a18a5 .error .clip:nth-of-type(1) .shadow,
  #ac06fac955a18a5 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ac06fac955a18a5 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ac06fac955a18a5 .error h2 {
    font-size: 24px;
  }
  #ac06fac955a18a5 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ac06fac955a18a5 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ac06fac955a18a5 .error .container-error-404 {
    height: 150px;
  }
}
#ac06fac955a18a5 .overlay {
  position: relative;
  z-index: 20;
}
#ac06fac955a18a5 .ground-color {
  background: white;
}
#ac06fac955a18a5 .item-bg-color {
  background: #EAEAEA;
}
#ac06fac955a18a5 .padding-top {
  padding-top: 10px;
}
#ac06fac955a18a5 .padding-bottom {
  padding-bottom: 10px;
}
#ac06fac955a18a5 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac06fac955a18a5 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ac06fac955a18a5 .padding-all {
  padding: 10px;
}
#ac06fac955a18a5 .no-padding-left {
  padding-left: 0px;
}
#ac06fac955a18a5 .no-padding-right {
  padding-right: 0px;
}
#ac06fac955a18a5 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ac06fac955a18a5 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ac06fac955a18a5 .no-padding {
  padding: 0px;
}
#ac06fac955a18a5 .margin-top {
  margin-top: 10px;
}
#ac06fac955a18a5 .margin-bottom {
  margin-bottom: 10px;
}
#ac06fac955a18a5 .margin-right {
  margin-right: 10px;
}
#ac06fac955a18a5 .margin-left {
  margin-left: 10px;
}
#ac06fac955a18a5 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ac06fac955a18a5 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ac06fac955a18a5 .margin-all {
  margin: 10px;
}
#ac06fac955a18a5 .no-margin {
  margin: 0px;
}
#ac06fac955a18a5 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ac06fac955a18a5 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ac06fac955a18a5 .inside-col-shrink {
  margin: 0px 20px;
}
#ac06fac955a18a5 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8ff4a4db1a58b9 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a443aa09c7a7ec1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a443aa09c7a7ec1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a443aa09c7a7ec1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a530aab601a731f .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a530aab601a731f .switch_item {
  margin-right: 10px;
}
#a530aab601a731f a.switch_item:hover {
  text-decoration: underline;
}
#a530aab601a731f .slider {
  width: 420px;
  height: 600px;
}
#a530aab601a731f .uk-slideshow-items {
  height: 100%;
}
#a530aab601a731f .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a530aab601a731f .login-wrap {
  width: 100%;
  height: 100%;
}
#a530aab601a731f .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a530aab601a731f .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a530aab601a731f .phone-login-box {
  margin: 40px auto 40px;
}
#a530aab601a731f .login-header {
  margin-bottom: 24px;
}
#a530aab601a731f .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a530aab601a731f .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a530aab601a731f .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;
}
#a530aab601a731f .forget_password {
  cursor: pointer;
}
#a530aab601a731f .forget_password:hover {
  color: #1559a6;
}
#a530aab601a731f .input-item input.error,
#a530aab601a731f .input-item input.error::placeholder {
  color: #fc4343;
}
#a530aab601a731f .input-item input::placeholder {
  color: #999;
}
#a530aab601a731f .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a530aab601a731f .form-item {
  margin: 24px 0;
}
#a530aab601a731f .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a530aab601a731f .send-code {
  float: left;
  margin-left: 20px;
}
#a530aab601a731f .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;
}
#a530aab601a731f .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a530aab601a731f .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a530aab601a731f .login_btn_wrap {
  text-align: center;
}
#a530aab601a731f .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a530aab601a731f .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a530aab601a731f .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#adde6a9638aa420 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a443aa09c7a7ec1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a443aa09c7a7ec1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a443aa09c7a7ec1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a45eca7218a95dd .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a45eca7218a95dd .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a45eca7218a95dd .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a45eca7218a95dd .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a45eca7218a95dd .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a45eca7218a95dd .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a45eca7218a95dd .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a45eca7218a95dd .nav-list {
  padding: 0 20px;
}
#a45eca7218a95dd .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;
}
#a45eca7218a95dd .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a45eca7218a95dd .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a45eca7218a95dd .order-item:hover {
  background: #f7f7f7;
}
#a45eca7218a95dd .del-order {
  cursor: pointer;
}
#a45eca7218a95dd .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a45eca7218a95dd .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a45eca7218a95dd .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a45eca7218a95dd .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a45eca7218a95dd .goods-item .goods-info {
  padding: 0 15px;
}
#a45eca7218a95dd .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a45eca7218a95dd .appoint-time {
  margin-bottom: 4px;
}
#a45eca7218a95dd .appoint-name {
  color: #333;
  font-size: 14px;
}
#a45eca7218a95dd .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a45eca7218a95dd .goods-item .goods-name {
  color: #333;
}
#a45eca7218a95dd .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a45eca7218a95dd .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a45eca7218a95dd .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a45eca7218a95dd .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a45eca7218a95dd .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a45eca7218a95dd .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;
}
#a45eca7218a95dd .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a45eca7218a95dd .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a45eca7218a95dd .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a45eca7218a95dd .setting-form {
  padding: 30px 20px;
}
#a45eca7218a95dd .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a45eca7218a95dd .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a45eca7218a95dd .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a45eca7218a95dd .setting-form .setting-btns {
  margin-left: 130px;
}
#a45eca7218a95dd .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a45eca7218a95dd .setting-wrap {
  position: relative;
}
#a45eca7218a95dd .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a45eca7218a95dd .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a45eca7218a95dd .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a45eca7218a95dd .address-wrap {
  padding: 30px 20px;
}
#a45eca7218a95dd .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a45eca7218a95dd .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a45eca7218a95dd .addr-list {
  min-height: 200px;
}
#a45eca7218a95dd .addr-detail .addr-item-name,
#a45eca7218a95dd .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;
}
#a45eca7218a95dd .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a45eca7218a95dd .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a45eca7218a95dd .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a45eca7218a95dd .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a45eca7218a95dd .add-addr {
  height: 32px;
  line-height: 30px;
}
#a45eca7218a95dd .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;
}
#a45eca7218a95dd .publish-item {
  cursor: default;
  min-height: 120px;
}
#a45eca7218a95dd .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a45eca7218a95dd .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a45eca7218a95dd .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1559a6;
}
#a45eca7218a95dd .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#af1eca38f9a24ab .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a443aa09c7a7ec1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a443aa09c7a7ec1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a443aa09c7a7ec1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ad8dbaf493a1f99 {
  min-height: 90vh;
  /* mobile */
}
#ad8dbaf493a1f99 .search-highlight {
  background: yellow;
}
#ad8dbaf493a1f99 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ad8dbaf493a1f99 .el-title {
  margin-bottom: 20px;
}
#ad8dbaf493a1f99 .el-item:hover .el-title {
  color: #076ce0;
}
#ad8dbaf493a1f99 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ad8dbaf493a1f99 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ad8dbaf493a1f99 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ad8dbaf493a1f99 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ad8dbaf493a1f99 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ad8dbaf493a1f99 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ad8dbaf493a1f99 .el-title {
    margin-bottom: 0;
  }
  #ad8dbaf493a1f99 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ad8dbaf493a1f99 .category {
    font-size: 12px;
  }
  #ad8dbaf493a1f99 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#aea50ae075ae715 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a443aa09c7a7ec1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a443aa09c7a7ec1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a443aa09c7a7ec1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ae6b4a9358a5072 .comment-detail {
  min-height: 600px;
}
#ae6b4a9358a5072 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#ae6b4a9358a5072 table th,
#ae6b4a9358a5072 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#ae6b4a9358a5072 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#ae6b4a9358a5072 .red {
  color: #F00!important;
}
#ae6b4a9358a5072 .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:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#ae325aa8a6a477f .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a6160a4505a19c4 form {
  width: 100%;
  height: 100%;
}
#a6160a4505a19c4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6160a4505a19c4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6160a4505a19c4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6160a4505a19c4 .search-box .search-type.show {
  display: block;
}
#a6160a4505a19c4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a6160a4505a19c4 .search-box .search-type li:hover {
  color: #1559a6;
}
#a6160a4505a19c4 .search-box .search-type li.active {
  color: #1559a6;
}
#a6160a4505a19c4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6160a4505a19c4 .inner-form .input-field {
  height: 100%;
}
#a6160a4505a19c4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a6160a4505a19c4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6160a4505a19c4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6160a4505a19c4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6160a4505a19c4 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a6160a4505a19c4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #277de2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 12px;
}
#a6160a4505a19c4 .btn-search:hover {
  background: #1559a6;
}
#a6160a4505a19c4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7306a9899a88fe > .ele-wrap {background-color: rgba(21, 89, 166, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #1559a6;}#a7306a9899a88fe * {color: #1559a6 }
                            #a7306a9899a88fe .line{border-color: #1559a6 }@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a8dfba194ea0ca1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8dfba194ea0ca1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8dfba194ea0ca1 .ap-icon {
  margin-right: 6px;
}
#a8dfba194ea0ca1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8dfba194ea0ca1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a8dfba194ea0ca1 .menu-list > li:hover > a,
#a8dfba194ea0ca1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-top-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8dfba194ea0ca1 .menu-list ul,
#a8dfba194ea0ca1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a8dfba194ea0ca1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8dfba194ea0ca1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8dfba194ea0ca1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #1559a6;
}
#a8dfba194ea0ca1 .menu-list ul li a:hover {
  background-color: #f7f3f3;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a2365a89b3a1c70 , #a2365a89b3a1c70 a{color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
#a655da0204ae58a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a655da0204ae58a .marquee-wrap > .str_move {
  cursor: text;
}
#a655da0204ae58a .marquee-wrap:hover {
  background: #ffffff;
}
#a655da0204ae58a .marquee-wrap .content {
  position: absolute;
}
#a655da0204ae58a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a655da0204ae58a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-family: inherit;
  color: #4a90e2;
}
#a443aa09c7a7ec1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a443aa09c7a7ec1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0802ad6f1a170d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0802ad6f1a170d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a4cd9ad856 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e59a4cd9ad856 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7424a5619aaa9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7424a5619aaa9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeadbaf73ca3e67 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeadbaf73ca3e67 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3857a1c58ae8f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3857a1c58ae8f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa426a2787ac56d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa426a2787ac56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e7eaa647ad4c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e7eaa647ad4c8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6686a817aa79a1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6686a817aa79a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a14e8a7a9daa9f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a14e8a7a9daa9f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=svg&id=1000023;
@to TopIcon:ICON://type=svg&id=1000023;
