.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #e6cc30;
}
/* 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: #e6cc30;
}
/* 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: #0c3e97;
  text-shadow: none;
}
::selection {
  background: #0c3e97;
  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 #0c3e97;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #0c3e97;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #0c3e97;
  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: #0c3e97;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #0c3e97;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #0c3e97;
  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: #0c3e97;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #0c3e97;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #0c3e97;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #e6cc30;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #e6cc30;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #0c3e97;
  color: #ffffff;
  border-color: #0c3e97;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #0c3e97;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #e6cc30;
}
/* 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: #0c3e97;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #e6cc30;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #0c3e97;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #e6cc30;
}
/* ========================================================================
     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: #0c3e97;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #e6cc30;
  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: #0c3e97;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #e6cc30;
  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: #0c3e97;
}
/*
   * 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: #0c3e97;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #0c3e97;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #0c3e97;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #0c3e97;
}
/* 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: #0c3e97;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #0c3e97;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #0c3e97;
}
/* 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: #0c3e97;
  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: #0c3e97;
  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: #0c3e97;
  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: #0c3e97;
}
/* 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: #0c3e97;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #0c3e97;
  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: #0c3e97;
}
/*
   * 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: #0c3e97;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #0c3e97;
}
/*
   * 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: #0c3e97;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #0c3e97;
}
.uk-progress::-moz-progress-bar {
  background-color: #0c3e97;
}
.uk-progress::-ms-fill {
  background-color: #0c3e97;
}
/* ========================================================================
     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: #0c3e97 !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: #0c3e97 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #0c3e97;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #0c3e97;
}
.uk-background-secondary {
  background-color: #e6cc30;
}
/* ========================================================================
     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: #0c3e97;
  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: #0c3e97;
  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: #0c3e97;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #0c3e97;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(230, 204, 48, 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: #0c3e97;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #0c3e97;
}
.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: #0c3e97;
  border-color: #0c3e97;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #0c3e97;
}
/* ========================================================================
   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: #082b68;
}
.ap-list-filter dd a.active {
  background-color: #0c3e97;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #0c3e97;
}
.category li a.active {
  color: #0c3e97;
}
.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: #0c3e97;
}
.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: #0c3e97;
  border: 1px solid rgba(12, 62, 151, 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: #0c3e97;
}
form .step .ui-step.active .ui-step-title {
  color: #0c3e97;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #0c3e97;
  background-color: #0c3e97;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0c3e97;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #0c3e97;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #0c3e97;
  color: #0c3e97;
}
.btn-effect-2:hover {
  background-color: #0c3e97;
}
.uk-button.btn-effect-5 {
  background-color: #0c3e97;
  box-shadow: 0 0 15px rgba(12, 62, 151, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #0c3e97;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0c3e97;
}
#a3418abc8ba862e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#aaca7af7ebaf427 > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1748372056813.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac88fac011a6c63 > .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: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a3206a077ea742f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(221, 221, 221, 1);border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);}#a3206a077ea742f  > .ele-wrap:hover {background-color: #0c3e97;color: #ffffff;}#a3206a077ea742f:hover * {color: #ffffff  !important}
                            #a3206a077ea742f:hover .line{border-color: #ffffff  !important}#ac751aa11caef8d > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(221, 221, 221, 1);border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);}#ac751aa11caef8d  > .ele-wrap:hover {background-color: #0c3e97;color: #ffffff;border-right-color: #0c3e97;border-right-style: solid;border-right-width: 1px;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac751aa11caef8d:hover * {color: #ffffff  !important}
                            #ac751aa11caef8d:hover .line{border-color: #ffffff  !important}#adb70a414fadcff > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(221, 221, 221, 1);border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);}#adb70a414fadcff  > .ele-wrap:hover {background-color: #0c3e97;color: #ffffff;border-right-color: #0c3e97;border-right-style: solid;border-right-width: 1px;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#adb70a414fadcff:hover * {color: #ffffff  !important}
                            #adb70a414fadcff:hover .line{border-color: #ffffff  !important}#a02a5a1010a11c9 .a810ca0a6fa4d58 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;}#a02a5a1010a11c9 .a810ca0a6fa4d58  > .ele-wrap:hover {background-color: #0c3e97;color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;}#a02a5a1010a11c9 .a810ca0a6fa4d58:hover * {color: #ffffff  !important}
                            #a02a5a1010a11c9 .a810ca0a6fa4d58:hover .line{border-color: #ffffff  !important}#a02a5a1010a11c9 .a1598a6f81a52cd {
  overflow: hidden;
}
#a02a5a1010a11c9 .a1598a6f81a52cd , #a02a5a1010a11c9 .a1598a6f81a52cd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a02a5a1010a11c9 .uk-grid {
  margin-left: -10px;
}
#a02a5a1010a11c9 .uk-grid > * {
  padding-left: 10px;
}
#a02a5a1010a11c9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a02a5a1010a11c9 .uk-position-center-left-out {
    left: -30px;
  }
  #a02a5a1010a11c9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#ad029a79a0acd57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8c70ae2d4a389b {
  min-height: 300px;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#a27e9a5540af2fd .ele-slideshow .uk-dotnav > .uk-active a {
  background: #114b7e;
}
#ac88fac011a6c63 > .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: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a3206a077ea742f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(221, 221, 221, 1);border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);}#a3206a077ea742f  > .ele-wrap:hover {background-color: #0c3e97;color: #ffffff;}#a3206a077ea742f:hover * {color: #ffffff  !important}
                            #a3206a077ea742f:hover .line{border-color: #ffffff  !important}#ac751aa11caef8d > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(221, 221, 221, 1);border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);}#ac751aa11caef8d  > .ele-wrap:hover {background-color: #0c3e97;color: #ffffff;border-right-color: #0c3e97;border-right-style: solid;border-right-width: 1px;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac751aa11caef8d:hover * {color: #ffffff  !important}
                            #ac751aa11caef8d:hover .line{border-color: #ffffff  !important}#adb70a414fadcff > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(221, 221, 221, 1);border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);}#adb70a414fadcff  > .ele-wrap:hover {background-color: #0c3e97;color: #ffffff;border-right-color: #0c3e97;border-right-style: solid;border-right-width: 1px;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#adb70a414fadcff:hover * {color: #ffffff  !important}
                            #adb70a414fadcff:hover .line{border-color: #ffffff  !important}#adeb3aa765a5dcc , #adeb3aa765a5dcc a{color: rgba(12, 62, 151, 1);}#a6b3aa5525a225e {
  overflow: hidden;
}
#a6b3aa5525a225e , #a6b3aa5525a225e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 35px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a1d3aa5352a3c36 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad2d6a6f5bae308 > .ele-wrap {background-color: #e6cc30;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad45eabc98a9253 .inner-detail p {
  text-indent: 28px;
}
#ad45eabc98a9253 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #666666;
  line-height: 35px;
}
#ae5e6a08a9a8ac1 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;}#aea06ab45cac177 , #aea06ab45cac177 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a114aa5fe9a7c15 , #a114aa5fe9a7c15 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3fc2a9626a04bf , #a3fc2a9626a04bf .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9330a8290ae086 {
  overflow: hidden;
  pointer-events: none;
}
#a9330a8290ae086 > .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;
}
#a9330a8290ae086 > .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;
}
#a9330a8290ae086 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9330a8290ae086 > .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;
}
#a9330a8290ae086 > .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;
}
#a9330a8290ae086 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9330a8290ae086 > .tab-wrap > div > .tab-nav,
#a9330a8290ae086 > .tab-nav,
#a9330a8290ae086 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9330a8290ae086 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
}
#a9330a8290ae086 > .tab-wrap > div > .tab-nav-horizontal,
#a9330a8290ae086 > .tab-nav-horizontal,
#a9330a8290ae086 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9330a8290ae086 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9330a8290ae086 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9330a8290ae086 > .tab-nav-horizontal::-webkit-scrollbar,
#a9330a8290ae086 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9330a8290ae086 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9330a8290ae086 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9330a8290ae086 > .tab-nav-horizontal.tagScroll,
#a9330a8290ae086 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9330a8290ae086 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9330a8290ae086 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9330a8290ae086 > .tab-nav-horizontal.tagScroll li a,
#a9330a8290ae086 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9330a8290ae086 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9330a8290ae086 > .tab-wrap > div > .tab-nav a,
#a9330a8290ae086 > .tab-nav a,
#a9330a8290ae086 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9330a8290ae086 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9330a8290ae086 > .tab-wrap > div > .tab-nav li a,
#a9330a8290ae086 > .tab-nav li a,
#a9330a8290ae086 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9330a8290ae086 > .tab-tabs > .tab-nav li a {
  display: block;
  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: 20px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 0;
}
#a9330a8290ae086 > .tab-wrap > div > .tab-nav li a svg,
#a9330a8290ae086 > .tab-nav li a svg,
#a9330a8290ae086 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9330a8290ae086 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9330a8290ae086 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9330a8290ae086 > .tab-nav li a .ap_icon,
#a9330a8290ae086 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9330a8290ae086 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9330a8290ae086 > .tab-wrap > div > .tab-nav li a:hover,
#a9330a8290ae086 > .tab-nav li a:hover,
#a9330a8290ae086 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9330a8290ae086 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-bottom-width: 3px;
  border-bottom-color: #0c3e97;
  border-bottom-style: solid;
}
#a9330a8290ae086 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9330a8290ae086 > .tab-nav li.uk-active a,
#a9330a8290ae086 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9330a8290ae086 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-bottom-width: 3px;
  border-bottom-color: #0c3e97;
  border-bottom-style: solid;
}
#a9330a8290ae086 .layout-left li,
#a9330a8290ae086 .layout-center li,
#a9330a8290ae086 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9330a8290ae086 .layout-left li a,
#a9330a8290ae086 .layout-center li a,
#a9330a8290ae086 .layout-right li a {
  height: 100%;
}
#a9330a8290ae086 > .tab-tabs .layout-left {
  text-align: left;
}
#a9330a8290ae086 > .tab-tabs .layout-center {
  text-align: center;
}
#a9330a8290ae086 > .tab-tabs .layout-right {
  text-align: right;
}
#a9330a8290ae086 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9330a8290ae086 .tab-content-wrap {
  background-color: #ffffff;
}
#a9330a8290ae086 .tab-contents,
#a9330a8290ae086 .tab-contents-wrap {
  pointer-events: none;
}
#a9330a8290ae086 .tab-content,
#a9330a8290ae086 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9330a8290ae086 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9330a8290ae086 .tab-wrap .tab-contents {
  height: 100%;
}
#a9330a8290ae086 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9330a8290ae086 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9330a8290ae086 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#afafeae10ba2eb1 .video-box,
#afafeae10ba2eb1 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#afafeae10ba2eb1 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#afafeae10ba2eb1 .video-box video,
#afafeae10ba2eb1 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#afafeae10ba2eb1 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#afafeae10ba2eb1 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#afafeae10ba2eb1 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#afafeae10ba2eb1 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#afafeae10ba2eb1 .thumb-box {
  width: 100%;
  position: relative;
}
#afafeae10ba2eb1 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#afafeae10ba2eb1 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#afafeae10ba2eb1 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#afafeae10ba2eb1 .thumb-list {
  overflow: hidden;
}
#afafeae10ba2eb1 .thumb-list ul {
  width: 100000px;
}
#afafeae10ba2eb1 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#afafeae10ba2eb1 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#afafeae10ba2eb1 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#afafeae10ba2eb1 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#afafeae10ba2eb1 .thumb-list ul li.active img {
  border-color: #df3033;
}
#afafeae10ba2eb1 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#afafeae10ba2eb1 .zoom-box img {
  max-width: initial;
}
#afafeae10ba2eb1 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#afafeae10ba2eb1 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#afafeae10ba2eb1 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#afafeae10ba2eb1 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#afafeae10ba2eb1 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #afafeae10ba2eb1 .right {
    width: 100%;
  }
  #afafeae10ba2eb1 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #afafeae10ba2eb1 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #afafeae10ba2eb1 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a3418abc8ba862e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab99ea2616a9c60 .uk-slider-container,
#ab99ea2616a9c60 .uk-cover-container {
  overflow: visible;
}
#ab99ea2616a9c60 .uk-container {
  max-width: 1100px;
  padding-bottom: 60px;
  overflow: hidden;
}
#ab99ea2616a9c60 .time {
  font-size: 16px;
  color: #666;
  display: block;
}
#ab99ea2616a9c60 .uk-slider-items li {
  padding: 12px;
}
#ab99ea2616a9c60 .title {
  font-size: 18px;
  color: #3d3d3d;
  position: relative;
}
#ab99ea2616a9c60 .sub-title {
  font-size: 16px;
  color: #3d3d3d;
  position: relative;
}
#ab99ea2616a9c60 .abstract {
  font-size: 16px;
  color: #666;
}
#ab99ea2616a9c60 .uk-grid {
  margin-left: -20px !important;
}
#ab99ea2616a9c60 .img,
#ab99ea2616a9c60 .img-wrap {
  height: 340px;
  margin-top: 0;
}
#ab99ea2616a9c60 .img-wrap {
  overflow: hidden;
}
#ab99ea2616a9c60 .header-title {
  font-size: 40px;
}
#ab99ea2616a9c60 .header-sub-title {
  font-size: 18px;
  color: #666;
}
#ab99ea2616a9c60 .header-sub-abstract {
  font-size: 14px;
  color: #666;
}
#ab99ea2616a9c60 .border-top {
  border-top: 1px solid #e5e5e5;
}
#ab99ea2616a9c60 .data-list {
  margin-top: 60px;
}
#ab99ea2616a9c60 .uk-slider-items li {
  padding: 12px;
}
#ab99ea2616a9c60 .uk-slider-items li .uk-width-expand {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.16);
  background: #fff;
  transition: all ease-in-out 0.3s;
}
#ab99ea2616a9c60 .uk-slider-items li .uk-width-expand .shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
#ab99ea2616a9c60 .uk-slider-items li .uk-width-expand .content-box {
  padding: 0 24px 20px;
  margin-top: 10px;
}
#ab99ea2616a9c60 .uk-slider-items li:last-child {
  border-right: none;
}
#ab99ea2616a9c60 .uk-slider-items li.uk-active {
  z-index: 9;
}
#ab99ea2616a9c60 .uk-slider-items li.uk-active .uk-width-expand {
  transform: scale(1.2);
}
#ab99ea2616a9c60 .uk-slider-items li.uk-active .shadow {
  display: none;
}
#ab99ea2616a9c60 .btn-prev,
#ab99ea2616a9c60 .btn-next {
  width: 56px;
  height: 56px;
  top: 50%;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
  z-index: 10;
}
#ab99ea2616a9c60 .btn-prev svg,
#ab99ea2616a9c60 .btn-next svg {
  color: #fff;
}
#ab99ea2616a9c60 .btn-next {
  right: 100px;
}
#ab99ea2616a9c60 .btn-prev {
  left: 100px;
}
@media screen and (max-width: 1200px) {
  #ab99ea2616a9c60 .btn-prev,
  #ab99ea2616a9c60 .btn-next {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #ab99ea2616a9c60 .uk-slider-items li.uk-active {
    z-index: 9;
  }
  #ab99ea2616a9c60 .uk-slider-items li.uk-active .uk-width-expand {
    transform: scale(1);
  }
  #ab99ea2616a9c60 .uk-slider-items li.uk-active .shadow {
    display: none;
  }
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#aa427a65eda0fdf > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1749436406179.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac6d9a4184a500c > .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: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#ae43dab495ab427 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae43dab495ab427 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae43dab495ab427 .ap-icon {
  margin-right: 6px;
}
#ae43dab495ab427 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 nullpx;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-bottom-color: #dddddd;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-right: 10px;
  width: 300px;
  height: 60px;
}
#ae43dab495ab427 .menu-list > li.icon-bottom > a,
#ae43dab495ab427 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae43dab495ab427 .menu-list > li.icon-bottom > a .ap-icon,
#ae43dab495ab427 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae43dab495ab427 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae43dab495ab427 .menu-list > li.icon-top > a .ap-icon svg,
#ae43dab495ab427 .menu-list > li.icon-bottom > a .ap-icon img,
#ae43dab495ab427 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae43dab495ab427 .menu-list > li.icon-right > a .ap-icon,
#ae43dab495ab427 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae43dab495ab427 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae43dab495ab427 .menu-list > li:hover > a,
#ae43dab495ab427 .menu-list > li.active > a {
  background: #0c3e97;
  background-color: #0c3e97;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 1px;
  border-top-color: #0c3e97;
  border-top-style: solid;
  border-right-color: #0c3e97;
  border-left-color: #0c3e97;
  border-bottom-color: #0c3e97;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ae43dab495ab427 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #0c3e97;
  border-bottom-color: #0c3e97;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-right-color: #0c3e97;
  border-left-color: #0c3e97;
  border-top-color: #0c3e97;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-top-style: solid;
}
#ae43dab495ab427 .menu-list ul,
#ae43dab495ab427 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae43dab495ab427 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae43dab495ab427 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae43dab495ab427 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae43dab495ab427 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab99ea2616a9c60 [data-item*=".abstract"], #ab99ea2616a9c60 [data-item*=".abstract"] a {show: true;}#ab99ea2616a9c60 [data-item*=".subTitle"], #ab99ea2616a9c60 [data-item*=".subTitle"] a {show: true;}#a9736a0c94af53a .ac25ea962fa4ee4 > .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;}#a9736a0c94af53a .ac25ea962fa4ee4  > .ele-wrap:hover {box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 1);color: #e6cc30;}#a9736a0c94af53a .ac25ea962fa4ee4:hover * {color: #e6cc30 }
                            #a9736a0c94af53a .ac25ea962fa4ee4:hover .line{border-color: #e6cc30 }#a9736a0c94af53a .ada1aae2eba31ce {
  overflow: hidden;
}
#a9736a0c94af53a .ada1aae2eba31ce .img-wrap {
  transition: all 0.3s ease-in;
}
#a9736a0c94af53a .ada1aae2eba31ce .img-wrap:hover {
  transform: scale(1.1);
}
#a9736a0c94af53a .a0c3caf370a507c {
  overflow: hidden;
}
#a9736a0c94af53a .a0c3caf370a507c , #a9736a0c94af53a .a0c3caf370a507c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9736a0c94af53a .uk-grid {
  margin-left: -28px;
}
#a9736a0c94af53a .uk-grid > * {
  padding-left: 28px;
}
#a9736a0c94af53a .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#a9736a0c94af53a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9736a0c94af53a .uk-position-center-left-out {
    left: -30px;
  }
  #a9736a0c94af53a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a3418abc8ba862e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7651aea91a7e59 {
  min-height: 300px;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#aa427a65eda0fdf > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1749436406179.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a194ba32bca29dc > .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: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a46f7aa6cea152f a, #a46f7aa6cea152f {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#af24ca2282a6811 {
  overflow: hidden;
}
#af24ca2282a6811 , #af24ca2282a6811 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a588aa3b4fa05a0  {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(155, 155, 155, 1);}#ae819a2a53a7242 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;background-color: rgba(255, 255, 255, 1);box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a8500a4853a1e47 .inner-detail p {
  text-indent: 28px;
}
#a8500a4853a1e47 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 32px;
}
#ab23ba6777abd34 > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#adc98a0554a0c08, #adc98a0554a0c08 a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#adc98a0554a0c08 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: #e6cc30;}#a1466ad742a258c > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a2084a6ad8a5c94 > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#ad394a40a7a6878, #ad394a40a7a6878 a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad394a40a7a6878 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: #e6cc30;}#ac822a3ba8aa1ad > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a9187a1beba8363 > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a3418abc8ba862e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a88b9ab279aaa28 .uk-slider-container,
#a88b9ab279aaa28 .uk-cover-container {
  overflow: visible;
}
#a88b9ab279aaa28 .uk-container {
  max-width: 1100px;
  padding-bottom: 60px;
  overflow: hidden;
}
#a88b9ab279aaa28 .time {
  font-size: 16px;
  color: #666;
  display: block;
}
#a88b9ab279aaa28 .uk-slider-items li {
  padding: 12px;
}
#a88b9ab279aaa28 .title {
  font-size: 18px;
  color: #3d3d3d;
  position: relative;
}
#a88b9ab279aaa28 .sub-title {
  font-size: 16px;
  color: #3d3d3d;
  position: relative;
}
#a88b9ab279aaa28 .abstract {
  font-size: 16px;
  color: #666;
}
#a88b9ab279aaa28 .uk-grid {
  margin-left: -20px !important;
}
#a88b9ab279aaa28 .img,
#a88b9ab279aaa28 .img-wrap {
  height: 340px;
  margin-top: 0;
}
#a88b9ab279aaa28 .img-wrap {
  overflow: hidden;
}
#a88b9ab279aaa28 .header-title {
  font-size: 40px;
}
#a88b9ab279aaa28 .header-sub-title {
  font-size: 18px;
  color: #666;
}
#a88b9ab279aaa28 .header-sub-abstract {
  font-size: 14px;
  color: #666;
}
#a88b9ab279aaa28 .border-top {
  border-top: 1px solid #e5e5e5;
}
#a88b9ab279aaa28 .data-list {
  margin-top: 60px;
}
#a88b9ab279aaa28 .uk-slider-items li {
  padding: 12px;
}
#a88b9ab279aaa28 .uk-slider-items li .uk-width-expand {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.16);
  background: #fff;
  transition: all ease-in-out 0.3s;
}
#a88b9ab279aaa28 .uk-slider-items li .uk-width-expand .shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
#a88b9ab279aaa28 .uk-slider-items li .uk-width-expand .content-box {
  padding: 0 24px 20px;
  margin-top: 10px;
}
#a88b9ab279aaa28 .uk-slider-items li:last-child {
  border-right: none;
}
#a88b9ab279aaa28 .uk-slider-items li.uk-active {
  z-index: 9;
}
#a88b9ab279aaa28 .uk-slider-items li.uk-active .uk-width-expand {
  transform: scale(1.2);
}
#a88b9ab279aaa28 .uk-slider-items li.uk-active .shadow {
  display: none;
}
#a88b9ab279aaa28 .btn-prev,
#a88b9ab279aaa28 .btn-next {
  width: 56px;
  height: 56px;
  top: 50%;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
  z-index: 10;
}
#a88b9ab279aaa28 .btn-prev svg,
#a88b9ab279aaa28 .btn-next svg {
  color: #fff;
}
#a88b9ab279aaa28 .btn-next {
  right: 100px;
}
#a88b9ab279aaa28 .btn-prev {
  left: 100px;
}
@media screen and (max-width: 1200px) {
  #a88b9ab279aaa28 .btn-prev,
  #a88b9ab279aaa28 .btn-next {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #a88b9ab279aaa28 .uk-slider-items li.uk-active {
    z-index: 9;
  }
  #a88b9ab279aaa28 .uk-slider-items li.uk-active .uk-width-expand {
    transform: scale(1);
  }
  #a88b9ab279aaa28 .uk-slider-items li.uk-active .shadow {
    display: none;
  }
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#a0c4fa1a6dadbfb .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 17px;justify-content: center;}#a0c4fa1a6dadbfb .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ace7da9ab8a3a4b .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 15px;justify-content: center;}#ace7da9ab8a3a4b .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a094ba9e4aaeee9 > .ele-wrap {background-color: rgba(17, 75, 126, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4063a2487a1c5a .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a4063a2487a1c5a .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aad8ca3498a5a75 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#aad8ca3498a5a75 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #114b7e;
}
#a3849a9eebaa687 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9561a7804a2097 > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1746530887710.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9561a7804a2097  > .ele-wrap:hover {box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 1);}#aef7aafe09a5b8d > .ele-wrap {background-color: rgba(255, 255, 255, 0.9);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ff8a0a4eaa24e .ele-wrap {border-color: rgba(221, 221, 221, 1);border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 12px;font-size: 16px;justify-content: center;}#a1ff8a0a4eaa24e .ele-wrap:hover {border-color: rgba(17, 75, 126, 1);background-color: #fff;color: #ffffff;background-color: #0c3e97;}#a83f6af232a9726 > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1746530887710.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a83f6af232a9726  > .ele-wrap:hover {box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 1);}#ad29da1b6da48cb > .ele-wrap {background-color: rgba(255, 255, 255, 0.9);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9ecacfd6adf24 .ele-wrap {border-color: rgba(221, 221, 221, 1);border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 12px;font-size: 16px;justify-content: center;}#af9ecacfd6adf24 .ele-wrap:hover {border-color: rgba(17, 75, 126, 1);background-color: #fff;color: #ffffff;background-color: #0c3e97;}#aa6a5a2912aa0bb > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1746530887710.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa6a5a2912aa0bb  > .ele-wrap:hover {box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 1);}#a0300a5cd5a7aa6 > .ele-wrap {background-color: rgba(255, 255, 255, 0.9);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8511a8f56a2de0 .ele-wrap {border-color: rgba(221, 221, 221, 1);border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 12px;font-size: 16px;justify-content: center;}#a8511a8f56a2de0 .ele-wrap:hover {border-color: rgba(17, 75, 126, 1);background-color: #fff;color: #ffffff;background-color: #0c3e97;}#a6257a1f9facd4d > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1746530887710.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6257a1f9facd4d  > .ele-wrap:hover {box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 1);}#a1a5ea3c21adcb8 > .ele-wrap {background-color: rgba(255, 255, 255, 0.9);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0fa9a3111a9281 .ele-wrap {border-color: rgba(221, 221, 221, 1);border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 12px;font-size: 16px;justify-content: center;}#a0fa9a3111a9281 .ele-wrap:hover {border-color: rgba(17, 75, 126, 1);background-color: #fff;color: #ffffff;background-color: #0c3e97;}#aaf38a1815ac240 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aaf38a1815ac240  > .ele-wrap:hover {color: #0c3e97;border-right-style: solid;border-right-color: rgba(221, 221, 221, 1);border-right-width: 1px;border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aaf38a1815ac240:hover * {color: #0c3e97  !important}
                            #aaf38a1815ac240:hover .line{border-color: #0c3e97  !important}#acee1aeb43abe81 , #acee1aeb43abe81 a{color: rgba(255, 255, 255, 0);}#ae82ba288ea091a > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ae82ba288ea091a  > .ele-wrap:hover {color: #0c3e97;border-right-style: solid;border-right-color: rgba(221, 221, 221, 1);border-right-width: 1px;border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ae82ba288ea091a:hover * {color: #0c3e97  !important}
                            #ae82ba288ea091a:hover .line{border-color: #0c3e97  !important}#afb20a102da29ce , #afb20a102da29ce a{color: rgba(255, 255, 255, 0);}#afde8ad2aca72d4 .aaac0a9aa9a6205 , #afde8ad2aca72d4 .aaac0a9aa9a6205 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 30px;}#afde8ad2aca72d4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afde8ad2aca72d4 .uk-position-center-left-out {
    left: -30px;
  }
  #afde8ad2aca72d4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae537a18aca22c6 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 50px;text-align: left;font-family: inherit;color: rgba(234, 24, 71, 1);}#a0891a591fad73f > div {
        font-weight: bold;
        font-style: normal;
    font-size: 50px;text-align: center;font-family: inherit;color: rgba(234, 24, 71, 1);}#ad3b1ad882a7417 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 50px;text-align: right;font-family: inherit;color: rgba(234, 24, 71, 1);}#a4ef0aab3eab413 > .ele-wrap {background-color: rgba(255, 255, 255, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#af48da0604ac599 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acff4a4372a7b1a > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#aacb3a4fb8a7904 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca66ade83a83fe > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#aaa54a32faa43b3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa48cae8fcacafa > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a3f06a503caab1a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d6fa9ddca23ac > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#aee6ba54c7a4fda > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f4ba4cf5a1cb7 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a7769aaf0ba468c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aabedaf7c5a78e9 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#aba52a187fa88aa > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aba52a187fa88aa  > .ele-wrap:hover {color: #114b7e;border-right-style: solid;border-right-color: rgba(221, 221, 221, 1);border-right-width: 1px;border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aba52a187fa88aa:hover * {color: #114b7e  !important}
                            #aba52a187fa88aa:hover .line{border-color: #114b7e  !important}#a6280afb70a292c , #a6280afb70a292c a{color: rgba(255, 255, 255, 0);}#aca19acaacae5f2 > .ele-wrap {background-color: rgba(255, 255, 255, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#ad86ea6641ad0e3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad6e6a581bac7bd > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ab3c9ad239a0839 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acc3da0166a8afb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a505eaf817a314e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab87a0acbaa14e > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#aacd0ae638a54ea > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef23a6e92a2978 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a5c87ad746acc34 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac2fca6f1ca51eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a0283a31efa0e56 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a9eaded9a4f64 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a4799a7889a45e4 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4799a7889a45e4  > .ele-wrap:hover {color: #114b7e;border-right-style: solid;border-right-color: rgba(221, 221, 221, 1);border-right-width: 1px;border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4799a7889a45e4:hover * {color: #114b7e  !important}
                            #a4799a7889a45e4:hover .line{border-color: #114b7e  !important}#aa492a7ab7a78f3 , #aa492a7ab7a78f3 a{color: rgba(255, 255, 255, 0);}#afd38ad39baf1d2 > .ele-wrap {background-color: rgba(255, 255, 255, 0.8);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a18b5a3d9aaa680 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a45dea6edcaae53 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ad1e7a8789a2a4b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a69d8ac47aa4cac > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a11d2aab05aed66 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab04caa81ea9c22 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a6392a8467a7c2b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3420a1fffa1c98 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a00f5a2612a2950 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9112ad2fea0b08 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a92b0aa271a2de3 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a92b0aa271a2de3  > .ele-wrap:hover {color: #114b7e;border-right-style: solid;border-right-color: rgba(221, 221, 221, 1);border-right-width: 1px;border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a92b0aa271a2de3:hover * {color: #114b7e  !important}
                            #a92b0aa271a2de3:hover .line{border-color: #114b7e  !important}#ac5a6ab320a7815 , #ac5a6ab320a7815 a{color: rgba(255, 255, 255, 0);}#a04d0a0bd1abd9f > .ele-wrap {background-color: rgba(255, 255, 255, 0.7);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 180px;border-bottom-right-radius: 180px;border-top-right-radius: 180px;border-bottom-left-radius: 180px;}#a3220a493ea5b33 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3220a493ea5b33 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3220a493ea5b33 .ap-icon {
  margin-right: 6px;
}
#a3220a493ea5b33 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 180px;
  border-bottom-right-radius: 180px;
  border-bottom-left-radius: 180px;
  border-top-left-radius: 180px;
  margin-bottom: 10px;
  width: 150px;
  height: 60px;
}
#a3220a493ea5b33 .menu-list > li.icon-bottom > a,
#a3220a493ea5b33 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3220a493ea5b33 .menu-list > li.icon-bottom > a .ap-icon,
#a3220a493ea5b33 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3220a493ea5b33 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3220a493ea5b33 .menu-list > li.icon-top > a .ap-icon svg,
#a3220a493ea5b33 .menu-list > li.icon-bottom > a .ap-icon img,
#a3220a493ea5b33 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3220a493ea5b33 .menu-list > li.icon-right > a .ap-icon,
#a3220a493ea5b33 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3220a493ea5b33 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3220a493ea5b33 .menu-list > li:hover > a,
#a3220a493ea5b33 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3220a493ea5b33 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #0c3e97;
  border-top-right-radius: 180px;
  border-bottom-right-radius: 180px;
  border-bottom-left-radius: 180px;
  border-top-left-radius: 180px;
}
#a3220a493ea5b33 .menu-list ul,
#a3220a493ea5b33 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3220a493ea5b33 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a3220a493ea5b33 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3220a493ea5b33 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3220a493ea5b33 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae328a4f86a7e72 > .ele-wrap {background-color: rgba(176, 209, 247, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ace59ae4a5aab39 > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a9f16a6c51a05f6 > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 180px;border-bottom-right-radius: 180px;border-top-right-radius: 180px;border-bottom-left-radius: 180px;}#aa870a4411ab2ec > .ele-wrap {background-color: rgba(114, 168, 232, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ab0eda0112ac6a8 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a81afa2d2ca2a8b > .ele-wrap {background-color: rgba(176, 209, 247, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#aecedacc65ab297 > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a6702adce0a3272 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#abb76ab784a9847 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6211aa974a8ad1 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7118a8004ae75e > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: left;font-family: inherit;color: #0c3e97;}#a09b1a8aaba0127 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 65px;text-align: left;font-family: inherit;color: #0c3e97;}#accc2a7212a1e3d > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a8017a96beaf31a > .ele-wrap {background-color: rgba(176, 209, 247, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a9fabaa274ad376 > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ae44ea11b4a0ff3 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a5074a42cfa07aa > .ele-wrap {background-color: rgba(176, 209, 247, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ad2f7a840ca966a > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a8af5a6d8ea22cb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a6247a6666af477 > .ele-wrap {background-color: rgba(176, 209, 247, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a9c61ac7cdac667 > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ac44eaf8cea0c9e > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a312aae4a8a1495 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 65px;text-align: left;font-family: inherit;color: #0c3e97;}#ac7c2a9c12a7859 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac1c9a92a1a98ee > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf80a4d6ba4834 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af6dba5f57a80cb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#af6dba5f57a80cb .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523656614.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#af6dba5f57a80cb .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#afe3eae00ba7aa6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#afe3eae00ba7aa6 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523654547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#afe3eae00ba7aa6 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a6465a0ebda3f84 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a6465a0ebda3f84 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653284.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6465a0ebda3f84 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a47f6ad1c1a9435 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a47f6ad1c1a9435 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758524657845.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a47f6ad1c1a9435 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a6ffaac804ab1c0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a6ffaac804ab1c0 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655044.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6ffaac804ab1c0 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a32e7a67bca2402 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a32e7a67bca2402 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523654360.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a32e7a67bca2402 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#ae26fa4d82a419c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#ae26fa4d82a419c .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655193.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae26fa4d82a419c .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a4223a9894a6318 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a4223a9894a6318 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758525270418.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4223a9894a6318 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a4ed4a68aaa5586 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a4ed4a68aaa5586 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523656072.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4ed4a68aaa5586 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a28e6a5423a0a39 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a28e6a5423a0a39 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655926.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a28e6a5423a0a39 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#ab4fca3caeafbd2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#ab4fca3caeafbd2 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653986.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ab4fca3caeafbd2 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#ae54ca7f03ad268 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#ae54ca7f03ad268 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653649.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae54ca7f03ad268 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a769da01b5ae78e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a769da01b5ae78e .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523654716.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a769da01b5ae78e .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a853fa1b26aaaf8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a853fa1b26aaaf8 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655579.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a853fa1b26aaaf8 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a6ce6a79b0aece3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a6ce6a79b0aece3 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523654878.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6ce6a79b0aece3 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a1ba7ac207a5061 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a1ba7ac207a5061 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758526095102.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1ba7ac207a5061 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a0263a593ea2e5c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a0263a593ea2e5c .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523656243.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0263a593ea2e5c .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a4b32af8a7a2fea > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a4b32af8a7a2fea .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653079.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4b32af8a7a2fea .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#ac14aaef85a802f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#ac14aaef85a802f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655757.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac14aaef85a802f .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a57a4a985fa953e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a57a4a985fa953e .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653474.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a57a4a985fa953e .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#acf77a9b05a5dd0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#acf77a9b05a5dd0 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523656462.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#acf77a9b05a5dd0 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a8673a1b3bac58f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a8673a1b3bac58f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655374.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a8673a1b3bac58f .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#afcd2a0502aa121 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#afcd2a0502aa121 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653812.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#afcd2a0502aa121 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#ac046ae618a35ce > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#ac046ae618a35ce .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523654160.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac046ae618a35ce .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a20c1a842daee36 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a20c1a842daee36  > .ele-wrap:hover {color: #0c3e97;border-right-style: solid;border-right-color: rgba(221, 221, 221, 1);border-right-width: 1px;border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-color: rgba(221, 221, 221, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a20c1a842daee36:hover * {color: #0c3e97  !important}
                            #a20c1a842daee36:hover .line{border-color: #0c3e97  !important}#a4e9aa190dad4a5 , #a4e9aa190dad4a5 a{color: rgba(255, 255, 255, 0);}#a88b9ab279aaa28 [data-item*=".abstract"], #a88b9ab279aaa28 [data-item*=".abstract"] a {show: true;}#a88b9ab279aaa28 [data-item*=".subTitle"], #a88b9ab279aaa28 [data-item*=".subTitle"] a {show: true;}#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#aad9da702eadbfc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#a279fa0520a4a5b > .ele-wrap {background-color: rgba(255, 255, 255, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ac4c0ae979ab033 > .ele-wrap {background-color: rgba(17, 75, 126, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a699ba4f89a0d9b .ele-slideshow .uk-dotnav > .uk-active a {
  background: #114b7e;
}
#ac154a8df0a289e > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6bfabd5ea5f80 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad467aa32aa8c44 .ac019a51d3a06dd , #ad467aa32aa8c44 .ac019a51d3a06dd .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 30px;}#ad467aa32aa8c44 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad467aa32aa8c44 .uk-position-center-left-out {
    left: -30px;
  }
  #ad467aa32aa8c44 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae6a1a8993ab2d6 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a20a4a1875a1b81 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2fefa5c86ae29c .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a5ee8ac510a8fbe .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a1ef8a7263ab4ca > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0703ae2aaab482 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af7e1a337fa60ed .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a71dba0b36a33b3 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a82c1a8a90a2101 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a47d4aca83ac843 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#abad4a8da5acf88 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a43a4a31e6aca7b .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a8b6ba04f0a8adb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a3893a7e36a55ef .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a7054a4a73a57ab > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa01a6b24aef09 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a162ca4fc0a2cc1 .a8e73adf2aadbd1 > .ele-wrap {background-image: url(/resources/upload/aecdfa385ca6c2f/1758390201933.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a162ca4fc0a2cc1 .aae65a60cca4941 , #a162ca4fc0a2cc1 .aae65a60cca4941 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(234, 24, 71, 1);}#a162ca4fc0a2cc1 .a4c2cae271ad6eb , #a162ca4fc0a2cc1 .a4c2cae271ad6eb .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 25px;}#a162ca4fc0a2cc1 .uk-grid {
  margin-left: 0px;
}
#a162ca4fc0a2cc1 .uk-grid > * {
  padding-left: 0px;
}
#a162ca4fc0a2cc1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a162ca4fc0a2cc1 .uk-position-center-left-out {
    left: -30px;
  }
  #a162ca4fc0a2cc1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a410eaf32caecb4 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae75a469eadb70 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa26ca1f25a812c > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af63ba5297ac4fc > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e2ca1f3fa7036 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10f1ab39bae032 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a10f1ab39bae032 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523656614.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a10f1ab39bae032 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#aa6a9adfb2a27cb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#aa6a9adfb2a27cb .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523654547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa6a9adfb2a27cb .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#aafbeaf579a63f0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#aafbeaf579a63f0 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653284.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aafbeaf579a63f0 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a4d87a8d94a2b6f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a4d87a8d94a2b6f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758524657845.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4d87a8d94a2b6f .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#aa796a71faafb98 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#aa796a71faafb98 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655044.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa796a71faafb98 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a4f08af00dad6a1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a4f08af00dad6a1 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523654360.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4f08af00dad6a1 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#abb9aaefc9a7162 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#abb9aaefc9a7162 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655193.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#abb9aaefc9a7162 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a822aa4822aaca3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a822aa4822aaca3 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758525270418.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a822aa4822aaca3 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a4c2aa5e3ba3ff3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a4c2aa5e3ba3ff3 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523656072.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4c2aa5e3ba3ff3 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a3533a73cdafd6f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a3533a73cdafd6f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655926.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a3533a73cdafd6f .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a14a4ae4e4a007d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a14a4ae4e4a007d .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653986.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a14a4ae4e4a007d .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a2d1aaee4ca6a4f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a2d1aaee4ca6a4f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653649.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a2d1aaee4ca6a4f .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#ac15fa38a5a3add > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#ac15fa38a5a3add .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523654716.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac15fa38a5a3add .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#ac914a4044a6237 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#ac914a4044a6237 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655579.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac914a4044a6237 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a7724ae706ad225 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a7724ae706ad225 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523654878.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a7724ae706ad225 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a23cdaee32a815b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a23cdaee32a815b .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758526095102.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a23cdaee32a815b .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a6b0aac9c4ac1cd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a6b0aac9c4ac1cd .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523656243.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6b0aac9c4ac1cd .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a0d2ca66cfa1f40 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a0d2ca66cfa1f40 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653079.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0d2ca66cfa1f40 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a8116a7772ade55 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a8116a7772ade55 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655757.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a8116a7772ade55 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a5055ad9f8aaca9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a5055ad9f8aaca9 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653474.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a5055ad9f8aaca9 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a0650aef3ba01ec > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a0650aef3ba01ec .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523656462.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0650aef3ba01ec .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a97c7a3772a1079 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a97c7a3772a1079 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523655374.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a97c7a3772a1079 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#aa8a6a718ea2356 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#aa8a6a718ea2356 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523653812.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa8a6a718ea2356 .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a977fa9cc6a09be > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a977fa9cc6a09be .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/aecdfa385ca6c2f/1758523654160.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a977fa9cc6a09be .hover-content-wrap:nth-child(2)
                            {background-color: #0c3e97;}#a9c16a1423aa423 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdaba1764af3ef > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8711a1cf5ab01c > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 180px;border-bottom-right-radius: 180px;border-top-right-radius: 180px;border-bottom-left-radius: 180px;}#a8330abac9ab9f9 > .ele-wrap {background-color: rgba(114, 168, 232, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a6d4ca6d60ab320 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#acfd1aa7e4a47c9 > .ele-wrap {background-color: rgba(176, 209, 247, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#accc6aea7ea8e94 > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a0f2ea91eca1acf > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#af4d9a6ef7ae39b > .ele-wrap {background-color: rgba(176, 209, 247, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ae7fbaf281af9da > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a129ea273ba3f60 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a48f2a74aaa4bb4 > .ele-wrap {background-color: rgba(176, 209, 247, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a6493ae3ddab792 > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a6f90a01d0ad96a > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a39b7a09bbaa934 > .ele-wrap {background-color: rgba(176, 209, 247, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#aefd3a50eea8835 > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a64eaa32c4a9101 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a5459af43ba5fe0 > .ele-wrap {background-color: rgba(176, 209, 247, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a41c2ab37cac709 > .ele-wrap {background-color: rgba(176, 209, 247, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a6981a94bda375c > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a455fa64b4a567e {background-color: rgba(0,0,0,0.7);}#a455fa64b4a567e > .lightbox-content {border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#ad760ab3bfaaab8 > .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;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a319faec63afd75 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a319faec63afd75 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a319faec63afd75 .ap-icon {
  margin-right: 6px;
}
#a319faec63afd75 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 0px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-bottom-color: #dddddd;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-bottom: 1px;
  width: 60px;
}
#a319faec63afd75 .menu-list > li.icon-bottom > a,
#a319faec63afd75 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a319faec63afd75 .menu-list > li.icon-bottom > a .ap-icon,
#a319faec63afd75 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a319faec63afd75 .menu-list > li.icon-bottom > a .ap-icon svg,
#a319faec63afd75 .menu-list > li.icon-top > a .ap-icon svg,
#a319faec63afd75 .menu-list > li.icon-bottom > a .ap-icon img,
#a319faec63afd75 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a319faec63afd75 .menu-list > li.icon-right > a .ap-icon,
#a319faec63afd75 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a319faec63afd75 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a319faec63afd75 .menu-list > li:hover > a,
#a319faec63afd75 .menu-list > li.active > a {
  background: #0c3e97;
  background-color: #0c3e97;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #0c3e97;
  border-top-style: solid;
  border-right-color: #0c3e97;
  border-left-color: #0c3e97;
  border-bottom-color: #0c3e97;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a319faec63afd75 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #0c3e97;
  border-right-style: solid;
  border-right-color: #0c3e97;
  border-right-width: 1px;
  border-left-color: #0c3e97;
  border-bottom-color: #0c3e97;
  border-top-color: #0c3e97;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a319faec63afd75 .menu-list ul,
#a319faec63afd75 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a319faec63afd75 .menu-list ul {
  top: 202px;
  left: 50%;
  transform: translateX(-50%);
}
#a319faec63afd75 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a319faec63afd75 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a319faec63afd75 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3418abc8ba862e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#a0f1ca106ca4ac8 > .ele-wrap {background-image: url(/resources/upload/aecdfa385ca6c2f/1758521581634.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9bd9ac799ad91d > .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: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a9a13a5613a98fd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9a13a5613a98fd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9a13a5613a98fd .ap-icon {
  margin-right: 6px;
}
#a9a13a5613a98fd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 nullpx;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-bottom-color: #dddddd;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-right: 15px;
  margin-left: 15px;
  width: 347px;
  height: 60px;
}
#a9a13a5613a98fd .menu-list > li.icon-bottom > a,
#a9a13a5613a98fd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon,
#a9a13a5613a98fd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon svg,
#a9a13a5613a98fd .menu-list > li.icon-top > a .ap-icon svg,
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon img,
#a9a13a5613a98fd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9a13a5613a98fd .menu-list > li.icon-right > a .ap-icon,
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9a13a5613a98fd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9a13a5613a98fd .menu-list > li:hover > a,
#a9a13a5613a98fd .menu-list > li.active > a {
  background: #0c3e97;
  background-color: #0c3e97;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 1px;
  border-top-color: #0c3e97;
  border-top-style: solid;
  border-right-color: #0c3e97;
  border-left-color: #0c3e97;
  border-bottom-color: #0c3e97;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9a13a5613a98fd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #0c3e97;
  border-bottom-color: #0c3e97;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-right-color: #0c3e97;
  border-left-color: #0c3e97;
  border-top-color: #0c3e97;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-top-style: solid;
}
#a9a13a5613a98fd .menu-list ul,
#a9a13a5613a98fd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9a13a5613a98fd .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a9a13a5613a98fd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9a13a5613a98fd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9a13a5613a98fd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6369ac620a993b > .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;}#a9c6ea0d27a7257 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196588211.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a9c6ea0d27a7257  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a27e6a7a91a8ad0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897990133.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a27e6a7a91a8ad0  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-width: 5px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5517ac12bafe36 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897919481.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a5517ac12bafe36  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4ceeac146a868c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897852884.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a4ceeac146a868c  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a414cad5e8a0b4a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196369024.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a414cad5e8a0b4a  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a139fa1178a22cb > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196033121.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a139fa1178a22cb  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0209a3f5dae59a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1754636868935.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a0209a3f5dae59a  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae45ba00baa295d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1754636893667.png);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#ae45ba00baa295d  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7f34a20feaeedb > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897777832.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a7f34a20feaeedb  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6e55adf33abbc5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196488128.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a6e55adf33abbc5  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad9b4ac81ba440a > .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;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#af2f7ae1a4a13a6 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a22f5a332faa1c2 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#ad47aaaf8da6fe9 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a0c01a5b3ba39c6 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a3c40afc0ba6c90 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a4d3ea9db6a3345 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a5c93a141fae193 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a066fac1fcab7a6 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a1f1dade3ba55ab > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a3652a66baa6dab > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a51aca8364ad7f6 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a09a6aebd4a9ff4 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#ae6f9aee8ca4670 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a5eb2a1b47a6000 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#aad53a6a0ea69f3 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a65c5acb91ae4b3 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a86f4a94b7a5750 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#affb0a7f0ca8b41 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a6f7ba1cb9a0640 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a8f56afcc8aeff9 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#af20cab3faaa402 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a386baff2da7d91 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a70c2a6ba3a7c74 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a648ca4888a0ada > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a9fcda32ceafd0e > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a16ceab6c1aa6b4 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#af61baa6b7a16af .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#aee15a5ea7a7a69 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a23d6a3998a4ff4 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ad8a8a6e03a9ac3 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a8300a4c89aba4e > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(12, 62, 151, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a0aa2a470daa4b4 > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#af093a0f3fa7b2a , #af093a0f3fa7b2a a{color: rgba(230, 204, 48, 1);}#a5edda9f9cacaaa > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a68e0a0f57a46dd , #a68e0a0f57a46dd a{color: rgba(230, 204, 48, 1);}#a1ce7a7e70a7acf > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a1ebcadd7faf027 , #a1ebcadd7faf027 a{color: rgba(230, 204, 48, 1);}#ab0bbab1d2a2cd0 > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aac0ba838da69b7 , #aac0ba838da69b7 a{color: rgba(230, 204, 48, 1);}#a8340a465aac2e1 > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aeef2a2148a2d25 , #aeef2a2148a2d25 a{color: rgba(230, 204, 48, 1);}#a9a21a7747ab7dc > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a50a2a0fcda41bf , #a50a2a0fcda41bf a{color: rgba(230, 204, 48, 1);}#a3673ac1d5a6136 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a9865a07bfafdd5 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#abeeeaa339ac9ab > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a916dad5d5a30f0 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#aa805a138fa62fb > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#ae25aa607aa4c9d .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a3694a2b2ea58ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#a5e74a1712a55a6 > .ele-wrap {background-image: url(/resources/upload/aecdfa385ca6c2f/1758521599948.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9bd9ac799ad91d > .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: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a9a13a5613a98fd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9a13a5613a98fd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9a13a5613a98fd .ap-icon {
  margin-right: 6px;
}
#a9a13a5613a98fd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 nullpx;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-bottom-color: #dddddd;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-right: 15px;
  margin-left: 15px;
  width: 347px;
  height: 60px;
}
#a9a13a5613a98fd .menu-list > li.icon-bottom > a,
#a9a13a5613a98fd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon,
#a9a13a5613a98fd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon svg,
#a9a13a5613a98fd .menu-list > li.icon-top > a .ap-icon svg,
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon img,
#a9a13a5613a98fd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9a13a5613a98fd .menu-list > li.icon-right > a .ap-icon,
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9a13a5613a98fd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9a13a5613a98fd .menu-list > li:hover > a,
#a9a13a5613a98fd .menu-list > li.active > a {
  background: #0c3e97;
  background-color: #0c3e97;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 1px;
  border-top-color: #0c3e97;
  border-top-style: solid;
  border-right-color: #0c3e97;
  border-left-color: #0c3e97;
  border-bottom-color: #0c3e97;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9a13a5613a98fd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #0c3e97;
  border-bottom-color: #0c3e97;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-right-color: #0c3e97;
  border-left-color: #0c3e97;
  border-top-color: #0c3e97;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-top-style: solid;
}
#a9a13a5613a98fd .menu-list ul,
#a9a13a5613a98fd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9a13a5613a98fd .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a9a13a5613a98fd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9a13a5613a98fd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9a13a5613a98fd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3fb6acf3fa81df > .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;}#af590a214ba356f > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196588211.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#af590a214ba356f  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5458a3fb3a0591 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897990133.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a5458a3fb3a0591  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-width: 5px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae5c5a65c7a0805 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897919481.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#ae5c5a65c7a0805  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aaf7da2752a2ffa > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897852884.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#aaf7da2752a2ffa  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a245bab475a094b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196369024.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a245bab475a094b  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a106ba87b8a43eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196033121.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a106ba87b8a43eb  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2b8fa2747a734e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1754636868935.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a2b8fa2747a734e  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1efca99d6a7435 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1754636893667.png);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a1efca99d6a7435  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2d46afccdae9de > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897777832.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a2d46afccdae9de  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4925af467a9cb9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196488128.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a4925af467a9cb9  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4ecbae60ca581d > .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;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a5296a9a29a77cd > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a4015ab0e7a0794 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#afb46a533eabfae > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#aa3b5acde3a466d > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ae059a6b08af8e9 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ab0fba0e1fa17c9 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#afef1a1ac4a0391 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#afb67a3abdae6c3 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a42e2aa2b6a2cd1 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a4a54a3f40aba73 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a68c3a3694a66df > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a2352a519eace7b .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#afe04a4ecfad851 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a69b0abf85aff0a > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#abcc9abac7adff6 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a5875a395ca5126 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#ac58cae912a8dca .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a06f7a6b2dad20a > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#aafd2a61e2a13ba > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a5b8ba85cea206a > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#af3b2ac0ffa2279 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#af627ae72da99d2 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a4b61a9be6a7507 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#acee2a946cadd8a > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a903fa5faaa7f74 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a17c9a5208a9803 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a69caa6057a540c .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a0684a743ba9bac > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#a78baaf596a8373 > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ab014a8a9da3b3e > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 180px;border-bottom-right-radius: 180px;border-bottom-left-radius: 180px;border-top-left-radius: 180px;}#ac940aefe7a214e > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(12, 62, 151, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ad01ea0dc8af0c6 > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aa744adb16a68e2 , #aa744adb16a68e2 a{color: rgba(230, 204, 48, 1);}#a563da9371a51d6 > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#af57ca32c0a9673 , #af57ca32c0a9673 a{color: rgba(230, 204, 48, 1);}#a31fda3131a99b0 > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a6853ae428a043c , #a6853ae428a043c a{color: rgba(230, 204, 48, 1);}#a5143a4a34ad672 > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a8efba5774af810 , #a8efba5774af810 a{color: rgba(230, 204, 48, 1);}#abb3aa330da24fc > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#af94ca6a21a27d6 , #af94ca6a21a27d6 a{color: rgba(230, 204, 48, 1);}#a3a54a13d7a25cd > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#abb1aab7fca5ae2 , #abb1aab7fca5ae2 a{color: rgba(230, 204, 48, 1);}#a097fa9f56a69f9 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a53a2a1b23a3894 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a51e4a0f77af85f > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a5237aa2cea0b1f .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#afc9ea88b6a5880 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a8aeeaff9fa3062 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a3353a5453a82e0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#abaf1a16fcaf6ac > .ele-wrap {background-image: url(/resources/upload/aecdfa385ca6c2f/1758521617262.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9bd9ac799ad91d > .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: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a9a13a5613a98fd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9a13a5613a98fd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9a13a5613a98fd .ap-icon {
  margin-right: 6px;
}
#a9a13a5613a98fd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 nullpx;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-bottom-color: #dddddd;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-right: 15px;
  margin-left: 15px;
  width: 347px;
  height: 60px;
}
#a9a13a5613a98fd .menu-list > li.icon-bottom > a,
#a9a13a5613a98fd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon,
#a9a13a5613a98fd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon svg,
#a9a13a5613a98fd .menu-list > li.icon-top > a .ap-icon svg,
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon img,
#a9a13a5613a98fd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9a13a5613a98fd .menu-list > li.icon-right > a .ap-icon,
#a9a13a5613a98fd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9a13a5613a98fd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9a13a5613a98fd .menu-list > li:hover > a,
#a9a13a5613a98fd .menu-list > li.active > a {
  background: #0c3e97;
  background-color: #0c3e97;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 1px;
  border-top-color: #0c3e97;
  border-top-style: solid;
  border-right-color: #0c3e97;
  border-left-color: #0c3e97;
  border-bottom-color: #0c3e97;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9a13a5613a98fd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #0c3e97;
  border-bottom-color: #0c3e97;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-right-color: #0c3e97;
  border-left-color: #0c3e97;
  border-top-color: #0c3e97;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-top-style: solid;
}
#a9a13a5613a98fd .menu-list ul,
#a9a13a5613a98fd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9a13a5613a98fd .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a9a13a5613a98fd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9a13a5613a98fd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9a13a5613a98fd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a465ca1ac3a9709 > .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;}#a9a36ab1d4aa413 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196588211.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a9a36ab1d4aa413  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a08f7a2fdca750b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897990133.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a08f7a2fdca750b  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-width: 5px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac39da361bacf37 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897919481.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#ac39da361bacf37  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abd20a75f5a62c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897852884.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#abd20a75f5a62c2  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2338a3603a7e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196369024.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a2338a3603a7e66  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a345cac4c0a430f > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196033121.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a345cac4c0a430f  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9ac2ae952a6066 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1754636868935.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a9ac2ae952a6066  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac41aa02b6abbe6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1754636893667.png);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#ac41aa02b6abbe6  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3016ad93ea8431 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752897777832.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a3016ad93ea8431  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9757ad985a569e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1752196488128.jpeg);background-position: center center;background-size: cover;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: #0c3e97;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;}#a9757ad985a569e  > .ele-wrap:hover {border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 5px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 5px;border-bottom-width: 5px;border-top-width: 5px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2f44a0b63aac0e > .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;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a44a7aaf1da6ed4 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a4d42ab6e4a79c1 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#ac327a56eaac42a > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a7813a0e45a649c .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#ab266a8847ac216 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a8785a92c6adf0d .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#afe4ba5550add83 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#aecd1acf71a2d77 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#af347a96e5a30bf > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#ab4a3a1451a1645 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#a8aa0a3a08a5f58 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a532cab92ca3aa1 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#afab1ae58ca1ed6 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a70b3a8046ac1c8 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#a975da4239a3a10 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a23bfa0473a2fd8 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#ae2b9a4578a2e21 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(12, 62, 151, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#aadbfafabbac1d8 > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0349aee78a29b1 , #a0349aee78a29b1 a{color: rgba(230, 204, 48, 1);}#a808da08dcaad8f > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2276a31cfa365e , #a2276a31cfa365e a{color: rgba(230, 204, 48, 1);}#a58fca9917ab24c > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ac343ae63da1fb8 , #ac343ae63da1fb8 a{color: rgba(230, 204, 48, 1);}#a838bac01aa35b4 > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a9234a0495a6b0b , #a9234a0495a6b0b a{color: rgba(230, 204, 48, 1);}#ada90ab96da423b > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a1afba45f7a4f05 , #a1afba45f7a4f05 a{color: rgba(230, 204, 48, 1);}#a2400acdb8aedc1 > .ele-wrap {background-color: rgba(255, 255, 255, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a81c8aaaa8a8672 , #a81c8aaaa8a8672 a{color: rgba(230, 204, 48, 1);}#ab5dfa3ec0ac217 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a24f2a1495a1ed5 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a569da4bf0a437f > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a5369ab76ca27b6 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#ab133a3595a1370 > .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;border-top-left-radius: 12px;border-bottom-right-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#a9436a0fbaa1a26 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a290aa620ea804e > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 60px;border-top-left-radius: 60px;}#afd70a324da257c > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 60px;border-top-left-radius: 60px;}#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a38eaa2d14afd93 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#ab805af18fa9d2d .ele-slideshow .uk-dotnav > .uk-active a {
  background: #114b7e;
}
#acd5aa7472abbfe > .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;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.5);}#af3d4a2e84a8b31 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#af24aa394ba85eb , #af24aa394ba85eb a{color: rgba(155, 155, 155, 1);}#a762ea9267a9413 , #a762ea9267a9413 a{color: rgba(155, 155, 155, 1);}#a0889a562eac8ad .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a0889a562eac8ad .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa331a7aa2a3fe1 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#aa331a7aa2a3fe1 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2fe6a477dadb2e , #a2fe6a477dadb2e a{color: rgba(155, 155, 155, 1);}#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a3418abc8ba862e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8a6eabc19a1de1 {
  min-height: 90vh;
  /* mobile */
}
#a8a6eabc19a1de1 .search-highlight {
  background: yellow;
}
#a8a6eabc19a1de1 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a8a6eabc19a1de1 .el-title {
  margin-bottom: 20px;
}
#a8a6eabc19a1de1 .el-item:hover .el-title {
  color: #e6cc30;
}
#a8a6eabc19a1de1 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a8a6eabc19a1de1 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a8a6eabc19a1de1 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a8a6eabc19a1de1 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a8a6eabc19a1de1 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a8a6eabc19a1de1 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a8a6eabc19a1de1 .el-title {
    margin-bottom: 0;
  }
  #a8a6eabc19a1de1 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a8a6eabc19a1de1 .category {
    font-size: 12px;
  }
  #a8a6eabc19a1de1 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#aecc7a241ba3029 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1748414989639.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a3418abc8ba862e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af96eac34dadac3 .error404page {
  width: 400px;
  height: 800px;
  position: relative;
  margin: 0 auto;
}
#af96eac34dadac3 .body404,
#af96eac34dadac3 .head404,
#af96eac34dadac3 .eyes404,
#af96eac34dadac3 .leftarm404,
#af96eac34dadac3 .rightarm404,
#af96eac34dadac3 .chair404,
#af96eac34dadac3 .leftshoe404,
#af96eac34dadac3 .rightshoe404,
#af96eac34dadac3 .legs404,
#af96eac34dadac3 .laptop404 {
  background: url(/resources/sys/img/404-character-new.png) 0 0 no-repeat;
  width: 200px;
  height: 200px;
}
#af96eac34dadac3 .newcharacter404,
#af96eac34dadac3 .torso404,
#af96eac34dadac3 .body404,
#af96eac34dadac3 .head404,
#af96eac34dadac3 .eyes404,
#af96eac34dadac3 .leftarm404,
#af96eac34dadac3 .rightarm404,
#af96eac34dadac3 .chair404,
#af96eac34dadac3 .leftshoe404,
#af96eac34dadac3 .rightshoe404,
#af96eac34dadac3 .legs404,
#af96eac34dadac3 .laptop404 {
  background-size: 750px;
  position: absolute;
  display: block;
}
#af96eac34dadac3 .newcharacter404 {
  width: 400px;
  height: 800px;
  left: 50%;
  top: 20px;
  margin-left: -200px;
}
#af96eac34dadac3 .torso404 {
  position: absolute;
  display: block;
  top: 138px;
  left: 0px;
  width: 389px;
  height: 252px;
  animation: sway 20s ease infinite;
  transform-origin: 50% 100%;
}
#af96eac34dadac3 .body404 {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 389px;
  height: 253px;
}
#af96eac34dadac3 .head404 {
  position: absolute;
  top: -148px;
  left: 106px;
  width: 160px;
  height: 194px;
  background-position: 0px -265px;
  transform-origin: 50% 85%;
  animation: headTilt 20s ease infinite;
}
#af96eac34dadac3 .eyes404 {
  position: absolute;
  top: 92px;
  left: 34px;
  width: 73px;
  height: 18px;
  background-position: -162px -350px;
  animation: blink404 10s steps(1) infinite, pan 10s ease-in-out infinite;
}
#af96eac34dadac3 .leftarm404 {
  position: absolute;
  top: 159px;
  left: 0;
  width: 165px;
  height: 73px;
  background-position: -265px -341px;
  transform-origin: 9% 35%;
  transform: rotateZ(0deg);
  animation: typeLeft 0.4s linear infinite;
}
#af96eac34dadac3 .rightarm404 {
  position: absolute;
  top: 148px;
  left: 231px;
  width: 157px;
  height: 91px;
  background-position: -442px -323px;
  transform-origin: 90% 25%;
  animation: typeLeft 0.4s linear infinite;
}
#af96eac34dadac3 .chair404 {
  position: absolute;
  top: 430px;
  left: 55px;
  width: 260px;
  height: 365px;
  background-position: -12px -697px;
}
#af96eac34dadac3 .legs404 {
  position: absolute;
  top: 378px;
  left: 4px;
  width: 370px;
  height: 247px;
  background-position: -381px -443px;
}
#af96eac34dadac3 .leftshoe404 {
  position: absolute;
  top: 591px;
  left: 54px;
  width: 130px;
  height: 92px;
  background-position: -315px -749px;
}
#af96eac34dadac3 .rightshoe404 {
  position: absolute;
  top: 594px;
  left: 187px;
  width: 135px;
  height: 81px;
  background-position: -453px -749px;
  transform-origin: 35% 12%;
  animation: tapRight 1s linear infinite;
}
#af96eac34dadac3 .laptop404 {
  position: absolute;
  top: 186px;
  left: 9px;
  width: 365px;
  height: 216px;
  background-position: -2px -466px;
  transform-origin: 50% 100%;
  animation: tapWobble 0.4s linear infinite;
}
@keyframes sway {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(4deg);
  }
  45% {
    transform: rotateZ(4deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  70% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(-4deg);
  }
  90% {
    transform: rotateZ(-4deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes headTilt {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-4deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  38% {
    transform: rotateZ(2deg);
  }
  42% {
    transform: rotateZ(2deg);
  }
  45% {
    transform: rotateZ(-4deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  70% {
    transform: rotateZ(0deg);
  }
  82% {
    transform: rotateZ(0deg);
  }
  85% {
    transform: rotateZ(4deg);
  }
  90% {
    transform: rotateZ(4deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes typeLeft {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(7deg);
  }
  75% {
    transform: rotateZ(-6deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes typeRight {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-6deg);
  }
  75% {
    transform: rotateZ(7deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes tapWobble {
  0% {
    transform: rotateZ(-0.2deg);
  }
  50% {
    transform: rotateZ(0.2deg);
  }
  100% {
    transform: rotateZ(-0.2deg);
  }
}
@keyframes tapRight {
  0% {
    transform: rotateZ(0deg);
  }
  90% {
    transform: rotateZ(-6deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes blink404 {
  0% {
    background-position: -162px -350px;
  }
  94% {
    background-position: -162px -350px;
  }
  98% {
    background-position: -162px -368px;
  }
  100% {
    background-position: -162px -350px;
  }
}
@keyframes pan {
  0% {
    transform: translateX(-2px);
  }
  49% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  99% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
#aad3aa2076a7a7d {
  /* 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------------------------*/
}
#aad3aa2076a7a7d * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#aad3aa2076a7a7d .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#aad3aa2076a7a7d .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#aad3aa2076a7a7d .error .clip:nth-of-type(1) .shadow,
#aad3aa2076a7a7d .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#aad3aa2076a7a7d .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#aad3aa2076a7a7d .error h2 {
  font-size: 32px;
}
#aad3aa2076a7a7d .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#aad3aa2076a7a7d .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#aad3aa2076a7a7d .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#aad3aa2076a7a7d .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#aad3aa2076a7a7d .error .clip .shadow {
  overflow: hidden;
}
#aad3aa2076a7a7d .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);
}
#aad3aa2076a7a7d .error .clip:nth-of-type(3) .shadow:after,
#aad3aa2076a7a7d .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%;
}
#aad3aa2076a7a7d .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#aad3aa2076a7a7d .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#aad3aa2076a7a7d .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#aad3aa2076a7a7d .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#aad3aa2076a7a7d .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#aad3aa2076a7a7d .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#aad3aa2076a7a7d .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#aad3aa2076a7a7d .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #aad3aa2076a7a7d {
    /* Error Page */
    /* Error Page */
  }
  #aad3aa2076a7a7d .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #aad3aa2076a7a7d .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #aad3aa2076a7a7d .error .clip:nth-of-type(1) .shadow,
  #aad3aa2076a7a7d .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #aad3aa2076a7a7d .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #aad3aa2076a7a7d .error h2 {
    font-size: 24px;
  }
  #aad3aa2076a7a7d .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #aad3aa2076a7a7d .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #aad3aa2076a7a7d .error .container-error-404 {
    height: 150px;
  }
}
#aad3aa2076a7a7d .overlay {
  position: relative;
  z-index: 20;
}
#aad3aa2076a7a7d .ground-color {
  background: white;
}
#aad3aa2076a7a7d .item-bg-color {
  background: #EAEAEA;
}
#aad3aa2076a7a7d .padding-top {
  padding-top: 10px;
}
#aad3aa2076a7a7d .padding-bottom {
  padding-bottom: 10px;
}
#aad3aa2076a7a7d .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aad3aa2076a7a7d .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#aad3aa2076a7a7d .padding-all {
  padding: 10px;
}
#aad3aa2076a7a7d .no-padding-left {
  padding-left: 0px;
}
#aad3aa2076a7a7d .no-padding-right {
  padding-right: 0px;
}
#aad3aa2076a7a7d .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#aad3aa2076a7a7d .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#aad3aa2076a7a7d .no-padding {
  padding: 0px;
}
#aad3aa2076a7a7d .margin-top {
  margin-top: 10px;
}
#aad3aa2076a7a7d .margin-bottom {
  margin-bottom: 10px;
}
#aad3aa2076a7a7d .margin-right {
  margin-right: 10px;
}
#aad3aa2076a7a7d .margin-left {
  margin-left: 10px;
}
#aad3aa2076a7a7d .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#aad3aa2076a7a7d .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#aad3aa2076a7a7d .margin-all {
  margin: 10px;
}
#aad3aa2076a7a7d .no-margin {
  margin: 0px;
}
#aad3aa2076a7a7d .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#aad3aa2076a7a7d .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#aad3aa2076a7a7d .inside-col-shrink {
  margin: 0px 20px;
}
#aad3aa2076a7a7d hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#aecc7a241ba3029 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1748414989639.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a3418abc8ba862e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afedfa09bea9c2d .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#afedfa09bea9c2d .switch_item {
  margin-right: 10px;
}
#afedfa09bea9c2d a.switch_item:hover {
  text-decoration: underline;
}
#afedfa09bea9c2d .slider {
  width: 420px;
  height: 600px;
}
#afedfa09bea9c2d .uk-slideshow-items {
  height: 100%;
}
#afedfa09bea9c2d .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#afedfa09bea9c2d .login-wrap {
  width: 100%;
  height: 100%;
}
#afedfa09bea9c2d .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#afedfa09bea9c2d .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#afedfa09bea9c2d .phone-login-box {
  margin: 40px auto 40px;
}
#afedfa09bea9c2d .login-header {
  margin-bottom: 24px;
}
#afedfa09bea9c2d .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#afedfa09bea9c2d .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#afedfa09bea9c2d .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;
}
#afedfa09bea9c2d .forget_password {
  cursor: pointer;
}
#afedfa09bea9c2d .forget_password:hover {
  color: #0c3e97;
}
#afedfa09bea9c2d .input-item input.error,
#afedfa09bea9c2d .input-item input.error::placeholder {
  color: #fc4343;
}
#afedfa09bea9c2d .input-item input::placeholder {
  color: #999;
}
#afedfa09bea9c2d .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#afedfa09bea9c2d .form-item {
  margin: 24px 0;
}
#afedfa09bea9c2d .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#afedfa09bea9c2d .send-code {
  float: left;
  margin-left: 20px;
}
#afedfa09bea9c2d .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;
}
#afedfa09bea9c2d .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#afedfa09bea9c2d .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#afedfa09bea9c2d .login_btn_wrap {
  text-align: center;
}
#afedfa09bea9c2d .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#afedfa09bea9c2d .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#afedfa09bea9c2d .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a3418abc8ba862e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a41a3a8d59adf8b .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a41a3a8d59adf8b .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a41a3a8d59adf8b .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a41a3a8d59adf8b .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a41a3a8d59adf8b .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a41a3a8d59adf8b .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a41a3a8d59adf8b .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a41a3a8d59adf8b .nav-list {
  padding: 0 20px;
}
#a41a3a8d59adf8b .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;
}
#a41a3a8d59adf8b .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a41a3a8d59adf8b .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a41a3a8d59adf8b .order-item:hover {
  background: #f7f7f7;
}
#a41a3a8d59adf8b .del-order {
  cursor: pointer;
}
#a41a3a8d59adf8b .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a41a3a8d59adf8b .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a41a3a8d59adf8b .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a41a3a8d59adf8b .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a41a3a8d59adf8b .goods-item .goods-info {
  padding: 0 15px;
}
#a41a3a8d59adf8b .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a41a3a8d59adf8b .appoint-time {
  margin-bottom: 4px;
}
#a41a3a8d59adf8b .appoint-name {
  color: #333;
  font-size: 14px;
}
#a41a3a8d59adf8b .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a41a3a8d59adf8b .goods-item .goods-name {
  color: #333;
}
#a41a3a8d59adf8b .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a41a3a8d59adf8b .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a41a3a8d59adf8b .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a41a3a8d59adf8b .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a41a3a8d59adf8b .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a41a3a8d59adf8b .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;
}
#a41a3a8d59adf8b .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a41a3a8d59adf8b .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a41a3a8d59adf8b .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a41a3a8d59adf8b .setting-form {
  padding: 30px 20px;
}
#a41a3a8d59adf8b .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a41a3a8d59adf8b .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a41a3a8d59adf8b .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a41a3a8d59adf8b .setting-form .setting-btns {
  margin-left: 130px;
}
#a41a3a8d59adf8b .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a41a3a8d59adf8b .setting-wrap {
  position: relative;
}
#a41a3a8d59adf8b .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a41a3a8d59adf8b .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a41a3a8d59adf8b .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a41a3a8d59adf8b .address-wrap {
  padding: 30px 20px;
}
#a41a3a8d59adf8b .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a41a3a8d59adf8b .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a41a3a8d59adf8b .addr-list {
  min-height: 200px;
}
#a41a3a8d59adf8b .addr-detail .addr-item-name,
#a41a3a8d59adf8b .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;
}
#a41a3a8d59adf8b .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a41a3a8d59adf8b .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a41a3a8d59adf8b .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a41a3a8d59adf8b .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a41a3a8d59adf8b .add-addr {
  height: 32px;
  line-height: 30px;
}
#a41a3a8d59adf8b .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;
}
#a41a3a8d59adf8b .publish-item {
  cursor: default;
  min-height: 120px;
}
#a41a3a8d59adf8b .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a41a3a8d59adf8b .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a41a3a8d59adf8b .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #0c3e97;
}
#a41a3a8d59adf8b .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a3418abc8ba862e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3ce6a7cf0a3bc6 {
  min-height: 500px;
  /* mobile */
}
#a3ce6a7cf0a3bc6 .uk-card {
  border-radius: 6px;
  background: #fff;
}
#a3ce6a7cf0a3bc6 .uk-card-body {
  color: #999;
}
#a3ce6a7cf0a3bc6 .search-highlight {
  background: yellow;
}
#a3ce6a7cf0a3bc6 .title {
  color: #333;
  font-size: 16px;
}
#a3ce6a7cf0a3bc6 .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3ce6a7cf0a3bc6 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a3ce6a7cf0a3bc6 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a3ce6a7cf0a3bc6 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a3ce6a7cf0a3bc6 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a3ce6a7cf0a3bc6 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a3ce6a7cf0a3bc6 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a3ce6a7cf0a3bc6 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a3ce6a7cf0a3bc6 .category {
    font-size: 12px;
  }
  #a3ce6a7cf0a3bc6 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 20px;
  }
}
#a3ce6a7cf0a3bc6 .uk-list > .uk-grid:before {
  display: none !important;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#aecc7a241ba3029 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/abf6ea8897aa2da/1748414989639.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}#a3418abc8ba862e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a59ada6120a7c06 .comment-detail {
  min-height: 600px;
}
#a59ada6120a7c06 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a59ada6120a7c06 table th,
#a59ada6120a7c06 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a59ada6120a7c06 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a59ada6120a7c06 .red {
  color: #F00!important;
}
#a59ada6120a7c06 .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;
}
#a4f65a5a77a8915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f65a5a77a8915  > .ele-wrap:hover {background-position: center center;background-size: auto;}#a836caa256ac85a , #a836caa256ac85a a{color: rgba(74, 74, 74, 1);}#a865bae22fa5ae9  > .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0);}#a865bae22fa5ae9 > .ele-wrap {background-color: rgba(34, 25, 77, 0);}#a865bae22fa5ae9 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0);}#a52d7a0d9ea3683 > .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;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#affbca295ba76d1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbca295ba76d1  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#a3cc8a4d10a5dff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc8a4d10a5dff  > .ele-wrap:hover {background-color: rgba(238, 238, 238, 1);}#ae1bead09fa251e > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#af503aa6feadbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af503aa6feadbb3  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#af503aa6feadbb3:hover * {color: #0c3e97 }
                            #af503aa6feadbb3:hover .line{border-color: #0c3e97 }#a4abfadbcca4d20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4abfadbcca4d20  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a4abfadbcca4d20:hover * {color: #0c3e97 }
                            #a4abfadbcca4d20:hover .line{border-color: #0c3e97 }#aa003acde0a7847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa003acde0a7847  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa003acde0a7847:hover * {color: #0c3e97 }
                            #aa003acde0a7847:hover .line{border-color: #0c3e97 }#a6d15a4baea949e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d15a4baea949e  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a6d15a4baea949e:hover * {color: #0c3e97 }
                            #a6d15a4baea949e:hover .line{border-color: #0c3e97 }#a5d9fa6ee5ac868 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9fa6ee5ac868  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a5d9fa6ee5ac868:hover * {color: #0c3e97 }
                            #a5d9fa6ee5ac868:hover .line{border-color: #0c3e97 }#a8526a776da7727 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8526a776da7727  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8526a776da7727:hover * {color: #0c3e97 }
                            #a8526a776da7727:hover .line{border-color: #0c3e97 }#aa3c8a6fdda34bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3c8a6fdda34bc  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#aa3c8a6fdda34bc:hover * {color: #0c3e97 }
                            #aa3c8a6fdda34bc:hover .line{border-color: #0c3e97 }#a1ed8ae416ac9e7 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a9664aa081a1409 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9664aa081a1409  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a9664aa081a1409:hover * {color: #0c3e97 }
                            #a9664aa081a1409:hover .line{border-color: #0c3e97 }#a66b6a9d47a13c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b6a9d47a13c7  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a66b6a9d47a13c7:hover * {color: #0c3e97 }
                            #a66b6a9d47a13c7:hover .line{border-color: #0c3e97 }#ada7ca0d66a710d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7ca0d66a710d  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ada7ca0d66a710d:hover * {color: #0c3e97 }
                            #ada7ca0d66a710d:hover .line{border-color: #0c3e97 }#afef6a569aa7e84 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#ad88ba5c07a222b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad88ba5c07a222b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#ad88ba5c07a222b:hover * {color: #0c3e97 }
                            #ad88ba5c07a222b:hover .line{border-color: #0c3e97 }#a50c2ab350a3459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50c2ab350a3459  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a50c2ab350a3459:hover * {color: #0c3e97 }
                            #a50c2ab350a3459:hover .line{border-color: #0c3e97 }#a56cba0cdca1141 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}#a3f60a189eac20b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f60a189eac20b  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3f60a189eac20b:hover * {color: #0c3e97 }
                            #a3f60a189eac20b:hover .line{border-color: #0c3e97 }#a8321a667fa4b8f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8321a667fa4b8f  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a8321a667fa4b8f:hover * {color: #0c3e97 }
                            #a8321a667fa4b8f:hover .line{border-color: #0c3e97 }#a3785ab525af97c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3785ab525af97c  > .ele-wrap:hover {background-color: rgba(221, 221, 221, 1);color: #0c3e97;}#a3785ab525af97c:hover * {color: #0c3e97 }
                            #a3785ab525af97c:hover .line{border-color: #0c3e97 }#a8bb3a426ca2060 {
  overflow: hidden;
  pointer-events: none;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .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;
}
#a8bb3a426ca2060 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #0c3e97;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 5px;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8bb3a426ca2060 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #e6cc30;
  border-bottom-width: 3px;
  border-bottom-color: #e6cc30;
  border-bottom-style: solid;
}
#a8bb3a426ca2060 .layout-left li,
#a8bb3a426ca2060 .layout-center li,
#a8bb3a426ca2060 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8bb3a426ca2060 .layout-left li a,
#a8bb3a426ca2060 .layout-center li a,
#a8bb3a426ca2060 .layout-right li a {
  height: 100%;
}
#a8bb3a426ca2060 > .tab-tabs .layout-left {
  text-align: left;
}
#a8bb3a426ca2060 > .tab-tabs .layout-center {
  text-align: center;
}
#a8bb3a426ca2060 > .tab-tabs .layout-right {
  text-align: right;
}
#a8bb3a426ca2060 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8bb3a426ca2060 .tab-content-wrap {
  background-color: transparent;
}
#a8bb3a426ca2060 .tab-contents,
#a8bb3a426ca2060 .tab-contents-wrap {
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-content,
#a8bb3a426ca2060 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8bb3a426ca2060 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8bb3a426ca2060 .tab-wrap .tab-contents {
  height: 100%;
}
#a8bb3a426ca2060 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8bb3a426ca2060 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8710a6b2ba7df0 , #a8710a6b2ba7df0 a{color: rgba(12, 62, 151, 1);}#a8710a6b2ba7df0:hover, #a8710a6b2ba7df0 a:hover {color: rgba(230, 204, 48, 1);}#a4b96af1bea8d51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ae691ad2efa06eb > .ele-wrap {background-color: #0c3e97;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96cba86c5add9e > .ele-wrap {background-image: url(/resources/upload/abf6ea8897aa2da/1756396001601.jpeg);background-position: center center;background-size: cover;border-left-width: 3px;border-bottom-width: 3px;border-right-width: 3px;border-top-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a96cba86c5add9e  > .ele-wrap:hover {border-right-color: #0c3e97;border-right-width: 3px;border-right-style: solid;border-left-color: #0c3e97;border-bottom-color: #0c3e97;border-top-color: #0c3e97;border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6b05aa1e3a80cd {background-color: rgba(0, 0, 0, 0);}#a6b05aa1e3a80cd > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a1aaba6b49a9e52 form {
  width: 100%;
  height: 100%;
}
#a1aaba6b49a9e52 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a1aaba6b49a9e52 .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;
}
#a1aaba6b49a9e52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a1aaba6b49a9e52 .search-box .search-type.show {
  display: block;
}
#a1aaba6b49a9e52 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a1aaba6b49a9e52 .search-box .search-type li:hover {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .search-box .search-type li.active {
  color: #e6cc30;
}
#a1aaba6b49a9e52 .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: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a1aaba6b49a9e52 .inner-form .input-field {
  height: 100%;
}
#a1aaba6b49a9e52 .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;
  text-align: left;
  font-family: inherit;
  color: #000;
}
#a1aaba6b49a9e52 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a1aaba6b49a9e52 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a1aaba6b49a9e52 .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: #f6f6f6;
  position: relative;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a1aaba6b49a9e52 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a1aaba6b49a9e52 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a1aaba6b49a9e52 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0c3e97;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
#a1aaba6b49a9e52 .btn-search:hover {
  background: #e6cc30;
}
#a1aaba6b49a9e52 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84d5a6630aab38:hover, #a84d5a6630aab38 a:hover {color: rgba(74, 144, 226, 1);}#a84d5a6630aab38 , #a84d5a6630aab38 a{color: rgba(155, 155, 155, 1);}#a0650a0219a15c8 {background-color: rgba(0,0,0,0.7);}#a0650a0219a15c8 > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aec27a4c4da7bc4 .form-agree {
  display: flex;
  align-items: center;
}
#aec27a4c4da7bc4 .uk-form .form-submit-btn {
  width: 300px;
}
#aec27a4c4da7bc4 .submit-wrap {
  text-align: center;
}
#aec27a4c4da7bc4 .submit-wrap button {
  background-color: #0c3e97;
}
#aec27a4c4da7bc4 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#aec27a4c4da7bc4 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aec27a4c4da7bc4 .form-item .uk-input,
#aec27a4c4da7bc4 .form-item .uk-select,
#aec27a4c4da7bc4 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aec27a4c4da7bc4 .form-item .auto-height {
  height: auto;
}
#aec27a4c4da7bc4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .uk-form-label,
#aec27a4c4da7bc4 .form-agree,
#aec27a4c4da7bc4 .uk-h3,
#aec27a4c4da7bc4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aec27a4c4da7bc4 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aec27a4c4da7bc4 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#ad5fea1e58a155f {background-color: rgba(0,0,0,0.7);}#ad5fea1e58a155f > .lightbox-content {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0f82af455abfc8 .form-agree {
  display: flex;
  align-items: center;
}
#a0f82af455abfc8 .uk-form .form-submit-btn {
  width: 300px;
}
#a0f82af455abfc8 .submit-wrap {
  text-align: center;
}
#a0f82af455abfc8 .submit-wrap button {
  background-color: #0c3e97;
}
#a0f82af455abfc8 .submit-wrap button:hover {
  background-color: #e6cc30;
}
#a0f82af455abfc8 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0f82af455abfc8 .form-item .uk-input,
#a0f82af455abfc8 .form-item .uk-select,
#a0f82af455abfc8 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0f82af455abfc8 .form-item .auto-height {
  height: auto;
}
#a0f82af455abfc8 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .uk-form-label,
#a0f82af455abfc8 .form-agree,
#a0f82af455abfc8 .uk-h3,
#a0f82af455abfc8 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a0f82af455abfc8 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0f82af455abfc8 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 120px;
}
#a6d01aad1dacfd6 , #a6d01aad1dacfd6 a{color: rgba(12, 62, 151, 1);}#a6d01aad1dacfd6:hover, #a6d01aad1dacfd6 a:hover {color: rgba(230, 204, 48, 1);}#a07d8a0f45a3080 , #a07d8a0f45a3080 a{color: rgba(12, 62, 151, 1);}#a07d8a0f45a3080:hover, #a07d8a0f45a3080 a:hover {color: rgba(230, 204, 48, 1);}#affbaad985aec52 , #affbaad985aec52 a{color: rgba(12, 62, 151, 1);}#affbaad985aec52:hover, #affbaad985aec52 a:hover {color: rgba(230, 204, 48, 1);}