.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: #0f6ecd;
}
/* 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: #0f6ecd;
}
/* 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: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  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 #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     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: #1e87f0;
  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: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #0f6ecd;
}
/* 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: #1e87f0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.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: #1e87f0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     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: #1e87f0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  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: #1e87f0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* 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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #1e87f0;
}
/*
   * 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: #1e87f0;
  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: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     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: #1e87f0 !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: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
.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(34, 34, 34, 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: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.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: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   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: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.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: #1e87f0;
}
.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: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 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: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1e87f0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeef0a358cadf86 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #aeef0a358cadf86 .sidebar {
    width: 100%;
  }
}
#aeef0a358cadf86 .accordion-menu,
#aeef0a358cadf86 .accordion-menu ul ul.submenu,
#aeef0a358cadf86 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#aeef0a358cadf86 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#aeef0a358cadf86 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#aeef0a358cadf86 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#aeef0a358cadf86 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#aeef0a358cadf86 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#aeef0a358cadf86 .contact {
  color: #fff;
}
#aeef0a358cadf86 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#aeef0a358cadf86 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#aeef0a358cadf86 .hot-list a {
  color: #777;
}
#aeef0a358cadf86 .hot-list a:hover {
  color: #0f6ecd;
}
#aeef0a358cadf86 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#aeef0a358cadf86 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aeef0a358cadf86 .hot-item:hover a {
  color: #0f6ecd;
}
#aeef0a358cadf86 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#aeef0a358cadf86 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#aeef0a358cadf86 .content-header {
  padding-bottom: 10px;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a92a8a9954a77c4 .detail-content .goods-params div {
  margin: 4px 0;
}
#a92a8a9954a77c4 .desc {
  white-space: pre-wrap;
}
#a92a8a9954a77c4 .video-box,
#a92a8a9954a77c4 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a92a8a9954a77c4 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a92a8a9954a77c4 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a92a8a9954a77c4 .preview-box img {
  width: 100%;
}
#a92a8a9954a77c4 .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;
}
#a92a8a9954a77c4 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a92a8a9954a77c4 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a92a8a9954a77c4 .thumb-box {
  width: 100%;
  position: relative;
}
#a92a8a9954a77c4 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a92a8a9954a77c4 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a92a8a9954a77c4 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a92a8a9954a77c4 .thumb-list {
  overflow: hidden;
}
#a92a8a9954a77c4 .thumb-list ul {
  width: 100000px;
}
#a92a8a9954a77c4 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a92a8a9954a77c4 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a92a8a9954a77c4 .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;
}
#a92a8a9954a77c4 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a92a8a9954a77c4 .thumb-list ul li.active img {
  border-color: #1e87f0;
}
#a92a8a9954a77c4 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a92a8a9954a77c4 .zoom-box img {
  max-width: initial;
}
#a92a8a9954a77c4 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a92a8a9954a77c4 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a92a8a9954a77c4 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a92a8a9954a77c4 .goods-intro .price span {
  line-height: 30px;
}
#a92a8a9954a77c4 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a92a8a9954a77c4 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #1e87f0;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a92a8a9954a77c4 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #1e87f0;
  font-size: 18px;
}
#a92a8a9954a77c4 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a92a8a9954a77c4 .line-through {
  text-decoration: line-through;
}
#a92a8a9954a77c4 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a92a8a9954a77c4 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a92a8a9954a77c4 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a92a8a9954a77c4 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a92a8a9954a77c4 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a92a8a9954a77c4 .number .name {
  line-height: 30px;
  width: 54px;
}
#a92a8a9954a77c4 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a92a8a9954a77c4 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a92a8a9954a77c4 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a92a8a9954a77c4 .select-num i {
  line-height: 30px;
}
#a92a8a9954a77c4 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a92a8a9954a77c4 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a92a8a9954a77c4 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a92a8a9954a77c4 .buttons {
  margin: 30px 0 0 12px;
}
#a92a8a9954a77c4 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #1e87f0;
  text-align: center;
  border-radius: 2px;
}
#a92a8a9954a77c4 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a92a8a9954a77c4 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a92a8a9954a77c4 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a92a8a9954a77c4 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a92a8a9954a77c4 .hot-list .img-wrap {
  display: block;
}
#a92a8a9954a77c4 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a92a8a9954a77c4 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a92a8a9954a77c4 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a92a8a9954a77c4 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a92a8a9954a77c4 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a92a8a9954a77c4 ::-webkit-scrollbar {
  display: none;
}
#a92a8a9954a77c4 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a92a8a9954a77c4 .left .detail-nav-tab .item.uk-active,
#a92a8a9954a77c4 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #1e87f0;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a92a8a9954a77c4 .left .detail-nav-tab .item.uk-active a {
  color: #1e87f0;
  cursor: default;
}
#a92a8a9954a77c4 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a92a8a9954a77c4 .hot-list .item:last-child {
  border-bottom: none;
}
#a92a8a9954a77c4 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a92a8a9954a77c4 .hot-list .item .goods-title:hover {
  color: #1e87f0;
}
#a92a8a9954a77c4 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #1e87f0;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a92a8a9954a77c4 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a92a8a9954a77c4 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a92a8a9954a77c4 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a92a8a9954a77c4 .right {
    width: 100%;
  }
  #a92a8a9954a77c4 .preview-box img {
    height: 340px;
  }
  #a92a8a9954a77c4 .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;
  }
  #a92a8a9954a77c4 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a92a8a9954a77c4 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a15ddabb53a9549 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a15ddabb53a9549 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a15ddabb53a9549 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a15ddabb53a9549 .data-list .uk-card {
  cursor: pointer !important;
}
#a15ddabb53a9549 .data-list .uk-card img {
  max-height: 300px;
}
#a15ddabb53a9549 .data-list .uk-card:hover {
  background: #fafafa;
}
#a15ddabb53a9549 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a15ddabb53a9549 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a15ddabb53a9549 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a15ddabb53a9549 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a15ddabb53a9549 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a15ddabb53a9549 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a15ddabb53a9549 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #1e87f0;
  cursor: pointer;
}
#a15ddabb53a9549 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a15ddabb53a9549 .uk-card .category:hover {
  background: #1e87f0;
}
#a15ddabb53a9549 .accordion-menu {
  width: 100%;
}
#a15ddabb53a9549 .accordion-menu ul ul.submenu,
#a15ddabb53a9549 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a15ddabb53a9549 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a15ddabb53a9549 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a15ddabb53a9549 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a15ddabb53a9549 .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#a15ddabb53a9549 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#a15ddabb53a9549 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a15ddabb53a9549 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a15ddabb53a9549 .hot-list,
#a15ddabb53a9549 .new-list {
  padding: 12px;
}
#a15ddabb53a9549 .new-list a:hover,
#a15ddabb53a9549 .hot-list a:hover {
  color: #0f6ecd;
}
#a15ddabb53a9549 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a15ddabb53a9549 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a15ddabb53a9549 .hot-item:hover a {
  color: #0f6ecd;
}
#a15ddabb53a9549 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a15ddabb53a9549 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a15ddabb53a9549 .content-header {
  padding-bottom: 10px;
}
#a15ddabb53a9549 .item-title {
  color: #333;
}
#a15ddabb53a9549 input::placeholder {
  color: #999;
}
#a15ddabb53a9549 .datetime {
  color: #999;
}
#a15ddabb53a9549 .new-item a {
  padding-left: 25px;
}
#a15ddabb53a9549 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac5e8a1193a378f .sidebar {
  width: 300px;
  margin-left: 20px;
}
#ac5e8a1193a378f .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#ac5e8a1193a378f .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #ac5e8a1193a378f .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #ac5e8a1193a378f .uk-container {
    padding: 0;
  }
  #ac5e8a1193a378f .sidebar {
    padding: 10px;
  }
}
#ac5e8a1193a378f .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#ac5e8a1193a378f .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#ac5e8a1193a378f .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #1e87f0;
  cursor: pointer;
}
#ac5e8a1193a378f .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#ac5e8a1193a378f .content-tags a:hover {
  background: #1e87f0;
  color: #fff;
  border-color: #1e87f0;
}
#ac5e8a1193a378f .abstract,
#ac5e8a1193a378f .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#ac5e8a1193a378f .copyright a {
  color: #999;
  word-break: break-all;
}
#ac5e8a1193a378f .detail-content {
  font-size: 16px;
  color: #444;
}
#ac5e8a1193a378f .detail-content img {
  margin-bottom: 10px;
}
#ac5e8a1193a378f .detail-content table {
  font-size: 13px;
}
#ac5e8a1193a378f .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#ac5e8a1193a378f .hot-list,
#ac5e8a1193a378f .new-list {
  padding: 12px;
}
#ac5e8a1193a378f .new-list a:hover,
#ac5e8a1193a378f .hot-list a:hover {
  color: #0f6ecd;
}
#ac5e8a1193a378f .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#ac5e8a1193a378f .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ac5e8a1193a378f .hot-item:hover a {
  color: #0f6ecd;
}
#ac5e8a1193a378f .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ac5e8a1193a378f .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#ac5e8a1193a378f .content-header {
  padding-bottom: 10px;
}
#ac5e8a1193a378f .item-title {
  color: #333;
}
#ac5e8a1193a378f input::placeholder {
  color: #999;
}
#ac5e8a1193a378f .datetime {
  color: #999;
}
#ac5e8a1193a378f .new-item a {
  padding-left: 25px;
}
#ac5e8a1193a378f .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#ac5e8a1193a378f .siblings a {
  color: #444;
  line-height: 2;
}
#ac5e8a1193a378f .siblings a:hover {
  color: #0f6ecd;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a2d38a21d9a45dc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9ca1adbfbad80e img {
  border: 0 none;
}
#a9ca1adbfbad80e ul,
#a9ca1adbfbad80e li {
  list-style: none;
}
#a9ca1adbfbad80e img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a9ca1adbfbad80e a img {
  border: 0 none;
}
#a9ca1adbfbad80e i {
  font-style: normal;
}
#a9ca1adbfbad80e .p50 {
  padding: 50px;
}
#a9ca1adbfbad80e .pt-60 {
  padding-top: 60px;
}
#a9ca1adbfbad80e .pb-60 {
  padding-bottom: 60px;
}
#a9ca1adbfbad80e .p60 {
  padding: 60px;
}
#a9ca1adbfbad80e .title {
  color: #333;
}
#a9ca1adbfbad80e .pb-70 {
  padding-bottom: 70px;
}
#a9ca1adbfbad80e .mt-25 {
  margin-top: 25px;
}
#a9ca1adbfbad80e .mb-25 {
  margin-bottom: 25px;
}
#a9ca1adbfbad80e .mt-40 {
  margin-top: 40px;
}
#a9ca1adbfbad80e .mt-50 {
  margin-top: 50px;
}
#a9ca1adbfbad80e .f14 {
  font-size: 14px;
}
#a9ca1adbfbad80e .f18 {
  font-size: 18px;
}
#a9ca1adbfbad80e .f20 {
  font-size: 20px;
}
#a9ca1adbfbad80e .f30 {
  font-size: 30px;
}
#a9ca1adbfbad80e .f34 {
  font-size: 34px;
}
#a9ca1adbfbad80e .f50 {
  font-size: 50px;
}
#a9ca1adbfbad80e .color-888 {
  color: #888;
}
#a9ca1adbfbad80e .color-555 {
  color: #555;
}
#a9ca1adbfbad80e .color-999 {
  color: #999;
}
#a9ca1adbfbad80e .color-aaa {
  color: #aaa;
}
#a9ca1adbfbad80e .bg-f8 {
  background-color: #f8f9fb;
}
#a9ca1adbfbad80e .bg-white {
  background-color: white;
}
#a9ca1adbfbad80e .flex-between {
  display: flex;
  justify-content: space-between;
}
#a9ca1adbfbad80e .flex {
  display: flex;
  justify-content: space-around;
}
#a9ca1adbfbad80e .posi {
  position: relative;
}
#a9ca1adbfbad80e .w50 {
  width: 50%;
}
#a9ca1adbfbad80e .img {
  position: relative;
  overflow: hidden;
}
#a9ca1adbfbad80e .transition {
  transition: all .36s;
}
#a9ca1adbfbad80e .line-height {
  line-height: 2;
}
#a9ca1adbfbad80e .text-center {
  text-align: center;
}
#a9ca1adbfbad80e .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a9ca1adbfbad80e .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a9ca1adbfbad80e .opacity6 {
  opacity: 0.6;
}
#a9ca1adbfbad80e .DIN {
  color: #666;
}
#a9ca1adbfbad80e .opacity5 {
  opacity: 0.5;
}
#a9ca1adbfbad80e .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a9ca1adbfbad80e .wapFlex {
    flex-direction: column;
  }
  #a9ca1adbfbad80e .w50 {
    width: 100%;
  }
}
#a9ca1adbfbad80e .more {
  color: #888;
}
#a9ca1adbfbad80e .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a9ca1adbfbad80e .inxTit .f20 {
  letter-spacing: 6px;
}
#a9ca1adbfbad80e .newTop .txt .more {
  display: inline-block;
}
#a9ca1adbfbad80e .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a9ca1adbfbad80e .newTop .txt,
#a9ca1adbfbad80e .newTop .img {
  height: 420px;
}
#a9ca1adbfbad80e .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a9ca1adbfbad80e .newTop:hover {
  color: #0f6ecd;
}
#a9ca1adbfbad80e .newTop:hover .img img {
  transform: scale(1.1);
}
#a9ca1adbfbad80e .idxnewsUl li {
  flex: 1;
}
#a9ca1adbfbad80e .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a9ca1adbfbad80e .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a9ca1adbfbad80e .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a9ca1adbfbad80e .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a9ca1adbfbad80e .idxnewsUl li .more {
  display: inline-block;
}
#a9ca1adbfbad80e .idxnewsUl li:hover::after {
  height: 100%;
}
#a9ca1adbfbad80e .idxnewsUl li:hover a {
  color: #fff!important;
}
#a9ca1adbfbad80e .idxnewsUl li:hover .title {
  color: #fff;
}
#a9ca1adbfbad80e .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a9ca1adbfbad80e .idxnewsUl li:hover .more {
  color: #fff;
}
#a9ca1adbfbad80e .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a9ca1adbfbad80e .p50 {
    padding: 45px;
  }
  #a9ca1adbfbad80e .pt-60 {
    padding-top: 55px;
  }
  #a9ca1adbfbad80e .pb-60 {
    padding-bottom: 55px;
  }
  #a9ca1adbfbad80e .p60 {
    padding: 55px;
  }
  #a9ca1adbfbad80e .pb-70 {
    padding-bottom: 66px;
  }
  #a9ca1adbfbad80e .mt-25 {
    margin-top: 20px;
  }
  #a9ca1adbfbad80e .mb-25 {
    margin-bottom: 20px;
  }
  #a9ca1adbfbad80e .mt-40 {
    margin-top: 36px;
  }
  #a9ca1adbfbad80e .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a9ca1adbfbad80e .p50 {
    padding: 42px;
  }
  #a9ca1adbfbad80e .pt-60 {
    padding-top: 50px;
  }
  #a9ca1adbfbad80e .pb-60 {
    padding-bottom: 50px;
  }
  #a9ca1adbfbad80e .p60 {
    padding: 50px;
  }
  #a9ca1adbfbad80e .pb-70 {
    padding-bottom: 50px;
  }
  #a9ca1adbfbad80e .mt-25 {
    margin-top: 18px;
  }
  #a9ca1adbfbad80e .mb-25 {
    margin-bottom: 18px;
  }
  #a9ca1adbfbad80e .mt-40 {
    margin-top: 34px;
  }
  #a9ca1adbfbad80e .mt-50 {
    margin-top: 42px;
  }
  #a9ca1adbfbad80e .f14 {
    font-size: 14px;
  }
  #a9ca1adbfbad80e .f18 {
    font-size: 16px;
  }
  #a9ca1adbfbad80e .f20 {
    font-size: 18px;
  }
  #a9ca1adbfbad80e .f30 {
    font-size: 26px;
  }
  #a9ca1adbfbad80e .f34 {
    font-size: 28px;
  }
  #a9ca1adbfbad80e .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a9ca1adbfbad80e .pt-60 {
    padding-top: 50px;
  }
  #a9ca1adbfbad80e .pb-60 {
    padding-bottom: 50px;
  }
  #a9ca1adbfbad80e .p60 {
    padding: 50px;
  }
  #a9ca1adbfbad80e .p50 {
    padding: 40px;
  }
  #a9ca1adbfbad80e .pb-70 {
    padding-bottom: 60px;
  }
  #a9ca1adbfbad80e .mt-25 {
    margin-top: 16px;
  }
  #a9ca1adbfbad80e .mb-25 {
    margin-bottom: 16px;
  }
  #a9ca1adbfbad80e .mt-40 {
    margin-top: 32px;
  }
  #a9ca1adbfbad80e .mt-50 {
    margin-top: 40px;
  }
  #a9ca1adbfbad80e .f14 {
    font-size: 12px;
  }
  #a9ca1adbfbad80e .f18 {
    font-size: 14px;
  }
  #a9ca1adbfbad80e .f20 {
    font-size: 16px;
  }
  #a9ca1adbfbad80e .f30 {
    font-size: 18px;
  }
  #a9ca1adbfbad80e .f34 {
    font-size: 22px;
  }
  #a9ca1adbfbad80e .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a9ca1adbfbad80e .p50 {
    padding: 35px;
  }
  #a9ca1adbfbad80e .pt-60 {
    padding-top: 42px;
  }
  #a9ca1adbfbad80e .pb-60 {
    padding-bottom: 42px;
  }
  #a9ca1adbfbad80e .p60 {
    padding: 42px;
  }
  #a9ca1adbfbad80e .pb-70 {
    padding-bottom: 55px;
  }
  #a9ca1adbfbad80e .mt-25 {
    margin-top: 15px;
  }
  #a9ca1adbfbad80e .mb-25 {
    margin-bottom: 15px;
  }
  #a9ca1adbfbad80e .mt-40 {
    margin-top: 28px;
  }
  #a9ca1adbfbad80e .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a9ca1adbfbad80e .p50 {
    padding: 20px;
  }
  #a9ca1adbfbad80e .pt-60 {
    padding-top: 20px;
  }
  #a9ca1adbfbad80e .pb-60 {
    padding-bottom: 20px;
  }
  #a9ca1adbfbad80e .p60 {
    padding: 20px;
  }
  #a9ca1adbfbad80e .pb-70 {
    padding-bottom: 20px;
  }
  #a9ca1adbfbad80e .mt-40 {
    margin-top: 20px;
  }
  #a9ca1adbfbad80e .mt-50 {
    margin-top: 20px;
  }
  #a9ca1adbfbad80e .f18 {
    font-size: 13px;
  }
  #a9ca1adbfbad80e .f20 {
    font-size: 14px;
  }
  #a9ca1adbfbad80e .f30 {
    font-size: 16px;
  }
  #a9ca1adbfbad80e .f34 {
    font-size: 16px;
  }
  #a9ca1adbfbad80e .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a9ca1adbfbad80e .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a9ca1adbfbad80e .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a9ca1adbfbad80e .w1440 {
    width: 100%;
    padding: 0;
  }
  #a9ca1adbfbad80e .newTop .txt,
  #a9ca1adbfbad80e .newTop .img {
    height: auto;
  }
  #a9ca1adbfbad80e .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a9ca1adbfbad80e .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a9ca1adbfbad80e .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0188acfb2ac4dd .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a0188acfb2ac4dd .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a0188acfb2ac4dd .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a0188acfb2ac4dd .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a0188acfb2ac4dd .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a81d2ac861a2be5 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#a115bac037ad12e > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adf01a6b2ba37ec {
  overflow: hidden;
}
#adf01a6b2ba37ec .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#adf01a6b2ba37ec .img-wrap:hover {
  transform: scale(1.1);
}
#a7551a028eac5c9 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a773fa6459a0278 {
  overflow: hidden;
}
#a773fa6459a0278 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a773fa6459a0278 .img-wrap:hover {
  transform: scale(1.1);
}
#a4addaa8b5a38d7 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa853aec50a509e {
  overflow: hidden;
}
#aa853aec50a509e .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aa853aec50a509e .img-wrap:hover {
  transform: scale(1.1);
}
#ae026aa79ca17ba > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a98aea550da10a2 {
  overflow: hidden;
}
#a98aea550da10a2 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a98aea550da10a2 .img-wrap:hover {
  transform: scale(1.1);
}
#ae24fac9b7a1d3c > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a602aa9044abc01 {
  overflow: hidden;
}
#a602aa9044abc01 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a602aa9044abc01 .img-wrap:hover {
  transform: scale(1.1);
}
#a0b19aa4eda79be > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ada5fae5fda7416 {
  overflow: hidden;
}
#ada5fae5fda7416 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ada5fae5fda7416 .img-wrap:hover {
  transform: scale(1.1);
}
#aec9daff9ba5827 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a706ba99c7a41ba {
  overflow: hidden;
}
#a706ba99c7a41ba .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a706ba99c7a41ba .img-wrap:hover {
  transform: scale(1.1);
}
#a8a7fad21aa0951 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3ad1ac5e4adc29 {
  overflow: hidden;
}
#a3ad1ac5e4adc29 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a3ad1ac5e4adc29 .img-wrap:hover {
  transform: scale(1.1);
}
#a93a0a1a71a8460 {
  overflow: hidden;
  pointer-events: none;
}
#a93a0a1a71a8460 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a93a0a1a71a8460 > .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;
}
#a93a0a1a71a8460 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a93a0a1a71a8460 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a93a0a1a71a8460 > .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;
}
#a93a0a1a71a8460 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a93a0a1a71a8460 > .tab-wrap > div > .tab-nav,
#a93a0a1a71a8460 > .tab-nav,
#a93a0a1a71a8460 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a93a0a1a71a8460 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a93a0a1a71a8460 > .tab-wrap > div > .tab-nav-horizontal,
#a93a0a1a71a8460 > .tab-nav-horizontal,
#a93a0a1a71a8460 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a93a0a1a71a8460 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a93a0a1a71a8460 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a93a0a1a71a8460 > .tab-nav-horizontal::-webkit-scrollbar,
#a93a0a1a71a8460 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a93a0a1a71a8460 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a93a0a1a71a8460 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a93a0a1a71a8460 > .tab-nav-horizontal.tagScroll,
#a93a0a1a71a8460 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a93a0a1a71a8460 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a93a0a1a71a8460 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a93a0a1a71a8460 > .tab-nav-horizontal.tagScroll li a,
#a93a0a1a71a8460 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a93a0a1a71a8460 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a93a0a1a71a8460 > .tab-wrap > div > .tab-nav a,
#a93a0a1a71a8460 > .tab-nav a,
#a93a0a1a71a8460 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a93a0a1a71a8460 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a93a0a1a71a8460 > .tab-wrap > div > .tab-nav li a,
#a93a0a1a71a8460 > .tab-nav li a,
#a93a0a1a71a8460 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a93a0a1a71a8460 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a93a0a1a71a8460 > .tab-wrap > div > .tab-nav li a svg,
#a93a0a1a71a8460 > .tab-nav li a svg,
#a93a0a1a71a8460 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a93a0a1a71a8460 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a93a0a1a71a8460 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a93a0a1a71a8460 > .tab-nav li a .ap_icon,
#a93a0a1a71a8460 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a93a0a1a71a8460 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a93a0a1a71a8460 > .tab-wrap > div > .tab-nav li a:hover,
#a93a0a1a71a8460 > .tab-nav li a:hover,
#a93a0a1a71a8460 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a93a0a1a71a8460 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a93a0a1a71a8460 > .tab-wrap > div > .tab-nav li.uk-active a,
#a93a0a1a71a8460 > .tab-nav li.uk-active a,
#a93a0a1a71a8460 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a93a0a1a71a8460 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a93a0a1a71a8460 .layout-left li,
#a93a0a1a71a8460 .layout-center li,
#a93a0a1a71a8460 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a93a0a1a71a8460 .layout-left li a,
#a93a0a1a71a8460 .layout-center li a,
#a93a0a1a71a8460 .layout-right li a {
  height: 100%;
}
#a93a0a1a71a8460 > .tab-tabs .layout-left {
  text-align: left;
}
#a93a0a1a71a8460 > .tab-tabs .layout-center {
  text-align: center;
}
#a93a0a1a71a8460 > .tab-tabs .layout-right {
  text-align: right;
}
#a93a0a1a71a8460 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a93a0a1a71a8460 .tab-content-wrap {
  background-color: transparent;
}
#a93a0a1a71a8460 .tab-contents,
#a93a0a1a71a8460 .tab-contents-wrap {
  pointer-events: none;
}
#a93a0a1a71a8460 .tab-content,
#a93a0a1a71a8460 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a93a0a1a71a8460 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a93a0a1a71a8460 .tab-wrap .tab-contents {
  height: 100%;
}
#a93a0a1a71a8460 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a93a0a1a71a8460 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a93a0a1a71a8460 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adba8a87edaeedf .a5de9af723a6c9b {
  overflow: hidden;
}
#adba8a87edaeedf .a5de9af723a6c9b , #adba8a87edaeedf .a5de9af723a6c9b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#adba8a87edaeedf .a5de9af723a6c9b:hover , #adba8a87edaeedf .a5de9af723a6c9b *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#adba8a87edaeedf .uk-grid {
  margin-left: -15px;
}
#adba8a87edaeedf .uk-grid > * {
  padding-left: 15px;
}
#adba8a87edaeedf .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#adba8a87edaeedf .dynamic-list-item {
  background-color: #ffffff;
}
#adba8a87edaeedf .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adba8a87edaeedf .uk-position-center-left-out {
    left: -30px;
  }
  #adba8a87edaeedf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#afe0dab750af5dc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a44b1abeb2a07f9 img {
  border: 0 none;
}
#a44b1abeb2a07f9 ul,
#a44b1abeb2a07f9 li {
  list-style: none;
}
#a44b1abeb2a07f9 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a44b1abeb2a07f9 a img {
  border: 0 none;
}
#a44b1abeb2a07f9 i {
  font-style: normal;
}
#a44b1abeb2a07f9 .p50 {
  padding: 50px;
}
#a44b1abeb2a07f9 .pt-60 {
  padding-top: 60px;
}
#a44b1abeb2a07f9 .pb-60 {
  padding-bottom: 60px;
}
#a44b1abeb2a07f9 .p60 {
  padding: 60px;
}
#a44b1abeb2a07f9 .title {
  color: #333;
}
#a44b1abeb2a07f9 .pb-70 {
  padding-bottom: 70px;
}
#a44b1abeb2a07f9 .mt-25 {
  margin-top: 25px;
}
#a44b1abeb2a07f9 .mb-25 {
  margin-bottom: 25px;
}
#a44b1abeb2a07f9 .mt-40 {
  margin-top: 40px;
}
#a44b1abeb2a07f9 .mt-50 {
  margin-top: 50px;
}
#a44b1abeb2a07f9 .f14 {
  font-size: 14px;
}
#a44b1abeb2a07f9 .f18 {
  font-size: 18px;
}
#a44b1abeb2a07f9 .f20 {
  font-size: 20px;
}
#a44b1abeb2a07f9 .f30 {
  font-size: 30px;
}
#a44b1abeb2a07f9 .f34 {
  font-size: 34px;
}
#a44b1abeb2a07f9 .f50 {
  font-size: 50px;
}
#a44b1abeb2a07f9 .color-888 {
  color: #888;
}
#a44b1abeb2a07f9 .color-555 {
  color: #555;
}
#a44b1abeb2a07f9 .color-999 {
  color: #999;
}
#a44b1abeb2a07f9 .color-aaa {
  color: #aaa;
}
#a44b1abeb2a07f9 .bg-f8 {
  background-color: #f8f9fb;
}
#a44b1abeb2a07f9 .bg-white {
  background-color: white;
}
#a44b1abeb2a07f9 .flex-between {
  display: flex;
  justify-content: space-between;
}
#a44b1abeb2a07f9 .flex {
  display: flex;
  justify-content: space-around;
}
#a44b1abeb2a07f9 .posi {
  position: relative;
}
#a44b1abeb2a07f9 .w50 {
  width: 50%;
}
#a44b1abeb2a07f9 .img {
  position: relative;
  overflow: hidden;
}
#a44b1abeb2a07f9 .transition {
  transition: all .36s;
}
#a44b1abeb2a07f9 .line-height {
  line-height: 2;
}
#a44b1abeb2a07f9 .text-center {
  text-align: center;
}
#a44b1abeb2a07f9 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a44b1abeb2a07f9 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a44b1abeb2a07f9 .opacity6 {
  opacity: 0.6;
}
#a44b1abeb2a07f9 .DIN {
  color: #666;
}
#a44b1abeb2a07f9 .opacity5 {
  opacity: 0.5;
}
#a44b1abeb2a07f9 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a44b1abeb2a07f9 .wapFlex {
    flex-direction: column;
  }
  #a44b1abeb2a07f9 .w50 {
    width: 100%;
  }
}
#a44b1abeb2a07f9 .more {
  color: #888;
}
#a44b1abeb2a07f9 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a44b1abeb2a07f9 .inxTit .f20 {
  letter-spacing: 6px;
}
#a44b1abeb2a07f9 .newTop .txt .more {
  display: inline-block;
}
#a44b1abeb2a07f9 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a44b1abeb2a07f9 .newTop .txt,
#a44b1abeb2a07f9 .newTop .img {
  height: 420px;
}
#a44b1abeb2a07f9 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a44b1abeb2a07f9 .newTop:hover {
  color: #0f6ecd;
}
#a44b1abeb2a07f9 .newTop:hover .img img {
  transform: scale(1.1);
}
#a44b1abeb2a07f9 .idxnewsUl li {
  flex: 1;
}
#a44b1abeb2a07f9 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a44b1abeb2a07f9 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a44b1abeb2a07f9 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a44b1abeb2a07f9 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a44b1abeb2a07f9 .idxnewsUl li .more {
  display: inline-block;
}
#a44b1abeb2a07f9 .idxnewsUl li:hover::after {
  height: 100%;
}
#a44b1abeb2a07f9 .idxnewsUl li:hover a {
  color: #fff!important;
}
#a44b1abeb2a07f9 .idxnewsUl li:hover .title {
  color: #fff;
}
#a44b1abeb2a07f9 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a44b1abeb2a07f9 .idxnewsUl li:hover .more {
  color: #fff;
}
#a44b1abeb2a07f9 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a44b1abeb2a07f9 .p50 {
    padding: 45px;
  }
  #a44b1abeb2a07f9 .pt-60 {
    padding-top: 55px;
  }
  #a44b1abeb2a07f9 .pb-60 {
    padding-bottom: 55px;
  }
  #a44b1abeb2a07f9 .p60 {
    padding: 55px;
  }
  #a44b1abeb2a07f9 .pb-70 {
    padding-bottom: 66px;
  }
  #a44b1abeb2a07f9 .mt-25 {
    margin-top: 20px;
  }
  #a44b1abeb2a07f9 .mb-25 {
    margin-bottom: 20px;
  }
  #a44b1abeb2a07f9 .mt-40 {
    margin-top: 36px;
  }
  #a44b1abeb2a07f9 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a44b1abeb2a07f9 .p50 {
    padding: 42px;
  }
  #a44b1abeb2a07f9 .pt-60 {
    padding-top: 50px;
  }
  #a44b1abeb2a07f9 .pb-60 {
    padding-bottom: 50px;
  }
  #a44b1abeb2a07f9 .p60 {
    padding: 50px;
  }
  #a44b1abeb2a07f9 .pb-70 {
    padding-bottom: 50px;
  }
  #a44b1abeb2a07f9 .mt-25 {
    margin-top: 18px;
  }
  #a44b1abeb2a07f9 .mb-25 {
    margin-bottom: 18px;
  }
  #a44b1abeb2a07f9 .mt-40 {
    margin-top: 34px;
  }
  #a44b1abeb2a07f9 .mt-50 {
    margin-top: 42px;
  }
  #a44b1abeb2a07f9 .f14 {
    font-size: 14px;
  }
  #a44b1abeb2a07f9 .f18 {
    font-size: 16px;
  }
  #a44b1abeb2a07f9 .f20 {
    font-size: 18px;
  }
  #a44b1abeb2a07f9 .f30 {
    font-size: 26px;
  }
  #a44b1abeb2a07f9 .f34 {
    font-size: 28px;
  }
  #a44b1abeb2a07f9 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a44b1abeb2a07f9 .pt-60 {
    padding-top: 50px;
  }
  #a44b1abeb2a07f9 .pb-60 {
    padding-bottom: 50px;
  }
  #a44b1abeb2a07f9 .p60 {
    padding: 50px;
  }
  #a44b1abeb2a07f9 .p50 {
    padding: 40px;
  }
  #a44b1abeb2a07f9 .pb-70 {
    padding-bottom: 60px;
  }
  #a44b1abeb2a07f9 .mt-25 {
    margin-top: 16px;
  }
  #a44b1abeb2a07f9 .mb-25 {
    margin-bottom: 16px;
  }
  #a44b1abeb2a07f9 .mt-40 {
    margin-top: 32px;
  }
  #a44b1abeb2a07f9 .mt-50 {
    margin-top: 40px;
  }
  #a44b1abeb2a07f9 .f14 {
    font-size: 12px;
  }
  #a44b1abeb2a07f9 .f18 {
    font-size: 14px;
  }
  #a44b1abeb2a07f9 .f20 {
    font-size: 16px;
  }
  #a44b1abeb2a07f9 .f30 {
    font-size: 18px;
  }
  #a44b1abeb2a07f9 .f34 {
    font-size: 22px;
  }
  #a44b1abeb2a07f9 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a44b1abeb2a07f9 .p50 {
    padding: 35px;
  }
  #a44b1abeb2a07f9 .pt-60 {
    padding-top: 42px;
  }
  #a44b1abeb2a07f9 .pb-60 {
    padding-bottom: 42px;
  }
  #a44b1abeb2a07f9 .p60 {
    padding: 42px;
  }
  #a44b1abeb2a07f9 .pb-70 {
    padding-bottom: 55px;
  }
  #a44b1abeb2a07f9 .mt-25 {
    margin-top: 15px;
  }
  #a44b1abeb2a07f9 .mb-25 {
    margin-bottom: 15px;
  }
  #a44b1abeb2a07f9 .mt-40 {
    margin-top: 28px;
  }
  #a44b1abeb2a07f9 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a44b1abeb2a07f9 .p50 {
    padding: 20px;
  }
  #a44b1abeb2a07f9 .pt-60 {
    padding-top: 20px;
  }
  #a44b1abeb2a07f9 .pb-60 {
    padding-bottom: 20px;
  }
  #a44b1abeb2a07f9 .p60 {
    padding: 20px;
  }
  #a44b1abeb2a07f9 .pb-70 {
    padding-bottom: 20px;
  }
  #a44b1abeb2a07f9 .mt-40 {
    margin-top: 20px;
  }
  #a44b1abeb2a07f9 .mt-50 {
    margin-top: 20px;
  }
  #a44b1abeb2a07f9 .f18 {
    font-size: 13px;
  }
  #a44b1abeb2a07f9 .f20 {
    font-size: 14px;
  }
  #a44b1abeb2a07f9 .f30 {
    font-size: 16px;
  }
  #a44b1abeb2a07f9 .f34 {
    font-size: 16px;
  }
  #a44b1abeb2a07f9 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a44b1abeb2a07f9 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a44b1abeb2a07f9 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a44b1abeb2a07f9 .w1440 {
    width: 100%;
    padding: 0;
  }
  #a44b1abeb2a07f9 .newTop .txt,
  #a44b1abeb2a07f9 .newTop .img {
    height: auto;
  }
  #a44b1abeb2a07f9 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a44b1abeb2a07f9 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a44b1abeb2a07f9 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab2e4ac259ae9ca .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#ab2e4ac259ae9ca .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#ab2e4ac259ae9ca .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#ab2e4ac259ae9ca .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#ab2e4ac259ae9ca .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a6c10a577fab2f6 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#adceda8360a2f6f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af0b9a844aa6f86 {
  overflow: hidden;
}
#af0b9a844aa6f86 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af0b9a844aa6f86 .img-wrap:hover {
  transform: scale(1.1);
}
#a8c2ca21bdafff0 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8083ad73ca2599 {
  overflow: hidden;
}
#a8083ad73ca2599 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a8083ad73ca2599 .img-wrap:hover {
  transform: scale(1.1);
}
#a287da9c5cac3b9 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9eb3ae588a9b37 {
  overflow: hidden;
}
#a9eb3ae588a9b37 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a9eb3ae588a9b37 .img-wrap:hover {
  transform: scale(1.1);
}
#afc00a161aa5113 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4ad3adcbeae571 {
  overflow: hidden;
}
#a4ad3adcbeae571 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a4ad3adcbeae571 .img-wrap:hover {
  transform: scale(1.1);
}
#ab0c4ac3bca2655 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a22f3a8327ab88b {
  overflow: hidden;
}
#a22f3a8327ab88b .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a22f3a8327ab88b .img-wrap:hover {
  transform: scale(1.1);
}
#aed87af260a7f93 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab9daaaf5ea2c8b {
  overflow: hidden;
}
#ab9daaaf5ea2c8b .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ab9daaaf5ea2c8b .img-wrap:hover {
  transform: scale(1.1);
}
#a0b9fad183a8491 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a645fa87eaa9fb3 {
  overflow: hidden;
}
#a645fa87eaa9fb3 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a645fa87eaa9fb3 .img-wrap:hover {
  transform: scale(1.1);
}
#a1211a03d9a7a9f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9198abc6ba481b {
  overflow: hidden;
}
#a9198abc6ba481b .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a9198abc6ba481b .img-wrap:hover {
  transform: scale(1.1);
}
#a4712ad031ac22a {
  overflow: hidden;
  pointer-events: none;
}
#a4712ad031ac22a > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4712ad031ac22a > .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;
}
#a4712ad031ac22a > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4712ad031ac22a > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4712ad031ac22a > .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;
}
#a4712ad031ac22a > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4712ad031ac22a > .tab-wrap > div > .tab-nav,
#a4712ad031ac22a > .tab-nav,
#a4712ad031ac22a > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4712ad031ac22a > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a4712ad031ac22a > .tab-wrap > div > .tab-nav-horizontal,
#a4712ad031ac22a > .tab-nav-horizontal,
#a4712ad031ac22a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4712ad031ac22a > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4712ad031ac22a > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4712ad031ac22a > .tab-nav-horizontal::-webkit-scrollbar,
#a4712ad031ac22a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4712ad031ac22a > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4712ad031ac22a > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4712ad031ac22a > .tab-nav-horizontal.tagScroll,
#a4712ad031ac22a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4712ad031ac22a > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a4712ad031ac22a > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4712ad031ac22a > .tab-nav-horizontal.tagScroll li a,
#a4712ad031ac22a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4712ad031ac22a > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4712ad031ac22a > .tab-wrap > div > .tab-nav a,
#a4712ad031ac22a > .tab-nav a,
#a4712ad031ac22a > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4712ad031ac22a > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a4712ad031ac22a > .tab-wrap > div > .tab-nav li a,
#a4712ad031ac22a > .tab-nav li a,
#a4712ad031ac22a > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4712ad031ac22a > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a4712ad031ac22a > .tab-wrap > div > .tab-nav li a svg,
#a4712ad031ac22a > .tab-nav li a svg,
#a4712ad031ac22a > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4712ad031ac22a > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4712ad031ac22a > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4712ad031ac22a > .tab-nav li a .ap_icon,
#a4712ad031ac22a > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4712ad031ac22a > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4712ad031ac22a > .tab-wrap > div > .tab-nav li a:hover,
#a4712ad031ac22a > .tab-nav li a:hover,
#a4712ad031ac22a > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4712ad031ac22a > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a4712ad031ac22a > .tab-wrap > div > .tab-nav li.uk-active a,
#a4712ad031ac22a > .tab-nav li.uk-active a,
#a4712ad031ac22a > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4712ad031ac22a > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a4712ad031ac22a .layout-left li,
#a4712ad031ac22a .layout-center li,
#a4712ad031ac22a .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4712ad031ac22a .layout-left li a,
#a4712ad031ac22a .layout-center li a,
#a4712ad031ac22a .layout-right li a {
  height: 100%;
}
#a4712ad031ac22a > .tab-tabs .layout-left {
  text-align: left;
}
#a4712ad031ac22a > .tab-tabs .layout-center {
  text-align: center;
}
#a4712ad031ac22a > .tab-tabs .layout-right {
  text-align: right;
}
#a4712ad031ac22a .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a4712ad031ac22a .tab-content-wrap {
  background-color: transparent;
}
#a4712ad031ac22a .tab-contents,
#a4712ad031ac22a .tab-contents-wrap {
  pointer-events: none;
}
#a4712ad031ac22a .tab-content,
#a4712ad031ac22a .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4712ad031ac22a .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4712ad031ac22a .tab-wrap .tab-contents {
  height: 100%;
}
#a4712ad031ac22a .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4712ad031ac22a .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4712ad031ac22a .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#abedaa7be7af296 .a4549a61afa007f {
  overflow: hidden;
}
#abedaa7be7af296 .a4549a61afa007f , #abedaa7be7af296 .a4549a61afa007f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#abedaa7be7af296 .a4549a61afa007f:hover , #abedaa7be7af296 .a4549a61afa007f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#abedaa7be7af296 .uk-grid {
  margin-left: -15px;
}
#abedaa7be7af296 .uk-grid > * {
  padding-left: 15px;
}
#abedaa7be7af296 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#abedaa7be7af296 .dynamic-list-item {
  background-color: #ffffff;
}
#abedaa7be7af296 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abedaa7be7af296 .uk-position-center-left-out {
    left: -30px;
  }
  #abedaa7be7af296 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a46a4af4e3ade08 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a24f0afae5a2172 img {
  border: 0 none;
}
#a24f0afae5a2172 ul,
#a24f0afae5a2172 li {
  list-style: none;
}
#a24f0afae5a2172 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a24f0afae5a2172 a img {
  border: 0 none;
}
#a24f0afae5a2172 i {
  font-style: normal;
}
#a24f0afae5a2172 .p50 {
  padding: 50px;
}
#a24f0afae5a2172 .pt-60 {
  padding-top: 60px;
}
#a24f0afae5a2172 .pb-60 {
  padding-bottom: 60px;
}
#a24f0afae5a2172 .p60 {
  padding: 60px;
}
#a24f0afae5a2172 .title {
  color: #333;
}
#a24f0afae5a2172 .pb-70 {
  padding-bottom: 70px;
}
#a24f0afae5a2172 .mt-25 {
  margin-top: 25px;
}
#a24f0afae5a2172 .mb-25 {
  margin-bottom: 25px;
}
#a24f0afae5a2172 .mt-40 {
  margin-top: 40px;
}
#a24f0afae5a2172 .mt-50 {
  margin-top: 50px;
}
#a24f0afae5a2172 .f14 {
  font-size: 14px;
}
#a24f0afae5a2172 .f18 {
  font-size: 18px;
}
#a24f0afae5a2172 .f20 {
  font-size: 20px;
}
#a24f0afae5a2172 .f30 {
  font-size: 30px;
}
#a24f0afae5a2172 .f34 {
  font-size: 34px;
}
#a24f0afae5a2172 .f50 {
  font-size: 50px;
}
#a24f0afae5a2172 .color-888 {
  color: #888;
}
#a24f0afae5a2172 .color-555 {
  color: #555;
}
#a24f0afae5a2172 .color-999 {
  color: #999;
}
#a24f0afae5a2172 .color-aaa {
  color: #aaa;
}
#a24f0afae5a2172 .bg-f8 {
  background-color: #f8f9fb;
}
#a24f0afae5a2172 .bg-white {
  background-color: white;
}
#a24f0afae5a2172 .flex-between {
  display: flex;
  justify-content: space-between;
}
#a24f0afae5a2172 .flex {
  display: flex;
  justify-content: space-around;
}
#a24f0afae5a2172 .posi {
  position: relative;
}
#a24f0afae5a2172 .w50 {
  width: 50%;
}
#a24f0afae5a2172 .img {
  position: relative;
  overflow: hidden;
}
#a24f0afae5a2172 .transition {
  transition: all .36s;
}
#a24f0afae5a2172 .line-height {
  line-height: 2;
}
#a24f0afae5a2172 .text-center {
  text-align: center;
}
#a24f0afae5a2172 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a24f0afae5a2172 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a24f0afae5a2172 .opacity6 {
  opacity: 0.6;
}
#a24f0afae5a2172 .DIN {
  color: #666;
}
#a24f0afae5a2172 .opacity5 {
  opacity: 0.5;
}
#a24f0afae5a2172 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a24f0afae5a2172 .wapFlex {
    flex-direction: column;
  }
  #a24f0afae5a2172 .w50 {
    width: 100%;
  }
}
#a24f0afae5a2172 .more {
  color: #888;
}
#a24f0afae5a2172 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a24f0afae5a2172 .inxTit .f20 {
  letter-spacing: 6px;
}
#a24f0afae5a2172 .newTop .txt .more {
  display: inline-block;
}
#a24f0afae5a2172 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a24f0afae5a2172 .newTop .txt,
#a24f0afae5a2172 .newTop .img {
  height: 420px;
}
#a24f0afae5a2172 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a24f0afae5a2172 .newTop:hover {
  color: #0f6ecd;
}
#a24f0afae5a2172 .newTop:hover .img img {
  transform: scale(1.1);
}
#a24f0afae5a2172 .idxnewsUl li {
  flex: 1;
}
#a24f0afae5a2172 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a24f0afae5a2172 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a24f0afae5a2172 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a24f0afae5a2172 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a24f0afae5a2172 .idxnewsUl li .more {
  display: inline-block;
}
#a24f0afae5a2172 .idxnewsUl li:hover::after {
  height: 100%;
}
#a24f0afae5a2172 .idxnewsUl li:hover a {
  color: #fff!important;
}
#a24f0afae5a2172 .idxnewsUl li:hover .title {
  color: #fff;
}
#a24f0afae5a2172 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a24f0afae5a2172 .idxnewsUl li:hover .more {
  color: #fff;
}
#a24f0afae5a2172 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a24f0afae5a2172 .p50 {
    padding: 45px;
  }
  #a24f0afae5a2172 .pt-60 {
    padding-top: 55px;
  }
  #a24f0afae5a2172 .pb-60 {
    padding-bottom: 55px;
  }
  #a24f0afae5a2172 .p60 {
    padding: 55px;
  }
  #a24f0afae5a2172 .pb-70 {
    padding-bottom: 66px;
  }
  #a24f0afae5a2172 .mt-25 {
    margin-top: 20px;
  }
  #a24f0afae5a2172 .mb-25 {
    margin-bottom: 20px;
  }
  #a24f0afae5a2172 .mt-40 {
    margin-top: 36px;
  }
  #a24f0afae5a2172 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a24f0afae5a2172 .p50 {
    padding: 42px;
  }
  #a24f0afae5a2172 .pt-60 {
    padding-top: 50px;
  }
  #a24f0afae5a2172 .pb-60 {
    padding-bottom: 50px;
  }
  #a24f0afae5a2172 .p60 {
    padding: 50px;
  }
  #a24f0afae5a2172 .pb-70 {
    padding-bottom: 50px;
  }
  #a24f0afae5a2172 .mt-25 {
    margin-top: 18px;
  }
  #a24f0afae5a2172 .mb-25 {
    margin-bottom: 18px;
  }
  #a24f0afae5a2172 .mt-40 {
    margin-top: 34px;
  }
  #a24f0afae5a2172 .mt-50 {
    margin-top: 42px;
  }
  #a24f0afae5a2172 .f14 {
    font-size: 14px;
  }
  #a24f0afae5a2172 .f18 {
    font-size: 16px;
  }
  #a24f0afae5a2172 .f20 {
    font-size: 18px;
  }
  #a24f0afae5a2172 .f30 {
    font-size: 26px;
  }
  #a24f0afae5a2172 .f34 {
    font-size: 28px;
  }
  #a24f0afae5a2172 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a24f0afae5a2172 .pt-60 {
    padding-top: 50px;
  }
  #a24f0afae5a2172 .pb-60 {
    padding-bottom: 50px;
  }
  #a24f0afae5a2172 .p60 {
    padding: 50px;
  }
  #a24f0afae5a2172 .p50 {
    padding: 40px;
  }
  #a24f0afae5a2172 .pb-70 {
    padding-bottom: 60px;
  }
  #a24f0afae5a2172 .mt-25 {
    margin-top: 16px;
  }
  #a24f0afae5a2172 .mb-25 {
    margin-bottom: 16px;
  }
  #a24f0afae5a2172 .mt-40 {
    margin-top: 32px;
  }
  #a24f0afae5a2172 .mt-50 {
    margin-top: 40px;
  }
  #a24f0afae5a2172 .f14 {
    font-size: 12px;
  }
  #a24f0afae5a2172 .f18 {
    font-size: 14px;
  }
  #a24f0afae5a2172 .f20 {
    font-size: 16px;
  }
  #a24f0afae5a2172 .f30 {
    font-size: 18px;
  }
  #a24f0afae5a2172 .f34 {
    font-size: 22px;
  }
  #a24f0afae5a2172 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a24f0afae5a2172 .p50 {
    padding: 35px;
  }
  #a24f0afae5a2172 .pt-60 {
    padding-top: 42px;
  }
  #a24f0afae5a2172 .pb-60 {
    padding-bottom: 42px;
  }
  #a24f0afae5a2172 .p60 {
    padding: 42px;
  }
  #a24f0afae5a2172 .pb-70 {
    padding-bottom: 55px;
  }
  #a24f0afae5a2172 .mt-25 {
    margin-top: 15px;
  }
  #a24f0afae5a2172 .mb-25 {
    margin-bottom: 15px;
  }
  #a24f0afae5a2172 .mt-40 {
    margin-top: 28px;
  }
  #a24f0afae5a2172 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a24f0afae5a2172 .p50 {
    padding: 20px;
  }
  #a24f0afae5a2172 .pt-60 {
    padding-top: 20px;
  }
  #a24f0afae5a2172 .pb-60 {
    padding-bottom: 20px;
  }
  #a24f0afae5a2172 .p60 {
    padding: 20px;
  }
  #a24f0afae5a2172 .pb-70 {
    padding-bottom: 20px;
  }
  #a24f0afae5a2172 .mt-40 {
    margin-top: 20px;
  }
  #a24f0afae5a2172 .mt-50 {
    margin-top: 20px;
  }
  #a24f0afae5a2172 .f18 {
    font-size: 13px;
  }
  #a24f0afae5a2172 .f20 {
    font-size: 14px;
  }
  #a24f0afae5a2172 .f30 {
    font-size: 16px;
  }
  #a24f0afae5a2172 .f34 {
    font-size: 16px;
  }
  #a24f0afae5a2172 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a24f0afae5a2172 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a24f0afae5a2172 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a24f0afae5a2172 .w1440 {
    width: 100%;
    padding: 0;
  }
  #a24f0afae5a2172 .newTop .txt,
  #a24f0afae5a2172 .newTop .img {
    height: auto;
  }
  #a24f0afae5a2172 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a24f0afae5a2172 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a24f0afae5a2172 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5cb1a45e4a4501 .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a5cb1a45e4a4501 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a5cb1a45e4a4501 .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a5cb1a45e4a4501 .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a5cb1a45e4a4501 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a5d5ea7447af9c7 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#a3d3da3e4aadee0 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4a4aa7a1facf95 {
  overflow: hidden;
}
#a4a4aa7a1facf95 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a4a4aa7a1facf95 .img-wrap:hover {
  transform: scale(1.1);
}
#af390a7bc9aea64 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac6a6af6c8ad615 {
  overflow: hidden;
}
#ac6a6af6c8ad615 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ac6a6af6c8ad615 .img-wrap:hover {
  transform: scale(1.1);
}
#a3ceea0618a771f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae794a872da3aa2 {
  overflow: hidden;
}
#ae794a872da3aa2 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ae794a872da3aa2 .img-wrap:hover {
  transform: scale(1.1);
}
#a6b6eab47aaee83 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6fe6a391fab9c0 {
  overflow: hidden;
}
#a6fe6a391fab9c0 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a6fe6a391fab9c0 .img-wrap:hover {
  transform: scale(1.1);
}
#a1e3bae35eaed2e > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae5e3a9232ab60e {
  overflow: hidden;
}
#ae5e3a9232ab60e .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ae5e3a9232ab60e .img-wrap:hover {
  transform: scale(1.1);
}
#ab8e9ad0c7a1865 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af389a27d7aa442 {
  overflow: hidden;
}
#af389a27d7aa442 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af389a27d7aa442 .img-wrap:hover {
  transform: scale(1.1);
}
#ab514ac9a4aa236 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0316a7804a7606 {
  overflow: hidden;
}
#a0316a7804a7606 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a0316a7804a7606 .img-wrap:hover {
  transform: scale(1.1);
}
#adbcba3c86ac814 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8f36aff7ba429d {
  overflow: hidden;
}
#a8f36aff7ba429d .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a8f36aff7ba429d .img-wrap:hover {
  transform: scale(1.1);
}
#a573eac592ab7e8 {
  overflow: hidden;
  pointer-events: none;
}
#a573eac592ab7e8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a573eac592ab7e8 > .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;
}
#a573eac592ab7e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a573eac592ab7e8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a573eac592ab7e8 > .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;
}
#a573eac592ab7e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a573eac592ab7e8 > .tab-wrap > div > .tab-nav,
#a573eac592ab7e8 > .tab-nav,
#a573eac592ab7e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a573eac592ab7e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a573eac592ab7e8 > .tab-wrap > div > .tab-nav-horizontal,
#a573eac592ab7e8 > .tab-nav-horizontal,
#a573eac592ab7e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a573eac592ab7e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a573eac592ab7e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a573eac592ab7e8 > .tab-nav-horizontal::-webkit-scrollbar,
#a573eac592ab7e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a573eac592ab7e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a573eac592ab7e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a573eac592ab7e8 > .tab-nav-horizontal.tagScroll,
#a573eac592ab7e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a573eac592ab7e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a573eac592ab7e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a573eac592ab7e8 > .tab-nav-horizontal.tagScroll li a,
#a573eac592ab7e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a573eac592ab7e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a573eac592ab7e8 > .tab-wrap > div > .tab-nav a,
#a573eac592ab7e8 > .tab-nav a,
#a573eac592ab7e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a573eac592ab7e8 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a573eac592ab7e8 > .tab-wrap > div > .tab-nav li a,
#a573eac592ab7e8 > .tab-nav li a,
#a573eac592ab7e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a573eac592ab7e8 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a573eac592ab7e8 > .tab-wrap > div > .tab-nav li a svg,
#a573eac592ab7e8 > .tab-nav li a svg,
#a573eac592ab7e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a573eac592ab7e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a573eac592ab7e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a573eac592ab7e8 > .tab-nav li a .ap_icon,
#a573eac592ab7e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a573eac592ab7e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a573eac592ab7e8 > .tab-wrap > div > .tab-nav li a:hover,
#a573eac592ab7e8 > .tab-nav li a:hover,
#a573eac592ab7e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a573eac592ab7e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a573eac592ab7e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a573eac592ab7e8 > .tab-nav li.uk-active a,
#a573eac592ab7e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a573eac592ab7e8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a573eac592ab7e8 .layout-left li,
#a573eac592ab7e8 .layout-center li,
#a573eac592ab7e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a573eac592ab7e8 .layout-left li a,
#a573eac592ab7e8 .layout-center li a,
#a573eac592ab7e8 .layout-right li a {
  height: 100%;
}
#a573eac592ab7e8 > .tab-tabs .layout-left {
  text-align: left;
}
#a573eac592ab7e8 > .tab-tabs .layout-center {
  text-align: center;
}
#a573eac592ab7e8 > .tab-tabs .layout-right {
  text-align: right;
}
#a573eac592ab7e8 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a573eac592ab7e8 .tab-content-wrap {
  background-color: transparent;
}
#a573eac592ab7e8 .tab-contents,
#a573eac592ab7e8 .tab-contents-wrap {
  pointer-events: none;
}
#a573eac592ab7e8 .tab-content,
#a573eac592ab7e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a573eac592ab7e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a573eac592ab7e8 .tab-wrap .tab-contents {
  height: 100%;
}
#a573eac592ab7e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a573eac592ab7e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a573eac592ab7e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af017a3eb8a0f38 .a4c6da470ea2f49 {
  overflow: hidden;
}
#af017a3eb8a0f38 .a4c6da470ea2f49 , #af017a3eb8a0f38 .a4c6da470ea2f49 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#af017a3eb8a0f38 .a4c6da470ea2f49:hover , #af017a3eb8a0f38 .a4c6da470ea2f49 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#af017a3eb8a0f38 .uk-grid {
  margin-left: -15px;
}
#af017a3eb8a0f38 .uk-grid > * {
  padding-left: 15px;
}
#af017a3eb8a0f38 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af017a3eb8a0f38 .dynamic-list-item {
  background-color: #ffffff;
}
#af017a3eb8a0f38 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af017a3eb8a0f38 .uk-position-center-left-out {
    left: -30px;
  }
  #af017a3eb8a0f38 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#ac401a2498aee3a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b74adf61a880b img {
  border: 0 none;
}
#a8b74adf61a880b ul,
#a8b74adf61a880b li {
  list-style: none;
}
#a8b74adf61a880b img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a8b74adf61a880b a img {
  border: 0 none;
}
#a8b74adf61a880b i {
  font-style: normal;
}
#a8b74adf61a880b .p50 {
  padding: 50px;
}
#a8b74adf61a880b .pt-60 {
  padding-top: 60px;
}
#a8b74adf61a880b .pb-60 {
  padding-bottom: 60px;
}
#a8b74adf61a880b .p60 {
  padding: 60px;
}
#a8b74adf61a880b .title {
  color: #333;
}
#a8b74adf61a880b .pb-70 {
  padding-bottom: 70px;
}
#a8b74adf61a880b .mt-25 {
  margin-top: 25px;
}
#a8b74adf61a880b .mb-25 {
  margin-bottom: 25px;
}
#a8b74adf61a880b .mt-40 {
  margin-top: 40px;
}
#a8b74adf61a880b .mt-50 {
  margin-top: 50px;
}
#a8b74adf61a880b .f14 {
  font-size: 14px;
}
#a8b74adf61a880b .f18 {
  font-size: 18px;
}
#a8b74adf61a880b .f20 {
  font-size: 20px;
}
#a8b74adf61a880b .f30 {
  font-size: 30px;
}
#a8b74adf61a880b .f34 {
  font-size: 34px;
}
#a8b74adf61a880b .f50 {
  font-size: 50px;
}
#a8b74adf61a880b .color-888 {
  color: #888;
}
#a8b74adf61a880b .color-555 {
  color: #555;
}
#a8b74adf61a880b .color-999 {
  color: #999;
}
#a8b74adf61a880b .color-aaa {
  color: #aaa;
}
#a8b74adf61a880b .bg-f8 {
  background-color: #f8f9fb;
}
#a8b74adf61a880b .bg-white {
  background-color: white;
}
#a8b74adf61a880b .flex-between {
  display: flex;
  justify-content: space-between;
}
#a8b74adf61a880b .flex {
  display: flex;
  justify-content: space-around;
}
#a8b74adf61a880b .posi {
  position: relative;
}
#a8b74adf61a880b .w50 {
  width: 50%;
}
#a8b74adf61a880b .img {
  position: relative;
  overflow: hidden;
}
#a8b74adf61a880b .transition {
  transition: all .36s;
}
#a8b74adf61a880b .line-height {
  line-height: 2;
}
#a8b74adf61a880b .text-center {
  text-align: center;
}
#a8b74adf61a880b .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a8b74adf61a880b .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a8b74adf61a880b .opacity6 {
  opacity: 0.6;
}
#a8b74adf61a880b .DIN {
  color: #666;
}
#a8b74adf61a880b .opacity5 {
  opacity: 0.5;
}
#a8b74adf61a880b .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a8b74adf61a880b .wapFlex {
    flex-direction: column;
  }
  #a8b74adf61a880b .w50 {
    width: 100%;
  }
}
#a8b74adf61a880b .more {
  color: #888;
}
#a8b74adf61a880b .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a8b74adf61a880b .inxTit .f20 {
  letter-spacing: 6px;
}
#a8b74adf61a880b .newTop .txt .more {
  display: inline-block;
}
#a8b74adf61a880b .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a8b74adf61a880b .newTop .txt,
#a8b74adf61a880b .newTop .img {
  height: 420px;
}
#a8b74adf61a880b .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a8b74adf61a880b .newTop:hover {
  color: #0f6ecd;
}
#a8b74adf61a880b .newTop:hover .img img {
  transform: scale(1.1);
}
#a8b74adf61a880b .idxnewsUl li {
  flex: 1;
}
#a8b74adf61a880b .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a8b74adf61a880b .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a8b74adf61a880b .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a8b74adf61a880b .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a8b74adf61a880b .idxnewsUl li .more {
  display: inline-block;
}
#a8b74adf61a880b .idxnewsUl li:hover::after {
  height: 100%;
}
#a8b74adf61a880b .idxnewsUl li:hover a {
  color: #fff!important;
}
#a8b74adf61a880b .idxnewsUl li:hover .title {
  color: #fff;
}
#a8b74adf61a880b .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a8b74adf61a880b .idxnewsUl li:hover .more {
  color: #fff;
}
#a8b74adf61a880b .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a8b74adf61a880b .p50 {
    padding: 45px;
  }
  #a8b74adf61a880b .pt-60 {
    padding-top: 55px;
  }
  #a8b74adf61a880b .pb-60 {
    padding-bottom: 55px;
  }
  #a8b74adf61a880b .p60 {
    padding: 55px;
  }
  #a8b74adf61a880b .pb-70 {
    padding-bottom: 66px;
  }
  #a8b74adf61a880b .mt-25 {
    margin-top: 20px;
  }
  #a8b74adf61a880b .mb-25 {
    margin-bottom: 20px;
  }
  #a8b74adf61a880b .mt-40 {
    margin-top: 36px;
  }
  #a8b74adf61a880b .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a8b74adf61a880b .p50 {
    padding: 42px;
  }
  #a8b74adf61a880b .pt-60 {
    padding-top: 50px;
  }
  #a8b74adf61a880b .pb-60 {
    padding-bottom: 50px;
  }
  #a8b74adf61a880b .p60 {
    padding: 50px;
  }
  #a8b74adf61a880b .pb-70 {
    padding-bottom: 50px;
  }
  #a8b74adf61a880b .mt-25 {
    margin-top: 18px;
  }
  #a8b74adf61a880b .mb-25 {
    margin-bottom: 18px;
  }
  #a8b74adf61a880b .mt-40 {
    margin-top: 34px;
  }
  #a8b74adf61a880b .mt-50 {
    margin-top: 42px;
  }
  #a8b74adf61a880b .f14 {
    font-size: 14px;
  }
  #a8b74adf61a880b .f18 {
    font-size: 16px;
  }
  #a8b74adf61a880b .f20 {
    font-size: 18px;
  }
  #a8b74adf61a880b .f30 {
    font-size: 26px;
  }
  #a8b74adf61a880b .f34 {
    font-size: 28px;
  }
  #a8b74adf61a880b .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a8b74adf61a880b .pt-60 {
    padding-top: 50px;
  }
  #a8b74adf61a880b .pb-60 {
    padding-bottom: 50px;
  }
  #a8b74adf61a880b .p60 {
    padding: 50px;
  }
  #a8b74adf61a880b .p50 {
    padding: 40px;
  }
  #a8b74adf61a880b .pb-70 {
    padding-bottom: 60px;
  }
  #a8b74adf61a880b .mt-25 {
    margin-top: 16px;
  }
  #a8b74adf61a880b .mb-25 {
    margin-bottom: 16px;
  }
  #a8b74adf61a880b .mt-40 {
    margin-top: 32px;
  }
  #a8b74adf61a880b .mt-50 {
    margin-top: 40px;
  }
  #a8b74adf61a880b .f14 {
    font-size: 12px;
  }
  #a8b74adf61a880b .f18 {
    font-size: 14px;
  }
  #a8b74adf61a880b .f20 {
    font-size: 16px;
  }
  #a8b74adf61a880b .f30 {
    font-size: 18px;
  }
  #a8b74adf61a880b .f34 {
    font-size: 22px;
  }
  #a8b74adf61a880b .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a8b74adf61a880b .p50 {
    padding: 35px;
  }
  #a8b74adf61a880b .pt-60 {
    padding-top: 42px;
  }
  #a8b74adf61a880b .pb-60 {
    padding-bottom: 42px;
  }
  #a8b74adf61a880b .p60 {
    padding: 42px;
  }
  #a8b74adf61a880b .pb-70 {
    padding-bottom: 55px;
  }
  #a8b74adf61a880b .mt-25 {
    margin-top: 15px;
  }
  #a8b74adf61a880b .mb-25 {
    margin-bottom: 15px;
  }
  #a8b74adf61a880b .mt-40 {
    margin-top: 28px;
  }
  #a8b74adf61a880b .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a8b74adf61a880b .p50 {
    padding: 20px;
  }
  #a8b74adf61a880b .pt-60 {
    padding-top: 20px;
  }
  #a8b74adf61a880b .pb-60 {
    padding-bottom: 20px;
  }
  #a8b74adf61a880b .p60 {
    padding: 20px;
  }
  #a8b74adf61a880b .pb-70 {
    padding-bottom: 20px;
  }
  #a8b74adf61a880b .mt-40 {
    margin-top: 20px;
  }
  #a8b74adf61a880b .mt-50 {
    margin-top: 20px;
  }
  #a8b74adf61a880b .f18 {
    font-size: 13px;
  }
  #a8b74adf61a880b .f20 {
    font-size: 14px;
  }
  #a8b74adf61a880b .f30 {
    font-size: 16px;
  }
  #a8b74adf61a880b .f34 {
    font-size: 16px;
  }
  #a8b74adf61a880b .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a8b74adf61a880b .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a8b74adf61a880b .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a8b74adf61a880b .w1440 {
    width: 100%;
    padding: 0;
  }
  #a8b74adf61a880b .newTop .txt,
  #a8b74adf61a880b .newTop .img {
    height: auto;
  }
  #a8b74adf61a880b .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a8b74adf61a880b .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a8b74adf61a880b .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af701afd03a4a28 .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#af701afd03a4a28 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#af701afd03a4a28 .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#af701afd03a4a28 .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#af701afd03a4a28 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a0dafa3851a8323 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#a8b01acd34a2ba2 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a71afae955ad96c {
  overflow: hidden;
}
#a71afae955ad96c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a71afae955ad96c .img-wrap:hover {
  transform: scale(1.1);
}
#a4397a952ca9547 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa114a3888ac050 {
  overflow: hidden;
}
#aa114a3888ac050 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aa114a3888ac050 .img-wrap:hover {
  transform: scale(1.1);
}
#a6cf8a5452a240c > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6e48a1f07a927a {
  overflow: hidden;
}
#a6e48a1f07a927a .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a6e48a1f07a927a .img-wrap:hover {
  transform: scale(1.1);
}
#a27a6a3673aad4d > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9c3eaa365aa203 {
  overflow: hidden;
}
#a9c3eaa365aa203 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a9c3eaa365aa203 .img-wrap:hover {
  transform: scale(1.1);
}
#aedc4ab251a5433 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0bdba630ba76fd {
  overflow: hidden;
}
#a0bdba630ba76fd .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a0bdba630ba76fd .img-wrap:hover {
  transform: scale(1.1);
}
#ad0a5ae249a7116 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aaf38a3a89a8b64 {
  overflow: hidden;
}
#aaf38a3a89a8b64 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aaf38a3a89a8b64 .img-wrap:hover {
  transform: scale(1.1);
}
#aa024afe41a88dd > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a21b8ac479a1a71 {
  overflow: hidden;
}
#a21b8ac479a1a71 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a21b8ac479a1a71 .img-wrap:hover {
  transform: scale(1.1);
}
#a900ca8390a54f0 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adca0a4c83a1908 {
  overflow: hidden;
}
#adca0a4c83a1908 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#adca0a4c83a1908 .img-wrap:hover {
  transform: scale(1.1);
}
#a783ea706baddcf {
  overflow: hidden;
  pointer-events: none;
}
#a783ea706baddcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a783ea706baddcf > .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;
}
#a783ea706baddcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a783ea706baddcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a783ea706baddcf > .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;
}
#a783ea706baddcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a783ea706baddcf > .tab-wrap > div > .tab-nav,
#a783ea706baddcf > .tab-nav,
#a783ea706baddcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a783ea706baddcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a783ea706baddcf > .tab-wrap > div > .tab-nav-horizontal,
#a783ea706baddcf > .tab-nav-horizontal,
#a783ea706baddcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a783ea706baddcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a783ea706baddcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a783ea706baddcf > .tab-nav-horizontal::-webkit-scrollbar,
#a783ea706baddcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a783ea706baddcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a783ea706baddcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a783ea706baddcf > .tab-nav-horizontal.tagScroll,
#a783ea706baddcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a783ea706baddcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a783ea706baddcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a783ea706baddcf > .tab-nav-horizontal.tagScroll li a,
#a783ea706baddcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a783ea706baddcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a783ea706baddcf > .tab-wrap > div > .tab-nav a,
#a783ea706baddcf > .tab-nav a,
#a783ea706baddcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a783ea706baddcf > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a783ea706baddcf > .tab-wrap > div > .tab-nav li a,
#a783ea706baddcf > .tab-nav li a,
#a783ea706baddcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a783ea706baddcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a783ea706baddcf > .tab-wrap > div > .tab-nav li a svg,
#a783ea706baddcf > .tab-nav li a svg,
#a783ea706baddcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a783ea706baddcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a783ea706baddcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a783ea706baddcf > .tab-nav li a .ap_icon,
#a783ea706baddcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a783ea706baddcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a783ea706baddcf > .tab-wrap > div > .tab-nav li a:hover,
#a783ea706baddcf > .tab-nav li a:hover,
#a783ea706baddcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a783ea706baddcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a783ea706baddcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a783ea706baddcf > .tab-nav li.uk-active a,
#a783ea706baddcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a783ea706baddcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a783ea706baddcf .layout-left li,
#a783ea706baddcf .layout-center li,
#a783ea706baddcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a783ea706baddcf .layout-left li a,
#a783ea706baddcf .layout-center li a,
#a783ea706baddcf .layout-right li a {
  height: 100%;
}
#a783ea706baddcf > .tab-tabs .layout-left {
  text-align: left;
}
#a783ea706baddcf > .tab-tabs .layout-center {
  text-align: center;
}
#a783ea706baddcf > .tab-tabs .layout-right {
  text-align: right;
}
#a783ea706baddcf .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a783ea706baddcf .tab-content-wrap {
  background-color: transparent;
}
#a783ea706baddcf .tab-contents,
#a783ea706baddcf .tab-contents-wrap {
  pointer-events: none;
}
#a783ea706baddcf .tab-content,
#a783ea706baddcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a783ea706baddcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a783ea706baddcf .tab-wrap .tab-contents {
  height: 100%;
}
#a783ea706baddcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a783ea706baddcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a783ea706baddcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a4b0ea3432a0397 .ae4b6ab2b5a9015 {
  overflow: hidden;
}
#a4b0ea3432a0397 .ae4b6ab2b5a9015 , #a4b0ea3432a0397 .ae4b6ab2b5a9015 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a4b0ea3432a0397 .ae4b6ab2b5a9015:hover , #a4b0ea3432a0397 .ae4b6ab2b5a9015 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a4b0ea3432a0397 .uk-grid {
  margin-left: -15px;
}
#a4b0ea3432a0397 .uk-grid > * {
  padding-left: 15px;
}
#a4b0ea3432a0397 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a4b0ea3432a0397 .dynamic-list-item {
  background-color: #ffffff;
}
#a4b0ea3432a0397 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4b0ea3432a0397 .uk-position-center-left-out {
    left: -30px;
  }
  #a4b0ea3432a0397 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a2aa1a3feba1bc4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a91a3a5f37ab136 img {
  border: 0 none;
}
#a91a3a5f37ab136 ul,
#a91a3a5f37ab136 li {
  list-style: none;
}
#a91a3a5f37ab136 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a91a3a5f37ab136 a img {
  border: 0 none;
}
#a91a3a5f37ab136 i {
  font-style: normal;
}
#a91a3a5f37ab136 .p50 {
  padding: 50px;
}
#a91a3a5f37ab136 .pt-60 {
  padding-top: 60px;
}
#a91a3a5f37ab136 .pb-60 {
  padding-bottom: 60px;
}
#a91a3a5f37ab136 .p60 {
  padding: 60px;
}
#a91a3a5f37ab136 .title {
  color: #333;
}
#a91a3a5f37ab136 .pb-70 {
  padding-bottom: 70px;
}
#a91a3a5f37ab136 .mt-25 {
  margin-top: 25px;
}
#a91a3a5f37ab136 .mb-25 {
  margin-bottom: 25px;
}
#a91a3a5f37ab136 .mt-40 {
  margin-top: 40px;
}
#a91a3a5f37ab136 .mt-50 {
  margin-top: 50px;
}
#a91a3a5f37ab136 .f14 {
  font-size: 14px;
}
#a91a3a5f37ab136 .f18 {
  font-size: 18px;
}
#a91a3a5f37ab136 .f20 {
  font-size: 20px;
}
#a91a3a5f37ab136 .f30 {
  font-size: 30px;
}
#a91a3a5f37ab136 .f34 {
  font-size: 34px;
}
#a91a3a5f37ab136 .f50 {
  font-size: 50px;
}
#a91a3a5f37ab136 .color-888 {
  color: #888;
}
#a91a3a5f37ab136 .color-555 {
  color: #555;
}
#a91a3a5f37ab136 .color-999 {
  color: #999;
}
#a91a3a5f37ab136 .color-aaa {
  color: #aaa;
}
#a91a3a5f37ab136 .bg-f8 {
  background-color: #f8f9fb;
}
#a91a3a5f37ab136 .bg-white {
  background-color: white;
}
#a91a3a5f37ab136 .flex-between {
  display: flex;
  justify-content: space-between;
}
#a91a3a5f37ab136 .flex {
  display: flex;
  justify-content: space-around;
}
#a91a3a5f37ab136 .posi {
  position: relative;
}
#a91a3a5f37ab136 .w50 {
  width: 50%;
}
#a91a3a5f37ab136 .img {
  position: relative;
  overflow: hidden;
}
#a91a3a5f37ab136 .transition {
  transition: all .36s;
}
#a91a3a5f37ab136 .line-height {
  line-height: 2;
}
#a91a3a5f37ab136 .text-center {
  text-align: center;
}
#a91a3a5f37ab136 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a91a3a5f37ab136 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a91a3a5f37ab136 .opacity6 {
  opacity: 0.6;
}
#a91a3a5f37ab136 .DIN {
  color: #666;
}
#a91a3a5f37ab136 .opacity5 {
  opacity: 0.5;
}
#a91a3a5f37ab136 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a91a3a5f37ab136 .wapFlex {
    flex-direction: column;
  }
  #a91a3a5f37ab136 .w50 {
    width: 100%;
  }
}
#a91a3a5f37ab136 .more {
  color: #888;
}
#a91a3a5f37ab136 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a91a3a5f37ab136 .inxTit .f20 {
  letter-spacing: 6px;
}
#a91a3a5f37ab136 .newTop .txt .more {
  display: inline-block;
}
#a91a3a5f37ab136 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a91a3a5f37ab136 .newTop .txt,
#a91a3a5f37ab136 .newTop .img {
  height: 420px;
}
#a91a3a5f37ab136 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a91a3a5f37ab136 .newTop:hover {
  color: #0f6ecd;
}
#a91a3a5f37ab136 .newTop:hover .img img {
  transform: scale(1.1);
}
#a91a3a5f37ab136 .idxnewsUl li {
  flex: 1;
}
#a91a3a5f37ab136 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a91a3a5f37ab136 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a91a3a5f37ab136 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a91a3a5f37ab136 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a91a3a5f37ab136 .idxnewsUl li .more {
  display: inline-block;
}
#a91a3a5f37ab136 .idxnewsUl li:hover::after {
  height: 100%;
}
#a91a3a5f37ab136 .idxnewsUl li:hover a {
  color: #fff!important;
}
#a91a3a5f37ab136 .idxnewsUl li:hover .title {
  color: #fff;
}
#a91a3a5f37ab136 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a91a3a5f37ab136 .idxnewsUl li:hover .more {
  color: #fff;
}
#a91a3a5f37ab136 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a91a3a5f37ab136 .p50 {
    padding: 45px;
  }
  #a91a3a5f37ab136 .pt-60 {
    padding-top: 55px;
  }
  #a91a3a5f37ab136 .pb-60 {
    padding-bottom: 55px;
  }
  #a91a3a5f37ab136 .p60 {
    padding: 55px;
  }
  #a91a3a5f37ab136 .pb-70 {
    padding-bottom: 66px;
  }
  #a91a3a5f37ab136 .mt-25 {
    margin-top: 20px;
  }
  #a91a3a5f37ab136 .mb-25 {
    margin-bottom: 20px;
  }
  #a91a3a5f37ab136 .mt-40 {
    margin-top: 36px;
  }
  #a91a3a5f37ab136 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a91a3a5f37ab136 .p50 {
    padding: 42px;
  }
  #a91a3a5f37ab136 .pt-60 {
    padding-top: 50px;
  }
  #a91a3a5f37ab136 .pb-60 {
    padding-bottom: 50px;
  }
  #a91a3a5f37ab136 .p60 {
    padding: 50px;
  }
  #a91a3a5f37ab136 .pb-70 {
    padding-bottom: 50px;
  }
  #a91a3a5f37ab136 .mt-25 {
    margin-top: 18px;
  }
  #a91a3a5f37ab136 .mb-25 {
    margin-bottom: 18px;
  }
  #a91a3a5f37ab136 .mt-40 {
    margin-top: 34px;
  }
  #a91a3a5f37ab136 .mt-50 {
    margin-top: 42px;
  }
  #a91a3a5f37ab136 .f14 {
    font-size: 14px;
  }
  #a91a3a5f37ab136 .f18 {
    font-size: 16px;
  }
  #a91a3a5f37ab136 .f20 {
    font-size: 18px;
  }
  #a91a3a5f37ab136 .f30 {
    font-size: 26px;
  }
  #a91a3a5f37ab136 .f34 {
    font-size: 28px;
  }
  #a91a3a5f37ab136 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a91a3a5f37ab136 .pt-60 {
    padding-top: 50px;
  }
  #a91a3a5f37ab136 .pb-60 {
    padding-bottom: 50px;
  }
  #a91a3a5f37ab136 .p60 {
    padding: 50px;
  }
  #a91a3a5f37ab136 .p50 {
    padding: 40px;
  }
  #a91a3a5f37ab136 .pb-70 {
    padding-bottom: 60px;
  }
  #a91a3a5f37ab136 .mt-25 {
    margin-top: 16px;
  }
  #a91a3a5f37ab136 .mb-25 {
    margin-bottom: 16px;
  }
  #a91a3a5f37ab136 .mt-40 {
    margin-top: 32px;
  }
  #a91a3a5f37ab136 .mt-50 {
    margin-top: 40px;
  }
  #a91a3a5f37ab136 .f14 {
    font-size: 12px;
  }
  #a91a3a5f37ab136 .f18 {
    font-size: 14px;
  }
  #a91a3a5f37ab136 .f20 {
    font-size: 16px;
  }
  #a91a3a5f37ab136 .f30 {
    font-size: 18px;
  }
  #a91a3a5f37ab136 .f34 {
    font-size: 22px;
  }
  #a91a3a5f37ab136 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a91a3a5f37ab136 .p50 {
    padding: 35px;
  }
  #a91a3a5f37ab136 .pt-60 {
    padding-top: 42px;
  }
  #a91a3a5f37ab136 .pb-60 {
    padding-bottom: 42px;
  }
  #a91a3a5f37ab136 .p60 {
    padding: 42px;
  }
  #a91a3a5f37ab136 .pb-70 {
    padding-bottom: 55px;
  }
  #a91a3a5f37ab136 .mt-25 {
    margin-top: 15px;
  }
  #a91a3a5f37ab136 .mb-25 {
    margin-bottom: 15px;
  }
  #a91a3a5f37ab136 .mt-40 {
    margin-top: 28px;
  }
  #a91a3a5f37ab136 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a91a3a5f37ab136 .p50 {
    padding: 20px;
  }
  #a91a3a5f37ab136 .pt-60 {
    padding-top: 20px;
  }
  #a91a3a5f37ab136 .pb-60 {
    padding-bottom: 20px;
  }
  #a91a3a5f37ab136 .p60 {
    padding: 20px;
  }
  #a91a3a5f37ab136 .pb-70 {
    padding-bottom: 20px;
  }
  #a91a3a5f37ab136 .mt-40 {
    margin-top: 20px;
  }
  #a91a3a5f37ab136 .mt-50 {
    margin-top: 20px;
  }
  #a91a3a5f37ab136 .f18 {
    font-size: 13px;
  }
  #a91a3a5f37ab136 .f20 {
    font-size: 14px;
  }
  #a91a3a5f37ab136 .f30 {
    font-size: 16px;
  }
  #a91a3a5f37ab136 .f34 {
    font-size: 16px;
  }
  #a91a3a5f37ab136 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a91a3a5f37ab136 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a91a3a5f37ab136 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a91a3a5f37ab136 .w1440 {
    width: 100%;
    padding: 0;
  }
  #a91a3a5f37ab136 .newTop .txt,
  #a91a3a5f37ab136 .newTop .img {
    height: auto;
  }
  #a91a3a5f37ab136 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a91a3a5f37ab136 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a91a3a5f37ab136 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad647acb22a864f .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#ad647acb22a864f .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#ad647acb22a864f .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#ad647acb22a864f .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#ad647acb22a864f .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a47efa5ac1abda1 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#a41e9aee68a09b2 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aec47a1a0fa6d37 {
  overflow: hidden;
}
#aec47a1a0fa6d37 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aec47a1a0fa6d37 .img-wrap:hover {
  transform: scale(1.1);
}
#ab621a536aa8cec > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2ab8a10bfa1e26 {
  overflow: hidden;
}
#a2ab8a10bfa1e26 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a2ab8a10bfa1e26 .img-wrap:hover {
  transform: scale(1.1);
}
#a6623a0df0ac8ca > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3a3fa4447a7bb0 {
  overflow: hidden;
}
#a3a3fa4447a7bb0 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a3a3fa4447a7bb0 .img-wrap:hover {
  transform: scale(1.1);
}
#a04e5aa804ae2bf > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad756a2b54aeddd {
  overflow: hidden;
}
#ad756a2b54aeddd .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ad756a2b54aeddd .img-wrap:hover {
  transform: scale(1.1);
}
#a6271a6757ac467 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af36ca8fd6afb54 {
  overflow: hidden;
}
#af36ca8fd6afb54 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af36ca8fd6afb54 .img-wrap:hover {
  transform: scale(1.1);
}
#a396ea722faa52c > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad6c6acd26a4244 {
  overflow: hidden;
}
#ad6c6acd26a4244 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ad6c6acd26a4244 .img-wrap:hover {
  transform: scale(1.1);
}
#a72b5aa87aae9f3 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a643cadf36a2ce8 {
  overflow: hidden;
}
#a643cadf36a2ce8 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a643cadf36a2ce8 .img-wrap:hover {
  transform: scale(1.1);
}
#afbdea7b84ab078 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2b8fa5cf3afc18 {
  overflow: hidden;
}
#a2b8fa5cf3afc18 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a2b8fa5cf3afc18 .img-wrap:hover {
  transform: scale(1.1);
}
#aa5e5ad55ca5b18 {
  overflow: hidden;
  pointer-events: none;
}
#aa5e5ad55ca5b18 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa5e5ad55ca5b18 > .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;
}
#aa5e5ad55ca5b18 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa5e5ad55ca5b18 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa5e5ad55ca5b18 > .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;
}
#aa5e5ad55ca5b18 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa5e5ad55ca5b18 > .tab-wrap > div > .tab-nav,
#aa5e5ad55ca5b18 > .tab-nav,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#aa5e5ad55ca5b18 > .tab-wrap > div > .tab-nav-horizontal,
#aa5e5ad55ca5b18 > .tab-nav-horizontal,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa5e5ad55ca5b18 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa5e5ad55ca5b18 > .tab-nav-horizontal::-webkit-scrollbar,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa5e5ad55ca5b18 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa5e5ad55ca5b18 > .tab-nav-horizontal.tagScroll,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#aa5e5ad55ca5b18 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa5e5ad55ca5b18 > .tab-nav-horizontal.tagScroll li a,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa5e5ad55ca5b18 > .tab-wrap > div > .tab-nav a,
#aa5e5ad55ca5b18 > .tab-nav a,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#aa5e5ad55ca5b18 > .tab-wrap > div > .tab-nav li a,
#aa5e5ad55ca5b18 > .tab-nav li a,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#aa5e5ad55ca5b18 > .tab-wrap > div > .tab-nav li a svg,
#aa5e5ad55ca5b18 > .tab-nav li a svg,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa5e5ad55ca5b18 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa5e5ad55ca5b18 > .tab-nav li a .ap_icon,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa5e5ad55ca5b18 > .tab-wrap > div > .tab-nav li a:hover,
#aa5e5ad55ca5b18 > .tab-nav li a:hover,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#aa5e5ad55ca5b18 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa5e5ad55ca5b18 > .tab-nav li.uk-active a,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa5e5ad55ca5b18 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#aa5e5ad55ca5b18 .layout-left li,
#aa5e5ad55ca5b18 .layout-center li,
#aa5e5ad55ca5b18 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa5e5ad55ca5b18 .layout-left li a,
#aa5e5ad55ca5b18 .layout-center li a,
#aa5e5ad55ca5b18 .layout-right li a {
  height: 100%;
}
#aa5e5ad55ca5b18 > .tab-tabs .layout-left {
  text-align: left;
}
#aa5e5ad55ca5b18 > .tab-tabs .layout-center {
  text-align: center;
}
#aa5e5ad55ca5b18 > .tab-tabs .layout-right {
  text-align: right;
}
#aa5e5ad55ca5b18 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#aa5e5ad55ca5b18 .tab-content-wrap {
  background-color: transparent;
}
#aa5e5ad55ca5b18 .tab-contents,
#aa5e5ad55ca5b18 .tab-contents-wrap {
  pointer-events: none;
}
#aa5e5ad55ca5b18 .tab-content,
#aa5e5ad55ca5b18 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa5e5ad55ca5b18 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa5e5ad55ca5b18 .tab-wrap .tab-contents {
  height: 100%;
}
#aa5e5ad55ca5b18 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa5e5ad55ca5b18 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa5e5ad55ca5b18 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a4783a4bcfabb24 .a5c10a5191a80d7 {
  overflow: hidden;
}
#a4783a4bcfabb24 .a5c10a5191a80d7 , #a4783a4bcfabb24 .a5c10a5191a80d7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a4783a4bcfabb24 .a5c10a5191a80d7:hover , #a4783a4bcfabb24 .a5c10a5191a80d7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a4783a4bcfabb24 .uk-grid {
  margin-left: -15px;
}
#a4783a4bcfabb24 .uk-grid > * {
  padding-left: 15px;
}
#a4783a4bcfabb24 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a4783a4bcfabb24 .dynamic-list-item {
  background-color: #ffffff;
}
#a4783a4bcfabb24 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4783a4bcfabb24 .uk-position-center-left-out {
    left: -30px;
  }
  #a4783a4bcfabb24 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#af63ca2b9caf76a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6685a72c7a8f4d img {
  border: 0 none;
}
#a6685a72c7a8f4d ul,
#a6685a72c7a8f4d li {
  list-style: none;
}
#a6685a72c7a8f4d img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a6685a72c7a8f4d a img {
  border: 0 none;
}
#a6685a72c7a8f4d i {
  font-style: normal;
}
#a6685a72c7a8f4d .p50 {
  padding: 50px;
}
#a6685a72c7a8f4d .pt-60 {
  padding-top: 60px;
}
#a6685a72c7a8f4d .pb-60 {
  padding-bottom: 60px;
}
#a6685a72c7a8f4d .p60 {
  padding: 60px;
}
#a6685a72c7a8f4d .title {
  color: #333;
}
#a6685a72c7a8f4d .pb-70 {
  padding-bottom: 70px;
}
#a6685a72c7a8f4d .mt-25 {
  margin-top: 25px;
}
#a6685a72c7a8f4d .mb-25 {
  margin-bottom: 25px;
}
#a6685a72c7a8f4d .mt-40 {
  margin-top: 40px;
}
#a6685a72c7a8f4d .mt-50 {
  margin-top: 50px;
}
#a6685a72c7a8f4d .f14 {
  font-size: 14px;
}
#a6685a72c7a8f4d .f18 {
  font-size: 18px;
}
#a6685a72c7a8f4d .f20 {
  font-size: 20px;
}
#a6685a72c7a8f4d .f30 {
  font-size: 30px;
}
#a6685a72c7a8f4d .f34 {
  font-size: 34px;
}
#a6685a72c7a8f4d .f50 {
  font-size: 50px;
}
#a6685a72c7a8f4d .color-888 {
  color: #888;
}
#a6685a72c7a8f4d .color-555 {
  color: #555;
}
#a6685a72c7a8f4d .color-999 {
  color: #999;
}
#a6685a72c7a8f4d .color-aaa {
  color: #aaa;
}
#a6685a72c7a8f4d .bg-f8 {
  background-color: #f8f9fb;
}
#a6685a72c7a8f4d .bg-white {
  background-color: white;
}
#a6685a72c7a8f4d .flex-between {
  display: flex;
  justify-content: space-between;
}
#a6685a72c7a8f4d .flex {
  display: flex;
  justify-content: space-around;
}
#a6685a72c7a8f4d .posi {
  position: relative;
}
#a6685a72c7a8f4d .w50 {
  width: 50%;
}
#a6685a72c7a8f4d .img {
  position: relative;
  overflow: hidden;
}
#a6685a72c7a8f4d .transition {
  transition: all .36s;
}
#a6685a72c7a8f4d .line-height {
  line-height: 2;
}
#a6685a72c7a8f4d .text-center {
  text-align: center;
}
#a6685a72c7a8f4d .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a6685a72c7a8f4d .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a6685a72c7a8f4d .opacity6 {
  opacity: 0.6;
}
#a6685a72c7a8f4d .DIN {
  color: #666;
}
#a6685a72c7a8f4d .opacity5 {
  opacity: 0.5;
}
#a6685a72c7a8f4d .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a6685a72c7a8f4d .wapFlex {
    flex-direction: column;
  }
  #a6685a72c7a8f4d .w50 {
    width: 100%;
  }
}
#a6685a72c7a8f4d .more {
  color: #888;
}
#a6685a72c7a8f4d .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a6685a72c7a8f4d .inxTit .f20 {
  letter-spacing: 6px;
}
#a6685a72c7a8f4d .newTop .txt .more {
  display: inline-block;
}
#a6685a72c7a8f4d .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a6685a72c7a8f4d .newTop .txt,
#a6685a72c7a8f4d .newTop .img {
  height: 420px;
}
#a6685a72c7a8f4d .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a6685a72c7a8f4d .newTop:hover {
  color: #0f6ecd;
}
#a6685a72c7a8f4d .newTop:hover .img img {
  transform: scale(1.1);
}
#a6685a72c7a8f4d .idxnewsUl li {
  flex: 1;
}
#a6685a72c7a8f4d .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a6685a72c7a8f4d .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a6685a72c7a8f4d .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a6685a72c7a8f4d .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a6685a72c7a8f4d .idxnewsUl li .more {
  display: inline-block;
}
#a6685a72c7a8f4d .idxnewsUl li:hover::after {
  height: 100%;
}
#a6685a72c7a8f4d .idxnewsUl li:hover a {
  color: #fff!important;
}
#a6685a72c7a8f4d .idxnewsUl li:hover .title {
  color: #fff;
}
#a6685a72c7a8f4d .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a6685a72c7a8f4d .idxnewsUl li:hover .more {
  color: #fff;
}
#a6685a72c7a8f4d .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a6685a72c7a8f4d .p50 {
    padding: 45px;
  }
  #a6685a72c7a8f4d .pt-60 {
    padding-top: 55px;
  }
  #a6685a72c7a8f4d .pb-60 {
    padding-bottom: 55px;
  }
  #a6685a72c7a8f4d .p60 {
    padding: 55px;
  }
  #a6685a72c7a8f4d .pb-70 {
    padding-bottom: 66px;
  }
  #a6685a72c7a8f4d .mt-25 {
    margin-top: 20px;
  }
  #a6685a72c7a8f4d .mb-25 {
    margin-bottom: 20px;
  }
  #a6685a72c7a8f4d .mt-40 {
    margin-top: 36px;
  }
  #a6685a72c7a8f4d .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a6685a72c7a8f4d .p50 {
    padding: 42px;
  }
  #a6685a72c7a8f4d .pt-60 {
    padding-top: 50px;
  }
  #a6685a72c7a8f4d .pb-60 {
    padding-bottom: 50px;
  }
  #a6685a72c7a8f4d .p60 {
    padding: 50px;
  }
  #a6685a72c7a8f4d .pb-70 {
    padding-bottom: 50px;
  }
  #a6685a72c7a8f4d .mt-25 {
    margin-top: 18px;
  }
  #a6685a72c7a8f4d .mb-25 {
    margin-bottom: 18px;
  }
  #a6685a72c7a8f4d .mt-40 {
    margin-top: 34px;
  }
  #a6685a72c7a8f4d .mt-50 {
    margin-top: 42px;
  }
  #a6685a72c7a8f4d .f14 {
    font-size: 14px;
  }
  #a6685a72c7a8f4d .f18 {
    font-size: 16px;
  }
  #a6685a72c7a8f4d .f20 {
    font-size: 18px;
  }
  #a6685a72c7a8f4d .f30 {
    font-size: 26px;
  }
  #a6685a72c7a8f4d .f34 {
    font-size: 28px;
  }
  #a6685a72c7a8f4d .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a6685a72c7a8f4d .pt-60 {
    padding-top: 50px;
  }
  #a6685a72c7a8f4d .pb-60 {
    padding-bottom: 50px;
  }
  #a6685a72c7a8f4d .p60 {
    padding: 50px;
  }
  #a6685a72c7a8f4d .p50 {
    padding: 40px;
  }
  #a6685a72c7a8f4d .pb-70 {
    padding-bottom: 60px;
  }
  #a6685a72c7a8f4d .mt-25 {
    margin-top: 16px;
  }
  #a6685a72c7a8f4d .mb-25 {
    margin-bottom: 16px;
  }
  #a6685a72c7a8f4d .mt-40 {
    margin-top: 32px;
  }
  #a6685a72c7a8f4d .mt-50 {
    margin-top: 40px;
  }
  #a6685a72c7a8f4d .f14 {
    font-size: 12px;
  }
  #a6685a72c7a8f4d .f18 {
    font-size: 14px;
  }
  #a6685a72c7a8f4d .f20 {
    font-size: 16px;
  }
  #a6685a72c7a8f4d .f30 {
    font-size: 18px;
  }
  #a6685a72c7a8f4d .f34 {
    font-size: 22px;
  }
  #a6685a72c7a8f4d .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a6685a72c7a8f4d .p50 {
    padding: 35px;
  }
  #a6685a72c7a8f4d .pt-60 {
    padding-top: 42px;
  }
  #a6685a72c7a8f4d .pb-60 {
    padding-bottom: 42px;
  }
  #a6685a72c7a8f4d .p60 {
    padding: 42px;
  }
  #a6685a72c7a8f4d .pb-70 {
    padding-bottom: 55px;
  }
  #a6685a72c7a8f4d .mt-25 {
    margin-top: 15px;
  }
  #a6685a72c7a8f4d .mb-25 {
    margin-bottom: 15px;
  }
  #a6685a72c7a8f4d .mt-40 {
    margin-top: 28px;
  }
  #a6685a72c7a8f4d .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a6685a72c7a8f4d .p50 {
    padding: 20px;
  }
  #a6685a72c7a8f4d .pt-60 {
    padding-top: 20px;
  }
  #a6685a72c7a8f4d .pb-60 {
    padding-bottom: 20px;
  }
  #a6685a72c7a8f4d .p60 {
    padding: 20px;
  }
  #a6685a72c7a8f4d .pb-70 {
    padding-bottom: 20px;
  }
  #a6685a72c7a8f4d .mt-40 {
    margin-top: 20px;
  }
  #a6685a72c7a8f4d .mt-50 {
    margin-top: 20px;
  }
  #a6685a72c7a8f4d .f18 {
    font-size: 13px;
  }
  #a6685a72c7a8f4d .f20 {
    font-size: 14px;
  }
  #a6685a72c7a8f4d .f30 {
    font-size: 16px;
  }
  #a6685a72c7a8f4d .f34 {
    font-size: 16px;
  }
  #a6685a72c7a8f4d .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a6685a72c7a8f4d .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a6685a72c7a8f4d .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a6685a72c7a8f4d .w1440 {
    width: 100%;
    padding: 0;
  }
  #a6685a72c7a8f4d .newTop .txt,
  #a6685a72c7a8f4d .newTop .img {
    height: auto;
  }
  #a6685a72c7a8f4d .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a6685a72c7a8f4d .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a6685a72c7a8f4d .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#acd04a93bea5f2c .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#acd04a93bea5f2c .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#acd04a93bea5f2c .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#acd04a93bea5f2c .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#acd04a93bea5f2c .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a6ae8a2fb9a9b43 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#acb0dadabaa349c > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af9f3aa4d6ae0b1 {
  overflow: hidden;
}
#af9f3aa4d6ae0b1 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af9f3aa4d6ae0b1 .img-wrap:hover {
  transform: scale(1.1);
}
#a9358aa7eba75e1 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a430ca2e16a01d7 {
  overflow: hidden;
}
#a430ca2e16a01d7 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a430ca2e16a01d7 .img-wrap:hover {
  transform: scale(1.1);
}
#a2a09adc65a43c3 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab09ba00caa1f37 {
  overflow: hidden;
}
#ab09ba00caa1f37 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ab09ba00caa1f37 .img-wrap:hover {
  transform: scale(1.1);
}
#a6d5fabaf9aa1e6 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af209afaaba9831 {
  overflow: hidden;
}
#af209afaaba9831 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af209afaaba9831 .img-wrap:hover {
  transform: scale(1.1);
}
#a4660aa5a4a9cb7 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a86abaf42ca5b14 {
  overflow: hidden;
}
#a86abaf42ca5b14 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a86abaf42ca5b14 .img-wrap:hover {
  transform: scale(1.1);
}
#a99efa318aafa31 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5c32a9c75a94f3 {
  overflow: hidden;
}
#a5c32a9c75a94f3 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a5c32a9c75a94f3 .img-wrap:hover {
  transform: scale(1.1);
}
#adbbfa3547af13a > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6eada7513a86ae {
  overflow: hidden;
}
#a6eada7513a86ae .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a6eada7513a86ae .img-wrap:hover {
  transform: scale(1.1);
}
#a07fea956ca0edb > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a246ea9d2faadff {
  overflow: hidden;
}
#a246ea9d2faadff .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a246ea9d2faadff .img-wrap:hover {
  transform: scale(1.1);
}
#ae58ca4612abba2 {
  overflow: hidden;
  pointer-events: none;
}
#ae58ca4612abba2 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae58ca4612abba2 > .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;
}
#ae58ca4612abba2 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae58ca4612abba2 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae58ca4612abba2 > .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;
}
#ae58ca4612abba2 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae58ca4612abba2 > .tab-wrap > div > .tab-nav,
#ae58ca4612abba2 > .tab-nav,
#ae58ca4612abba2 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae58ca4612abba2 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#ae58ca4612abba2 > .tab-wrap > div > .tab-nav-horizontal,
#ae58ca4612abba2 > .tab-nav-horizontal,
#ae58ca4612abba2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae58ca4612abba2 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae58ca4612abba2 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae58ca4612abba2 > .tab-nav-horizontal::-webkit-scrollbar,
#ae58ca4612abba2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae58ca4612abba2 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae58ca4612abba2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae58ca4612abba2 > .tab-nav-horizontal.tagScroll,
#ae58ca4612abba2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae58ca4612abba2 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#ae58ca4612abba2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae58ca4612abba2 > .tab-nav-horizontal.tagScroll li a,
#ae58ca4612abba2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae58ca4612abba2 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae58ca4612abba2 > .tab-wrap > div > .tab-nav a,
#ae58ca4612abba2 > .tab-nav a,
#ae58ca4612abba2 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae58ca4612abba2 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#ae58ca4612abba2 > .tab-wrap > div > .tab-nav li a,
#ae58ca4612abba2 > .tab-nav li a,
#ae58ca4612abba2 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae58ca4612abba2 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#ae58ca4612abba2 > .tab-wrap > div > .tab-nav li a svg,
#ae58ca4612abba2 > .tab-nav li a svg,
#ae58ca4612abba2 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae58ca4612abba2 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae58ca4612abba2 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae58ca4612abba2 > .tab-nav li a .ap_icon,
#ae58ca4612abba2 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae58ca4612abba2 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae58ca4612abba2 > .tab-wrap > div > .tab-nav li a:hover,
#ae58ca4612abba2 > .tab-nav li a:hover,
#ae58ca4612abba2 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae58ca4612abba2 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#ae58ca4612abba2 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae58ca4612abba2 > .tab-nav li.uk-active a,
#ae58ca4612abba2 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae58ca4612abba2 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#ae58ca4612abba2 .layout-left li,
#ae58ca4612abba2 .layout-center li,
#ae58ca4612abba2 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae58ca4612abba2 .layout-left li a,
#ae58ca4612abba2 .layout-center li a,
#ae58ca4612abba2 .layout-right li a {
  height: 100%;
}
#ae58ca4612abba2 > .tab-tabs .layout-left {
  text-align: left;
}
#ae58ca4612abba2 > .tab-tabs .layout-center {
  text-align: center;
}
#ae58ca4612abba2 > .tab-tabs .layout-right {
  text-align: right;
}
#ae58ca4612abba2 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#ae58ca4612abba2 .tab-content-wrap {
  background-color: transparent;
}
#ae58ca4612abba2 .tab-contents,
#ae58ca4612abba2 .tab-contents-wrap {
  pointer-events: none;
}
#ae58ca4612abba2 .tab-content,
#ae58ca4612abba2 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae58ca4612abba2 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae58ca4612abba2 .tab-wrap .tab-contents {
  height: 100%;
}
#ae58ca4612abba2 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae58ca4612abba2 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae58ca4612abba2 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af632af3e7a3f57 .a60f2a0991ab105 {
  overflow: hidden;
}
#af632af3e7a3f57 .a60f2a0991ab105 , #af632af3e7a3f57 .a60f2a0991ab105 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#af632af3e7a3f57 .a60f2a0991ab105:hover , #af632af3e7a3f57 .a60f2a0991ab105 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#af632af3e7a3f57 .uk-grid {
  margin-left: -15px;
}
#af632af3e7a3f57 .uk-grid > * {
  padding-left: 15px;
}
#af632af3e7a3f57 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af632af3e7a3f57 .dynamic-list-item {
  background-color: #ffffff;
}
#af632af3e7a3f57 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af632af3e7a3f57 .uk-position-center-left-out {
    left: -30px;
  }
  #af632af3e7a3f57 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a6a84aa6b8a85c2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3309abbc5ae505 img {
  border: 0 none;
}
#a3309abbc5ae505 ul,
#a3309abbc5ae505 li {
  list-style: none;
}
#a3309abbc5ae505 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a3309abbc5ae505 a img {
  border: 0 none;
}
#a3309abbc5ae505 i {
  font-style: normal;
}
#a3309abbc5ae505 .p50 {
  padding: 50px;
}
#a3309abbc5ae505 .pt-60 {
  padding-top: 60px;
}
#a3309abbc5ae505 .pb-60 {
  padding-bottom: 60px;
}
#a3309abbc5ae505 .p60 {
  padding: 60px;
}
#a3309abbc5ae505 .title {
  color: #333;
}
#a3309abbc5ae505 .pb-70 {
  padding-bottom: 70px;
}
#a3309abbc5ae505 .mt-25 {
  margin-top: 25px;
}
#a3309abbc5ae505 .mb-25 {
  margin-bottom: 25px;
}
#a3309abbc5ae505 .mt-40 {
  margin-top: 40px;
}
#a3309abbc5ae505 .mt-50 {
  margin-top: 50px;
}
#a3309abbc5ae505 .f14 {
  font-size: 14px;
}
#a3309abbc5ae505 .f18 {
  font-size: 18px;
}
#a3309abbc5ae505 .f20 {
  font-size: 20px;
}
#a3309abbc5ae505 .f30 {
  font-size: 30px;
}
#a3309abbc5ae505 .f34 {
  font-size: 34px;
}
#a3309abbc5ae505 .f50 {
  font-size: 50px;
}
#a3309abbc5ae505 .color-888 {
  color: #888;
}
#a3309abbc5ae505 .color-555 {
  color: #555;
}
#a3309abbc5ae505 .color-999 {
  color: #999;
}
#a3309abbc5ae505 .color-aaa {
  color: #aaa;
}
#a3309abbc5ae505 .bg-f8 {
  background-color: #f8f9fb;
}
#a3309abbc5ae505 .bg-white {
  background-color: white;
}
#a3309abbc5ae505 .flex-between {
  display: flex;
  justify-content: space-between;
}
#a3309abbc5ae505 .flex {
  display: flex;
  justify-content: space-around;
}
#a3309abbc5ae505 .posi {
  position: relative;
}
#a3309abbc5ae505 .w50 {
  width: 50%;
}
#a3309abbc5ae505 .img {
  position: relative;
  overflow: hidden;
}
#a3309abbc5ae505 .transition {
  transition: all .36s;
}
#a3309abbc5ae505 .line-height {
  line-height: 2;
}
#a3309abbc5ae505 .text-center {
  text-align: center;
}
#a3309abbc5ae505 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a3309abbc5ae505 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a3309abbc5ae505 .opacity6 {
  opacity: 0.6;
}
#a3309abbc5ae505 .DIN {
  color: #666;
}
#a3309abbc5ae505 .opacity5 {
  opacity: 0.5;
}
#a3309abbc5ae505 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a3309abbc5ae505 .wapFlex {
    flex-direction: column;
  }
  #a3309abbc5ae505 .w50 {
    width: 100%;
  }
}
#a3309abbc5ae505 .more {
  color: #888;
}
#a3309abbc5ae505 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a3309abbc5ae505 .inxTit .f20 {
  letter-spacing: 6px;
}
#a3309abbc5ae505 .newTop .txt .more {
  display: inline-block;
}
#a3309abbc5ae505 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a3309abbc5ae505 .newTop .txt,
#a3309abbc5ae505 .newTop .img {
  height: 420px;
}
#a3309abbc5ae505 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a3309abbc5ae505 .newTop:hover {
  color: #0f6ecd;
}
#a3309abbc5ae505 .newTop:hover .img img {
  transform: scale(1.1);
}
#a3309abbc5ae505 .idxnewsUl li {
  flex: 1;
}
#a3309abbc5ae505 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a3309abbc5ae505 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a3309abbc5ae505 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a3309abbc5ae505 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a3309abbc5ae505 .idxnewsUl li .more {
  display: inline-block;
}
#a3309abbc5ae505 .idxnewsUl li:hover::after {
  height: 100%;
}
#a3309abbc5ae505 .idxnewsUl li:hover a {
  color: #fff!important;
}
#a3309abbc5ae505 .idxnewsUl li:hover .title {
  color: #fff;
}
#a3309abbc5ae505 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a3309abbc5ae505 .idxnewsUl li:hover .more {
  color: #fff;
}
#a3309abbc5ae505 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a3309abbc5ae505 .p50 {
    padding: 45px;
  }
  #a3309abbc5ae505 .pt-60 {
    padding-top: 55px;
  }
  #a3309abbc5ae505 .pb-60 {
    padding-bottom: 55px;
  }
  #a3309abbc5ae505 .p60 {
    padding: 55px;
  }
  #a3309abbc5ae505 .pb-70 {
    padding-bottom: 66px;
  }
  #a3309abbc5ae505 .mt-25 {
    margin-top: 20px;
  }
  #a3309abbc5ae505 .mb-25 {
    margin-bottom: 20px;
  }
  #a3309abbc5ae505 .mt-40 {
    margin-top: 36px;
  }
  #a3309abbc5ae505 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a3309abbc5ae505 .p50 {
    padding: 42px;
  }
  #a3309abbc5ae505 .pt-60 {
    padding-top: 50px;
  }
  #a3309abbc5ae505 .pb-60 {
    padding-bottom: 50px;
  }
  #a3309abbc5ae505 .p60 {
    padding: 50px;
  }
  #a3309abbc5ae505 .pb-70 {
    padding-bottom: 50px;
  }
  #a3309abbc5ae505 .mt-25 {
    margin-top: 18px;
  }
  #a3309abbc5ae505 .mb-25 {
    margin-bottom: 18px;
  }
  #a3309abbc5ae505 .mt-40 {
    margin-top: 34px;
  }
  #a3309abbc5ae505 .mt-50 {
    margin-top: 42px;
  }
  #a3309abbc5ae505 .f14 {
    font-size: 14px;
  }
  #a3309abbc5ae505 .f18 {
    font-size: 16px;
  }
  #a3309abbc5ae505 .f20 {
    font-size: 18px;
  }
  #a3309abbc5ae505 .f30 {
    font-size: 26px;
  }
  #a3309abbc5ae505 .f34 {
    font-size: 28px;
  }
  #a3309abbc5ae505 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a3309abbc5ae505 .pt-60 {
    padding-top: 50px;
  }
  #a3309abbc5ae505 .pb-60 {
    padding-bottom: 50px;
  }
  #a3309abbc5ae505 .p60 {
    padding: 50px;
  }
  #a3309abbc5ae505 .p50 {
    padding: 40px;
  }
  #a3309abbc5ae505 .pb-70 {
    padding-bottom: 60px;
  }
  #a3309abbc5ae505 .mt-25 {
    margin-top: 16px;
  }
  #a3309abbc5ae505 .mb-25 {
    margin-bottom: 16px;
  }
  #a3309abbc5ae505 .mt-40 {
    margin-top: 32px;
  }
  #a3309abbc5ae505 .mt-50 {
    margin-top: 40px;
  }
  #a3309abbc5ae505 .f14 {
    font-size: 12px;
  }
  #a3309abbc5ae505 .f18 {
    font-size: 14px;
  }
  #a3309abbc5ae505 .f20 {
    font-size: 16px;
  }
  #a3309abbc5ae505 .f30 {
    font-size: 18px;
  }
  #a3309abbc5ae505 .f34 {
    font-size: 22px;
  }
  #a3309abbc5ae505 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a3309abbc5ae505 .p50 {
    padding: 35px;
  }
  #a3309abbc5ae505 .pt-60 {
    padding-top: 42px;
  }
  #a3309abbc5ae505 .pb-60 {
    padding-bottom: 42px;
  }
  #a3309abbc5ae505 .p60 {
    padding: 42px;
  }
  #a3309abbc5ae505 .pb-70 {
    padding-bottom: 55px;
  }
  #a3309abbc5ae505 .mt-25 {
    margin-top: 15px;
  }
  #a3309abbc5ae505 .mb-25 {
    margin-bottom: 15px;
  }
  #a3309abbc5ae505 .mt-40 {
    margin-top: 28px;
  }
  #a3309abbc5ae505 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a3309abbc5ae505 .p50 {
    padding: 20px;
  }
  #a3309abbc5ae505 .pt-60 {
    padding-top: 20px;
  }
  #a3309abbc5ae505 .pb-60 {
    padding-bottom: 20px;
  }
  #a3309abbc5ae505 .p60 {
    padding: 20px;
  }
  #a3309abbc5ae505 .pb-70 {
    padding-bottom: 20px;
  }
  #a3309abbc5ae505 .mt-40 {
    margin-top: 20px;
  }
  #a3309abbc5ae505 .mt-50 {
    margin-top: 20px;
  }
  #a3309abbc5ae505 .f18 {
    font-size: 13px;
  }
  #a3309abbc5ae505 .f20 {
    font-size: 14px;
  }
  #a3309abbc5ae505 .f30 {
    font-size: 16px;
  }
  #a3309abbc5ae505 .f34 {
    font-size: 16px;
  }
  #a3309abbc5ae505 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a3309abbc5ae505 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a3309abbc5ae505 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a3309abbc5ae505 .w1440 {
    width: 100%;
    padding: 0;
  }
  #a3309abbc5ae505 .newTop .txt,
  #a3309abbc5ae505 .newTop .img {
    height: auto;
  }
  #a3309abbc5ae505 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a3309abbc5ae505 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a3309abbc5ae505 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae97fab29ea1b52 .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#ae97fab29ea1b52 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#ae97fab29ea1b52 .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#ae97fab29ea1b52 .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#ae97fab29ea1b52 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a3af4ae84aae222 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#aa2c8a4a7aa325e > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1725a12b9a4d89 {
  overflow: hidden;
}
#a1725a12b9a4d89 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a1725a12b9a4d89 .img-wrap:hover {
  transform: scale(1.1);
}
#a4b3ca488fa5dc1 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4a32aa9dea1cac {
  overflow: hidden;
}
#a4a32aa9dea1cac .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a4a32aa9dea1cac .img-wrap:hover {
  transform: scale(1.1);
}
#ad72ba8bd6a779f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2c33af9d5a7c93 {
  overflow: hidden;
}
#a2c33af9d5a7c93 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a2c33af9d5a7c93 .img-wrap:hover {
  transform: scale(1.1);
}
#ad5d1a5b1ea29e1 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a87a7a51d7ad77d {
  overflow: hidden;
}
#a87a7a51d7ad77d .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a87a7a51d7ad77d .img-wrap:hover {
  transform: scale(1.1);
}
#a8171a6612a9993 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ada4baa5a8ad257 {
  overflow: hidden;
}
#ada4baa5a8ad257 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ada4baa5a8ad257 .img-wrap:hover {
  transform: scale(1.1);
}
#aa971a9ef8a63ac > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad267a7bf8aa067 {
  overflow: hidden;
}
#ad267a7bf8aa067 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ad267a7bf8aa067 .img-wrap:hover {
  transform: scale(1.1);
}
#ae317ae032a36c8 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae262a0cf7a8f9e {
  overflow: hidden;
}
#ae262a0cf7a8f9e .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ae262a0cf7a8f9e .img-wrap:hover {
  transform: scale(1.1);
}
#a3f66aeb6aace00 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad8dfa963ea72b0 {
  overflow: hidden;
}
#ad8dfa963ea72b0 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ad8dfa963ea72b0 .img-wrap:hover {
  transform: scale(1.1);
}
#a554ca57c3ab7ed {
  overflow: hidden;
  pointer-events: none;
}
#a554ca57c3ab7ed > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a554ca57c3ab7ed > .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;
}
#a554ca57c3ab7ed > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a554ca57c3ab7ed > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a554ca57c3ab7ed > .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;
}
#a554ca57c3ab7ed > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a554ca57c3ab7ed > .tab-wrap > div > .tab-nav,
#a554ca57c3ab7ed > .tab-nav,
#a554ca57c3ab7ed > .tab-tabs > .tab-wrap > div > .tab-nav,
#a554ca57c3ab7ed > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a554ca57c3ab7ed > .tab-wrap > div > .tab-nav-horizontal,
#a554ca57c3ab7ed > .tab-nav-horizontal,
#a554ca57c3ab7ed > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a554ca57c3ab7ed > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a554ca57c3ab7ed > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a554ca57c3ab7ed > .tab-nav-horizontal::-webkit-scrollbar,
#a554ca57c3ab7ed > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a554ca57c3ab7ed > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a554ca57c3ab7ed > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a554ca57c3ab7ed > .tab-nav-horizontal.tagScroll,
#a554ca57c3ab7ed > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a554ca57c3ab7ed > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a554ca57c3ab7ed > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a554ca57c3ab7ed > .tab-nav-horizontal.tagScroll li a,
#a554ca57c3ab7ed > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a554ca57c3ab7ed > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a554ca57c3ab7ed > .tab-wrap > div > .tab-nav a,
#a554ca57c3ab7ed > .tab-nav a,
#a554ca57c3ab7ed > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a554ca57c3ab7ed > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a554ca57c3ab7ed > .tab-wrap > div > .tab-nav li a,
#a554ca57c3ab7ed > .tab-nav li a,
#a554ca57c3ab7ed > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a554ca57c3ab7ed > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a554ca57c3ab7ed > .tab-wrap > div > .tab-nav li a svg,
#a554ca57c3ab7ed > .tab-nav li a svg,
#a554ca57c3ab7ed > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a554ca57c3ab7ed > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a554ca57c3ab7ed > .tab-wrap > div > .tab-nav li a .ap_icon,
#a554ca57c3ab7ed > .tab-nav li a .ap_icon,
#a554ca57c3ab7ed > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a554ca57c3ab7ed > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a554ca57c3ab7ed > .tab-wrap > div > .tab-nav li a:hover,
#a554ca57c3ab7ed > .tab-nav li a:hover,
#a554ca57c3ab7ed > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a554ca57c3ab7ed > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a554ca57c3ab7ed > .tab-wrap > div > .tab-nav li.uk-active a,
#a554ca57c3ab7ed > .tab-nav li.uk-active a,
#a554ca57c3ab7ed > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a554ca57c3ab7ed > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a554ca57c3ab7ed .layout-left li,
#a554ca57c3ab7ed .layout-center li,
#a554ca57c3ab7ed .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a554ca57c3ab7ed .layout-left li a,
#a554ca57c3ab7ed .layout-center li a,
#a554ca57c3ab7ed .layout-right li a {
  height: 100%;
}
#a554ca57c3ab7ed > .tab-tabs .layout-left {
  text-align: left;
}
#a554ca57c3ab7ed > .tab-tabs .layout-center {
  text-align: center;
}
#a554ca57c3ab7ed > .tab-tabs .layout-right {
  text-align: right;
}
#a554ca57c3ab7ed .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a554ca57c3ab7ed .tab-content-wrap {
  background-color: transparent;
}
#a554ca57c3ab7ed .tab-contents,
#a554ca57c3ab7ed .tab-contents-wrap {
  pointer-events: none;
}
#a554ca57c3ab7ed .tab-content,
#a554ca57c3ab7ed .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a554ca57c3ab7ed .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a554ca57c3ab7ed .tab-wrap .tab-contents {
  height: 100%;
}
#a554ca57c3ab7ed .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a554ca57c3ab7ed .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a554ca57c3ab7ed .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa394a08ada2d67 .aacc0a7acfa1dc5 {
  overflow: hidden;
}
#aa394a08ada2d67 .aacc0a7acfa1dc5 , #aa394a08ada2d67 .aacc0a7acfa1dc5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa394a08ada2d67 .aacc0a7acfa1dc5:hover , #aa394a08ada2d67 .aacc0a7acfa1dc5 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#aa394a08ada2d67 .uk-grid {
  margin-left: -15px;
}
#aa394a08ada2d67 .uk-grid > * {
  padding-left: 15px;
}
#aa394a08ada2d67 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa394a08ada2d67 .dynamic-list-item {
  background-color: #ffffff;
}
#aa394a08ada2d67 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa394a08ada2d67 .uk-position-center-left-out {
    left: -30px;
  }
  #aa394a08ada2d67 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a58fea9e4da8945 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae789af1f6ab726 img {
  border: 0 none;
}
#ae789af1f6ab726 ul,
#ae789af1f6ab726 li {
  list-style: none;
}
#ae789af1f6ab726 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#ae789af1f6ab726 a img {
  border: 0 none;
}
#ae789af1f6ab726 i {
  font-style: normal;
}
#ae789af1f6ab726 .p50 {
  padding: 50px;
}
#ae789af1f6ab726 .pt-60 {
  padding-top: 60px;
}
#ae789af1f6ab726 .pb-60 {
  padding-bottom: 60px;
}
#ae789af1f6ab726 .p60 {
  padding: 60px;
}
#ae789af1f6ab726 .title {
  color: #333;
}
#ae789af1f6ab726 .pb-70 {
  padding-bottom: 70px;
}
#ae789af1f6ab726 .mt-25 {
  margin-top: 25px;
}
#ae789af1f6ab726 .mb-25 {
  margin-bottom: 25px;
}
#ae789af1f6ab726 .mt-40 {
  margin-top: 40px;
}
#ae789af1f6ab726 .mt-50 {
  margin-top: 50px;
}
#ae789af1f6ab726 .f14 {
  font-size: 14px;
}
#ae789af1f6ab726 .f18 {
  font-size: 18px;
}
#ae789af1f6ab726 .f20 {
  font-size: 20px;
}
#ae789af1f6ab726 .f30 {
  font-size: 30px;
}
#ae789af1f6ab726 .f34 {
  font-size: 34px;
}
#ae789af1f6ab726 .f50 {
  font-size: 50px;
}
#ae789af1f6ab726 .color-888 {
  color: #888;
}
#ae789af1f6ab726 .color-555 {
  color: #555;
}
#ae789af1f6ab726 .color-999 {
  color: #999;
}
#ae789af1f6ab726 .color-aaa {
  color: #aaa;
}
#ae789af1f6ab726 .bg-f8 {
  background-color: #f8f9fb;
}
#ae789af1f6ab726 .bg-white {
  background-color: white;
}
#ae789af1f6ab726 .flex-between {
  display: flex;
  justify-content: space-between;
}
#ae789af1f6ab726 .flex {
  display: flex;
  justify-content: space-around;
}
#ae789af1f6ab726 .posi {
  position: relative;
}
#ae789af1f6ab726 .w50 {
  width: 50%;
}
#ae789af1f6ab726 .img {
  position: relative;
  overflow: hidden;
}
#ae789af1f6ab726 .transition {
  transition: all .36s;
}
#ae789af1f6ab726 .line-height {
  line-height: 2;
}
#ae789af1f6ab726 .text-center {
  text-align: center;
}
#ae789af1f6ab726 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ae789af1f6ab726 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ae789af1f6ab726 .opacity6 {
  opacity: 0.6;
}
#ae789af1f6ab726 .DIN {
  color: #666;
}
#ae789af1f6ab726 .opacity5 {
  opacity: 0.5;
}
#ae789af1f6ab726 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #ae789af1f6ab726 .wapFlex {
    flex-direction: column;
  }
  #ae789af1f6ab726 .w50 {
    width: 100%;
  }
}
#ae789af1f6ab726 .more {
  color: #888;
}
#ae789af1f6ab726 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#ae789af1f6ab726 .inxTit .f20 {
  letter-spacing: 6px;
}
#ae789af1f6ab726 .newTop .txt .more {
  display: inline-block;
}
#ae789af1f6ab726 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#ae789af1f6ab726 .newTop .txt,
#ae789af1f6ab726 .newTop .img {
  height: 420px;
}
#ae789af1f6ab726 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ae789af1f6ab726 .newTop:hover {
  color: #0f6ecd;
}
#ae789af1f6ab726 .newTop:hover .img img {
  transform: scale(1.1);
}
#ae789af1f6ab726 .idxnewsUl li {
  flex: 1;
}
#ae789af1f6ab726 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#ae789af1f6ab726 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#ae789af1f6ab726 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#ae789af1f6ab726 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#ae789af1f6ab726 .idxnewsUl li .more {
  display: inline-block;
}
#ae789af1f6ab726 .idxnewsUl li:hover::after {
  height: 100%;
}
#ae789af1f6ab726 .idxnewsUl li:hover a {
  color: #fff!important;
}
#ae789af1f6ab726 .idxnewsUl li:hover .title {
  color: #fff;
}
#ae789af1f6ab726 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#ae789af1f6ab726 .idxnewsUl li:hover .more {
  color: #fff;
}
#ae789af1f6ab726 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #ae789af1f6ab726 .p50 {
    padding: 45px;
  }
  #ae789af1f6ab726 .pt-60 {
    padding-top: 55px;
  }
  #ae789af1f6ab726 .pb-60 {
    padding-bottom: 55px;
  }
  #ae789af1f6ab726 .p60 {
    padding: 55px;
  }
  #ae789af1f6ab726 .pb-70 {
    padding-bottom: 66px;
  }
  #ae789af1f6ab726 .mt-25 {
    margin-top: 20px;
  }
  #ae789af1f6ab726 .mb-25 {
    margin-bottom: 20px;
  }
  #ae789af1f6ab726 .mt-40 {
    margin-top: 36px;
  }
  #ae789af1f6ab726 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #ae789af1f6ab726 .p50 {
    padding: 42px;
  }
  #ae789af1f6ab726 .pt-60 {
    padding-top: 50px;
  }
  #ae789af1f6ab726 .pb-60 {
    padding-bottom: 50px;
  }
  #ae789af1f6ab726 .p60 {
    padding: 50px;
  }
  #ae789af1f6ab726 .pb-70 {
    padding-bottom: 50px;
  }
  #ae789af1f6ab726 .mt-25 {
    margin-top: 18px;
  }
  #ae789af1f6ab726 .mb-25 {
    margin-bottom: 18px;
  }
  #ae789af1f6ab726 .mt-40 {
    margin-top: 34px;
  }
  #ae789af1f6ab726 .mt-50 {
    margin-top: 42px;
  }
  #ae789af1f6ab726 .f14 {
    font-size: 14px;
  }
  #ae789af1f6ab726 .f18 {
    font-size: 16px;
  }
  #ae789af1f6ab726 .f20 {
    font-size: 18px;
  }
  #ae789af1f6ab726 .f30 {
    font-size: 26px;
  }
  #ae789af1f6ab726 .f34 {
    font-size: 28px;
  }
  #ae789af1f6ab726 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #ae789af1f6ab726 .pt-60 {
    padding-top: 50px;
  }
  #ae789af1f6ab726 .pb-60 {
    padding-bottom: 50px;
  }
  #ae789af1f6ab726 .p60 {
    padding: 50px;
  }
  #ae789af1f6ab726 .p50 {
    padding: 40px;
  }
  #ae789af1f6ab726 .pb-70 {
    padding-bottom: 60px;
  }
  #ae789af1f6ab726 .mt-25 {
    margin-top: 16px;
  }
  #ae789af1f6ab726 .mb-25 {
    margin-bottom: 16px;
  }
  #ae789af1f6ab726 .mt-40 {
    margin-top: 32px;
  }
  #ae789af1f6ab726 .mt-50 {
    margin-top: 40px;
  }
  #ae789af1f6ab726 .f14 {
    font-size: 12px;
  }
  #ae789af1f6ab726 .f18 {
    font-size: 14px;
  }
  #ae789af1f6ab726 .f20 {
    font-size: 16px;
  }
  #ae789af1f6ab726 .f30 {
    font-size: 18px;
  }
  #ae789af1f6ab726 .f34 {
    font-size: 22px;
  }
  #ae789af1f6ab726 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #ae789af1f6ab726 .p50 {
    padding: 35px;
  }
  #ae789af1f6ab726 .pt-60 {
    padding-top: 42px;
  }
  #ae789af1f6ab726 .pb-60 {
    padding-bottom: 42px;
  }
  #ae789af1f6ab726 .p60 {
    padding: 42px;
  }
  #ae789af1f6ab726 .pb-70 {
    padding-bottom: 55px;
  }
  #ae789af1f6ab726 .mt-25 {
    margin-top: 15px;
  }
  #ae789af1f6ab726 .mb-25 {
    margin-bottom: 15px;
  }
  #ae789af1f6ab726 .mt-40 {
    margin-top: 28px;
  }
  #ae789af1f6ab726 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #ae789af1f6ab726 .p50 {
    padding: 20px;
  }
  #ae789af1f6ab726 .pt-60 {
    padding-top: 20px;
  }
  #ae789af1f6ab726 .pb-60 {
    padding-bottom: 20px;
  }
  #ae789af1f6ab726 .p60 {
    padding: 20px;
  }
  #ae789af1f6ab726 .pb-70 {
    padding-bottom: 20px;
  }
  #ae789af1f6ab726 .mt-40 {
    margin-top: 20px;
  }
  #ae789af1f6ab726 .mt-50 {
    margin-top: 20px;
  }
  #ae789af1f6ab726 .f18 {
    font-size: 13px;
  }
  #ae789af1f6ab726 .f20 {
    font-size: 14px;
  }
  #ae789af1f6ab726 .f30 {
    font-size: 16px;
  }
  #ae789af1f6ab726 .f34 {
    font-size: 16px;
  }
  #ae789af1f6ab726 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #ae789af1f6ab726 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #ae789af1f6ab726 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #ae789af1f6ab726 .w1440 {
    width: 100%;
    padding: 0;
  }
  #ae789af1f6ab726 .newTop .txt,
  #ae789af1f6ab726 .newTop .img {
    height: auto;
  }
  #ae789af1f6ab726 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #ae789af1f6ab726 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #ae789af1f6ab726 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a75e4aa5eca686c .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a75e4aa5eca686c .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a75e4aa5eca686c .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a75e4aa5eca686c .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a75e4aa5eca686c .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#ad308ad73aa4fc3 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#aad55a5fcba26ae > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4220a4a48ab6d0 {
  overflow: hidden;
}
#a4220a4a48ab6d0 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a4220a4a48ab6d0 .img-wrap:hover {
  transform: scale(1.1);
}
#a9c1ca308bab454 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3152adfeaa624c {
  overflow: hidden;
}
#a3152adfeaa624c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a3152adfeaa624c .img-wrap:hover {
  transform: scale(1.1);
}
#a91caa9c46a9438 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a67c6a8e8fac1ac {
  overflow: hidden;
}
#a67c6a8e8fac1ac .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a67c6a8e8fac1ac .img-wrap:hover {
  transform: scale(1.1);
}
#ae16cab818a27e7 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a267cace12a458a {
  overflow: hidden;
}
#a267cace12a458a .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a267cace12a458a .img-wrap:hover {
  transform: scale(1.1);
}
#aada3a743cacaa9 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a28c8abdbaadebc {
  overflow: hidden;
}
#a28c8abdbaadebc .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a28c8abdbaadebc .img-wrap:hover {
  transform: scale(1.1);
}
#a66c8a8ffda9e46 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a50d2a41bca5297 {
  overflow: hidden;
}
#a50d2a41bca5297 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a50d2a41bca5297 .img-wrap:hover {
  transform: scale(1.1);
}
#a6fc9a876da0716 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a888fa07e4aa18c {
  overflow: hidden;
}
#a888fa07e4aa18c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a888fa07e4aa18c .img-wrap:hover {
  transform: scale(1.1);
}
#ac9a2a489da01a3 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#add6fa176aac818 {
  overflow: hidden;
}
#add6fa176aac818 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#add6fa176aac818 .img-wrap:hover {
  transform: scale(1.1);
}
#a6012a0970ab7b9 {
  overflow: hidden;
  pointer-events: none;
}
#a6012a0970ab7b9 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6012a0970ab7b9 > .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;
}
#a6012a0970ab7b9 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6012a0970ab7b9 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6012a0970ab7b9 > .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;
}
#a6012a0970ab7b9 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6012a0970ab7b9 > .tab-wrap > div > .tab-nav,
#a6012a0970ab7b9 > .tab-nav,
#a6012a0970ab7b9 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6012a0970ab7b9 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a6012a0970ab7b9 > .tab-wrap > div > .tab-nav-horizontal,
#a6012a0970ab7b9 > .tab-nav-horizontal,
#a6012a0970ab7b9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6012a0970ab7b9 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6012a0970ab7b9 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6012a0970ab7b9 > .tab-nav-horizontal::-webkit-scrollbar,
#a6012a0970ab7b9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6012a0970ab7b9 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6012a0970ab7b9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6012a0970ab7b9 > .tab-nav-horizontal.tagScroll,
#a6012a0970ab7b9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6012a0970ab7b9 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a6012a0970ab7b9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6012a0970ab7b9 > .tab-nav-horizontal.tagScroll li a,
#a6012a0970ab7b9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6012a0970ab7b9 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6012a0970ab7b9 > .tab-wrap > div > .tab-nav a,
#a6012a0970ab7b9 > .tab-nav a,
#a6012a0970ab7b9 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6012a0970ab7b9 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a6012a0970ab7b9 > .tab-wrap > div > .tab-nav li a,
#a6012a0970ab7b9 > .tab-nav li a,
#a6012a0970ab7b9 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6012a0970ab7b9 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a6012a0970ab7b9 > .tab-wrap > div > .tab-nav li a svg,
#a6012a0970ab7b9 > .tab-nav li a svg,
#a6012a0970ab7b9 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6012a0970ab7b9 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6012a0970ab7b9 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6012a0970ab7b9 > .tab-nav li a .ap_icon,
#a6012a0970ab7b9 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6012a0970ab7b9 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6012a0970ab7b9 > .tab-wrap > div > .tab-nav li a:hover,
#a6012a0970ab7b9 > .tab-nav li a:hover,
#a6012a0970ab7b9 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6012a0970ab7b9 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a6012a0970ab7b9 > .tab-wrap > div > .tab-nav li.uk-active a,
#a6012a0970ab7b9 > .tab-nav li.uk-active a,
#a6012a0970ab7b9 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6012a0970ab7b9 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a6012a0970ab7b9 .layout-left li,
#a6012a0970ab7b9 .layout-center li,
#a6012a0970ab7b9 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6012a0970ab7b9 .layout-left li a,
#a6012a0970ab7b9 .layout-center li a,
#a6012a0970ab7b9 .layout-right li a {
  height: 100%;
}
#a6012a0970ab7b9 > .tab-tabs .layout-left {
  text-align: left;
}
#a6012a0970ab7b9 > .tab-tabs .layout-center {
  text-align: center;
}
#a6012a0970ab7b9 > .tab-tabs .layout-right {
  text-align: right;
}
#a6012a0970ab7b9 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a6012a0970ab7b9 .tab-content-wrap {
  background-color: transparent;
}
#a6012a0970ab7b9 .tab-contents,
#a6012a0970ab7b9 .tab-contents-wrap {
  pointer-events: none;
}
#a6012a0970ab7b9 .tab-content,
#a6012a0970ab7b9 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6012a0970ab7b9 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6012a0970ab7b9 .tab-wrap .tab-contents {
  height: 100%;
}
#a6012a0970ab7b9 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6012a0970ab7b9 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6012a0970ab7b9 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a323fae5ceaadc1 .adaa6a1019a7a43 {
  overflow: hidden;
}
#a323fae5ceaadc1 .adaa6a1019a7a43 , #a323fae5ceaadc1 .adaa6a1019a7a43 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a323fae5ceaadc1 .adaa6a1019a7a43:hover , #a323fae5ceaadc1 .adaa6a1019a7a43 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a323fae5ceaadc1 .uk-grid {
  margin-left: -15px;
}
#a323fae5ceaadc1 .uk-grid > * {
  padding-left: 15px;
}
#a323fae5ceaadc1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a323fae5ceaadc1 .dynamic-list-item {
  background-color: #ffffff;
}
#a323fae5ceaadc1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a323fae5ceaadc1 .uk-position-center-left-out {
    left: -30px;
  }
  #a323fae5ceaadc1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a9b08a8b06aa12f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afb6da42bbaa324 img {
  border: 0 none;
}
#afb6da42bbaa324 ul,
#afb6da42bbaa324 li {
  list-style: none;
}
#afb6da42bbaa324 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#afb6da42bbaa324 a img {
  border: 0 none;
}
#afb6da42bbaa324 i {
  font-style: normal;
}
#afb6da42bbaa324 .p50 {
  padding: 50px;
}
#afb6da42bbaa324 .pt-60 {
  padding-top: 60px;
}
#afb6da42bbaa324 .pb-60 {
  padding-bottom: 60px;
}
#afb6da42bbaa324 .p60 {
  padding: 60px;
}
#afb6da42bbaa324 .title {
  color: #333;
}
#afb6da42bbaa324 .pb-70 {
  padding-bottom: 70px;
}
#afb6da42bbaa324 .mt-25 {
  margin-top: 25px;
}
#afb6da42bbaa324 .mb-25 {
  margin-bottom: 25px;
}
#afb6da42bbaa324 .mt-40 {
  margin-top: 40px;
}
#afb6da42bbaa324 .mt-50 {
  margin-top: 50px;
}
#afb6da42bbaa324 .f14 {
  font-size: 14px;
}
#afb6da42bbaa324 .f18 {
  font-size: 18px;
}
#afb6da42bbaa324 .f20 {
  font-size: 20px;
}
#afb6da42bbaa324 .f30 {
  font-size: 30px;
}
#afb6da42bbaa324 .f34 {
  font-size: 34px;
}
#afb6da42bbaa324 .f50 {
  font-size: 50px;
}
#afb6da42bbaa324 .color-888 {
  color: #888;
}
#afb6da42bbaa324 .color-555 {
  color: #555;
}
#afb6da42bbaa324 .color-999 {
  color: #999;
}
#afb6da42bbaa324 .color-aaa {
  color: #aaa;
}
#afb6da42bbaa324 .bg-f8 {
  background-color: #f8f9fb;
}
#afb6da42bbaa324 .bg-white {
  background-color: white;
}
#afb6da42bbaa324 .flex-between {
  display: flex;
  justify-content: space-between;
}
#afb6da42bbaa324 .flex {
  display: flex;
  justify-content: space-around;
}
#afb6da42bbaa324 .posi {
  position: relative;
}
#afb6da42bbaa324 .w50 {
  width: 50%;
}
#afb6da42bbaa324 .img {
  position: relative;
  overflow: hidden;
}
#afb6da42bbaa324 .transition {
  transition: all .36s;
}
#afb6da42bbaa324 .line-height {
  line-height: 2;
}
#afb6da42bbaa324 .text-center {
  text-align: center;
}
#afb6da42bbaa324 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#afb6da42bbaa324 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#afb6da42bbaa324 .opacity6 {
  opacity: 0.6;
}
#afb6da42bbaa324 .DIN {
  color: #666;
}
#afb6da42bbaa324 .opacity5 {
  opacity: 0.5;
}
#afb6da42bbaa324 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #afb6da42bbaa324 .wapFlex {
    flex-direction: column;
  }
  #afb6da42bbaa324 .w50 {
    width: 100%;
  }
}
#afb6da42bbaa324 .more {
  color: #888;
}
#afb6da42bbaa324 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#afb6da42bbaa324 .inxTit .f20 {
  letter-spacing: 6px;
}
#afb6da42bbaa324 .newTop .txt .more {
  display: inline-block;
}
#afb6da42bbaa324 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#afb6da42bbaa324 .newTop .txt,
#afb6da42bbaa324 .newTop .img {
  height: 420px;
}
#afb6da42bbaa324 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#afb6da42bbaa324 .newTop:hover {
  color: #0f6ecd;
}
#afb6da42bbaa324 .newTop:hover .img img {
  transform: scale(1.1);
}
#afb6da42bbaa324 .idxnewsUl li {
  flex: 1;
}
#afb6da42bbaa324 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#afb6da42bbaa324 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#afb6da42bbaa324 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#afb6da42bbaa324 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#afb6da42bbaa324 .idxnewsUl li .more {
  display: inline-block;
}
#afb6da42bbaa324 .idxnewsUl li:hover::after {
  height: 100%;
}
#afb6da42bbaa324 .idxnewsUl li:hover a {
  color: #fff!important;
}
#afb6da42bbaa324 .idxnewsUl li:hover .title {
  color: #fff;
}
#afb6da42bbaa324 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#afb6da42bbaa324 .idxnewsUl li:hover .more {
  color: #fff;
}
#afb6da42bbaa324 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #afb6da42bbaa324 .p50 {
    padding: 45px;
  }
  #afb6da42bbaa324 .pt-60 {
    padding-top: 55px;
  }
  #afb6da42bbaa324 .pb-60 {
    padding-bottom: 55px;
  }
  #afb6da42bbaa324 .p60 {
    padding: 55px;
  }
  #afb6da42bbaa324 .pb-70 {
    padding-bottom: 66px;
  }
  #afb6da42bbaa324 .mt-25 {
    margin-top: 20px;
  }
  #afb6da42bbaa324 .mb-25 {
    margin-bottom: 20px;
  }
  #afb6da42bbaa324 .mt-40 {
    margin-top: 36px;
  }
  #afb6da42bbaa324 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #afb6da42bbaa324 .p50 {
    padding: 42px;
  }
  #afb6da42bbaa324 .pt-60 {
    padding-top: 50px;
  }
  #afb6da42bbaa324 .pb-60 {
    padding-bottom: 50px;
  }
  #afb6da42bbaa324 .p60 {
    padding: 50px;
  }
  #afb6da42bbaa324 .pb-70 {
    padding-bottom: 50px;
  }
  #afb6da42bbaa324 .mt-25 {
    margin-top: 18px;
  }
  #afb6da42bbaa324 .mb-25 {
    margin-bottom: 18px;
  }
  #afb6da42bbaa324 .mt-40 {
    margin-top: 34px;
  }
  #afb6da42bbaa324 .mt-50 {
    margin-top: 42px;
  }
  #afb6da42bbaa324 .f14 {
    font-size: 14px;
  }
  #afb6da42bbaa324 .f18 {
    font-size: 16px;
  }
  #afb6da42bbaa324 .f20 {
    font-size: 18px;
  }
  #afb6da42bbaa324 .f30 {
    font-size: 26px;
  }
  #afb6da42bbaa324 .f34 {
    font-size: 28px;
  }
  #afb6da42bbaa324 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #afb6da42bbaa324 .pt-60 {
    padding-top: 50px;
  }
  #afb6da42bbaa324 .pb-60 {
    padding-bottom: 50px;
  }
  #afb6da42bbaa324 .p60 {
    padding: 50px;
  }
  #afb6da42bbaa324 .p50 {
    padding: 40px;
  }
  #afb6da42bbaa324 .pb-70 {
    padding-bottom: 60px;
  }
  #afb6da42bbaa324 .mt-25 {
    margin-top: 16px;
  }
  #afb6da42bbaa324 .mb-25 {
    margin-bottom: 16px;
  }
  #afb6da42bbaa324 .mt-40 {
    margin-top: 32px;
  }
  #afb6da42bbaa324 .mt-50 {
    margin-top: 40px;
  }
  #afb6da42bbaa324 .f14 {
    font-size: 12px;
  }
  #afb6da42bbaa324 .f18 {
    font-size: 14px;
  }
  #afb6da42bbaa324 .f20 {
    font-size: 16px;
  }
  #afb6da42bbaa324 .f30 {
    font-size: 18px;
  }
  #afb6da42bbaa324 .f34 {
    font-size: 22px;
  }
  #afb6da42bbaa324 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #afb6da42bbaa324 .p50 {
    padding: 35px;
  }
  #afb6da42bbaa324 .pt-60 {
    padding-top: 42px;
  }
  #afb6da42bbaa324 .pb-60 {
    padding-bottom: 42px;
  }
  #afb6da42bbaa324 .p60 {
    padding: 42px;
  }
  #afb6da42bbaa324 .pb-70 {
    padding-bottom: 55px;
  }
  #afb6da42bbaa324 .mt-25 {
    margin-top: 15px;
  }
  #afb6da42bbaa324 .mb-25 {
    margin-bottom: 15px;
  }
  #afb6da42bbaa324 .mt-40 {
    margin-top: 28px;
  }
  #afb6da42bbaa324 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #afb6da42bbaa324 .p50 {
    padding: 20px;
  }
  #afb6da42bbaa324 .pt-60 {
    padding-top: 20px;
  }
  #afb6da42bbaa324 .pb-60 {
    padding-bottom: 20px;
  }
  #afb6da42bbaa324 .p60 {
    padding: 20px;
  }
  #afb6da42bbaa324 .pb-70 {
    padding-bottom: 20px;
  }
  #afb6da42bbaa324 .mt-40 {
    margin-top: 20px;
  }
  #afb6da42bbaa324 .mt-50 {
    margin-top: 20px;
  }
  #afb6da42bbaa324 .f18 {
    font-size: 13px;
  }
  #afb6da42bbaa324 .f20 {
    font-size: 14px;
  }
  #afb6da42bbaa324 .f30 {
    font-size: 16px;
  }
  #afb6da42bbaa324 .f34 {
    font-size: 16px;
  }
  #afb6da42bbaa324 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #afb6da42bbaa324 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #afb6da42bbaa324 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #afb6da42bbaa324 .w1440 {
    width: 100%;
    padding: 0;
  }
  #afb6da42bbaa324 .newTop .txt,
  #afb6da42bbaa324 .newTop .img {
    height: auto;
  }
  #afb6da42bbaa324 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #afb6da42bbaa324 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #afb6da42bbaa324 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3d60aafaeaa909 .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a3d60aafaeaa909 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a3d60aafaeaa909 .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a3d60aafaeaa909 .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a3d60aafaeaa909 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#ab413ac1afa74f2 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#a6de0a5ac4a4e76 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac91da0a5bad8ca {
  overflow: hidden;
}
#ac91da0a5bad8ca .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ac91da0a5bad8ca .img-wrap:hover {
  transform: scale(1.1);
}
#a3955a9277aec9a > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3351ac93ca4adc {
  overflow: hidden;
}
#a3351ac93ca4adc .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a3351ac93ca4adc .img-wrap:hover {
  transform: scale(1.1);
}
#a5fe9a0f50ab596 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aaebba8b89aec65 {
  overflow: hidden;
}
#aaebba8b89aec65 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aaebba8b89aec65 .img-wrap:hover {
  transform: scale(1.1);
}
#adabeae9beab7c5 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad4dda8107adab5 {
  overflow: hidden;
}
#ad4dda8107adab5 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ad4dda8107adab5 .img-wrap:hover {
  transform: scale(1.1);
}
#abd15ac116ae252 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5b7ca4a58ad3d2 {
  overflow: hidden;
}
#a5b7ca4a58ad3d2 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a5b7ca4a58ad3d2 .img-wrap:hover {
  transform: scale(1.1);
}
#ae63ba7a85ad98e > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6c9ca922ea2e40 {
  overflow: hidden;
}
#a6c9ca922ea2e40 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a6c9ca922ea2e40 .img-wrap:hover {
  transform: scale(1.1);
}
#a5756a2295a9396 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab0beaf16da905c {
  overflow: hidden;
}
#ab0beaf16da905c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ab0beaf16da905c .img-wrap:hover {
  transform: scale(1.1);
}
#a4f93ae131a1143 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a81baa8971a04a9 {
  overflow: hidden;
}
#a81baa8971a04a9 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a81baa8971a04a9 .img-wrap:hover {
  transform: scale(1.1);
}
#a2143a94f0aebf3 {
  overflow: hidden;
  pointer-events: none;
}
#a2143a94f0aebf3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2143a94f0aebf3 > .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;
}
#a2143a94f0aebf3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2143a94f0aebf3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2143a94f0aebf3 > .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;
}
#a2143a94f0aebf3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2143a94f0aebf3 > .tab-wrap > div > .tab-nav,
#a2143a94f0aebf3 > .tab-nav,
#a2143a94f0aebf3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2143a94f0aebf3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a2143a94f0aebf3 > .tab-wrap > div > .tab-nav-horizontal,
#a2143a94f0aebf3 > .tab-nav-horizontal,
#a2143a94f0aebf3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2143a94f0aebf3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2143a94f0aebf3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2143a94f0aebf3 > .tab-nav-horizontal::-webkit-scrollbar,
#a2143a94f0aebf3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2143a94f0aebf3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2143a94f0aebf3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2143a94f0aebf3 > .tab-nav-horizontal.tagScroll,
#a2143a94f0aebf3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2143a94f0aebf3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a2143a94f0aebf3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2143a94f0aebf3 > .tab-nav-horizontal.tagScroll li a,
#a2143a94f0aebf3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2143a94f0aebf3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2143a94f0aebf3 > .tab-wrap > div > .tab-nav a,
#a2143a94f0aebf3 > .tab-nav a,
#a2143a94f0aebf3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2143a94f0aebf3 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a2143a94f0aebf3 > .tab-wrap > div > .tab-nav li a,
#a2143a94f0aebf3 > .tab-nav li a,
#a2143a94f0aebf3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2143a94f0aebf3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a2143a94f0aebf3 > .tab-wrap > div > .tab-nav li a svg,
#a2143a94f0aebf3 > .tab-nav li a svg,
#a2143a94f0aebf3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2143a94f0aebf3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2143a94f0aebf3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2143a94f0aebf3 > .tab-nav li a .ap_icon,
#a2143a94f0aebf3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2143a94f0aebf3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2143a94f0aebf3 > .tab-wrap > div > .tab-nav li a:hover,
#a2143a94f0aebf3 > .tab-nav li a:hover,
#a2143a94f0aebf3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2143a94f0aebf3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a2143a94f0aebf3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a2143a94f0aebf3 > .tab-nav li.uk-active a,
#a2143a94f0aebf3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2143a94f0aebf3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a2143a94f0aebf3 .layout-left li,
#a2143a94f0aebf3 .layout-center li,
#a2143a94f0aebf3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2143a94f0aebf3 .layout-left li a,
#a2143a94f0aebf3 .layout-center li a,
#a2143a94f0aebf3 .layout-right li a {
  height: 100%;
}
#a2143a94f0aebf3 > .tab-tabs .layout-left {
  text-align: left;
}
#a2143a94f0aebf3 > .tab-tabs .layout-center {
  text-align: center;
}
#a2143a94f0aebf3 > .tab-tabs .layout-right {
  text-align: right;
}
#a2143a94f0aebf3 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a2143a94f0aebf3 .tab-content-wrap {
  background-color: transparent;
}
#a2143a94f0aebf3 .tab-contents,
#a2143a94f0aebf3 .tab-contents-wrap {
  pointer-events: none;
}
#a2143a94f0aebf3 .tab-content,
#a2143a94f0aebf3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2143a94f0aebf3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2143a94f0aebf3 .tab-wrap .tab-contents {
  height: 100%;
}
#a2143a94f0aebf3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2143a94f0aebf3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2143a94f0aebf3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8093a4b4ea8683 .a55c5a4320a4e74 {
  overflow: hidden;
}
#a8093a4b4ea8683 .a55c5a4320a4e74 , #a8093a4b4ea8683 .a55c5a4320a4e74 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a8093a4b4ea8683 .a55c5a4320a4e74:hover , #a8093a4b4ea8683 .a55c5a4320a4e74 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a8093a4b4ea8683 .uk-grid {
  margin-left: -15px;
}
#a8093a4b4ea8683 .uk-grid > * {
  padding-left: 15px;
}
#a8093a4b4ea8683 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8093a4b4ea8683 .dynamic-list-item {
  background-color: #ffffff;
}
#a8093a4b4ea8683 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8093a4b4ea8683 .uk-position-center-left-out {
    left: -30px;
  }
  #a8093a4b4ea8683 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a845cabc79ab43e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afeb0aebc3a1395 img {
  border: 0 none;
}
#afeb0aebc3a1395 ul,
#afeb0aebc3a1395 li {
  list-style: none;
}
#afeb0aebc3a1395 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#afeb0aebc3a1395 a img {
  border: 0 none;
}
#afeb0aebc3a1395 i {
  font-style: normal;
}
#afeb0aebc3a1395 .p50 {
  padding: 50px;
}
#afeb0aebc3a1395 .pt-60 {
  padding-top: 60px;
}
#afeb0aebc3a1395 .pb-60 {
  padding-bottom: 60px;
}
#afeb0aebc3a1395 .p60 {
  padding: 60px;
}
#afeb0aebc3a1395 .title {
  color: #333;
}
#afeb0aebc3a1395 .pb-70 {
  padding-bottom: 70px;
}
#afeb0aebc3a1395 .mt-25 {
  margin-top: 25px;
}
#afeb0aebc3a1395 .mb-25 {
  margin-bottom: 25px;
}
#afeb0aebc3a1395 .mt-40 {
  margin-top: 40px;
}
#afeb0aebc3a1395 .mt-50 {
  margin-top: 50px;
}
#afeb0aebc3a1395 .f14 {
  font-size: 14px;
}
#afeb0aebc3a1395 .f18 {
  font-size: 18px;
}
#afeb0aebc3a1395 .f20 {
  font-size: 20px;
}
#afeb0aebc3a1395 .f30 {
  font-size: 30px;
}
#afeb0aebc3a1395 .f34 {
  font-size: 34px;
}
#afeb0aebc3a1395 .f50 {
  font-size: 50px;
}
#afeb0aebc3a1395 .color-888 {
  color: #888;
}
#afeb0aebc3a1395 .color-555 {
  color: #555;
}
#afeb0aebc3a1395 .color-999 {
  color: #999;
}
#afeb0aebc3a1395 .color-aaa {
  color: #aaa;
}
#afeb0aebc3a1395 .bg-f8 {
  background-color: #f8f9fb;
}
#afeb0aebc3a1395 .bg-white {
  background-color: white;
}
#afeb0aebc3a1395 .flex-between {
  display: flex;
  justify-content: space-between;
}
#afeb0aebc3a1395 .flex {
  display: flex;
  justify-content: space-around;
}
#afeb0aebc3a1395 .posi {
  position: relative;
}
#afeb0aebc3a1395 .w50 {
  width: 50%;
}
#afeb0aebc3a1395 .img {
  position: relative;
  overflow: hidden;
}
#afeb0aebc3a1395 .transition {
  transition: all .36s;
}
#afeb0aebc3a1395 .line-height {
  line-height: 2;
}
#afeb0aebc3a1395 .text-center {
  text-align: center;
}
#afeb0aebc3a1395 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#afeb0aebc3a1395 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#afeb0aebc3a1395 .opacity6 {
  opacity: 0.6;
}
#afeb0aebc3a1395 .DIN {
  color: #666;
}
#afeb0aebc3a1395 .opacity5 {
  opacity: 0.5;
}
#afeb0aebc3a1395 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #afeb0aebc3a1395 .wapFlex {
    flex-direction: column;
  }
  #afeb0aebc3a1395 .w50 {
    width: 100%;
  }
}
#afeb0aebc3a1395 .more {
  color: #888;
}
#afeb0aebc3a1395 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#afeb0aebc3a1395 .inxTit .f20 {
  letter-spacing: 6px;
}
#afeb0aebc3a1395 .newTop .txt .more {
  display: inline-block;
}
#afeb0aebc3a1395 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#afeb0aebc3a1395 .newTop .txt,
#afeb0aebc3a1395 .newTop .img {
  height: 420px;
}
#afeb0aebc3a1395 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#afeb0aebc3a1395 .newTop:hover {
  color: #0f6ecd;
}
#afeb0aebc3a1395 .newTop:hover .img img {
  transform: scale(1.1);
}
#afeb0aebc3a1395 .idxnewsUl li {
  flex: 1;
}
#afeb0aebc3a1395 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#afeb0aebc3a1395 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#afeb0aebc3a1395 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#afeb0aebc3a1395 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#afeb0aebc3a1395 .idxnewsUl li .more {
  display: inline-block;
}
#afeb0aebc3a1395 .idxnewsUl li:hover::after {
  height: 100%;
}
#afeb0aebc3a1395 .idxnewsUl li:hover a {
  color: #fff!important;
}
#afeb0aebc3a1395 .idxnewsUl li:hover .title {
  color: #fff;
}
#afeb0aebc3a1395 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#afeb0aebc3a1395 .idxnewsUl li:hover .more {
  color: #fff;
}
#afeb0aebc3a1395 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #afeb0aebc3a1395 .p50 {
    padding: 45px;
  }
  #afeb0aebc3a1395 .pt-60 {
    padding-top: 55px;
  }
  #afeb0aebc3a1395 .pb-60 {
    padding-bottom: 55px;
  }
  #afeb0aebc3a1395 .p60 {
    padding: 55px;
  }
  #afeb0aebc3a1395 .pb-70 {
    padding-bottom: 66px;
  }
  #afeb0aebc3a1395 .mt-25 {
    margin-top: 20px;
  }
  #afeb0aebc3a1395 .mb-25 {
    margin-bottom: 20px;
  }
  #afeb0aebc3a1395 .mt-40 {
    margin-top: 36px;
  }
  #afeb0aebc3a1395 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #afeb0aebc3a1395 .p50 {
    padding: 42px;
  }
  #afeb0aebc3a1395 .pt-60 {
    padding-top: 50px;
  }
  #afeb0aebc3a1395 .pb-60 {
    padding-bottom: 50px;
  }
  #afeb0aebc3a1395 .p60 {
    padding: 50px;
  }
  #afeb0aebc3a1395 .pb-70 {
    padding-bottom: 50px;
  }
  #afeb0aebc3a1395 .mt-25 {
    margin-top: 18px;
  }
  #afeb0aebc3a1395 .mb-25 {
    margin-bottom: 18px;
  }
  #afeb0aebc3a1395 .mt-40 {
    margin-top: 34px;
  }
  #afeb0aebc3a1395 .mt-50 {
    margin-top: 42px;
  }
  #afeb0aebc3a1395 .f14 {
    font-size: 14px;
  }
  #afeb0aebc3a1395 .f18 {
    font-size: 16px;
  }
  #afeb0aebc3a1395 .f20 {
    font-size: 18px;
  }
  #afeb0aebc3a1395 .f30 {
    font-size: 26px;
  }
  #afeb0aebc3a1395 .f34 {
    font-size: 28px;
  }
  #afeb0aebc3a1395 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #afeb0aebc3a1395 .pt-60 {
    padding-top: 50px;
  }
  #afeb0aebc3a1395 .pb-60 {
    padding-bottom: 50px;
  }
  #afeb0aebc3a1395 .p60 {
    padding: 50px;
  }
  #afeb0aebc3a1395 .p50 {
    padding: 40px;
  }
  #afeb0aebc3a1395 .pb-70 {
    padding-bottom: 60px;
  }
  #afeb0aebc3a1395 .mt-25 {
    margin-top: 16px;
  }
  #afeb0aebc3a1395 .mb-25 {
    margin-bottom: 16px;
  }
  #afeb0aebc3a1395 .mt-40 {
    margin-top: 32px;
  }
  #afeb0aebc3a1395 .mt-50 {
    margin-top: 40px;
  }
  #afeb0aebc3a1395 .f14 {
    font-size: 12px;
  }
  #afeb0aebc3a1395 .f18 {
    font-size: 14px;
  }
  #afeb0aebc3a1395 .f20 {
    font-size: 16px;
  }
  #afeb0aebc3a1395 .f30 {
    font-size: 18px;
  }
  #afeb0aebc3a1395 .f34 {
    font-size: 22px;
  }
  #afeb0aebc3a1395 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #afeb0aebc3a1395 .p50 {
    padding: 35px;
  }
  #afeb0aebc3a1395 .pt-60 {
    padding-top: 42px;
  }
  #afeb0aebc3a1395 .pb-60 {
    padding-bottom: 42px;
  }
  #afeb0aebc3a1395 .p60 {
    padding: 42px;
  }
  #afeb0aebc3a1395 .pb-70 {
    padding-bottom: 55px;
  }
  #afeb0aebc3a1395 .mt-25 {
    margin-top: 15px;
  }
  #afeb0aebc3a1395 .mb-25 {
    margin-bottom: 15px;
  }
  #afeb0aebc3a1395 .mt-40 {
    margin-top: 28px;
  }
  #afeb0aebc3a1395 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #afeb0aebc3a1395 .p50 {
    padding: 20px;
  }
  #afeb0aebc3a1395 .pt-60 {
    padding-top: 20px;
  }
  #afeb0aebc3a1395 .pb-60 {
    padding-bottom: 20px;
  }
  #afeb0aebc3a1395 .p60 {
    padding: 20px;
  }
  #afeb0aebc3a1395 .pb-70 {
    padding-bottom: 20px;
  }
  #afeb0aebc3a1395 .mt-40 {
    margin-top: 20px;
  }
  #afeb0aebc3a1395 .mt-50 {
    margin-top: 20px;
  }
  #afeb0aebc3a1395 .f18 {
    font-size: 13px;
  }
  #afeb0aebc3a1395 .f20 {
    font-size: 14px;
  }
  #afeb0aebc3a1395 .f30 {
    font-size: 16px;
  }
  #afeb0aebc3a1395 .f34 {
    font-size: 16px;
  }
  #afeb0aebc3a1395 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #afeb0aebc3a1395 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #afeb0aebc3a1395 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #afeb0aebc3a1395 .w1440 {
    width: 100%;
    padding: 0;
  }
  #afeb0aebc3a1395 .newTop .txt,
  #afeb0aebc3a1395 .newTop .img {
    height: auto;
  }
  #afeb0aebc3a1395 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #afeb0aebc3a1395 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #afeb0aebc3a1395 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5cf6a9ae3ae087 .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a5cf6a9ae3ae087 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a5cf6a9ae3ae087 .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a5cf6a9ae3ae087 .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a5cf6a9ae3ae087 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a1cc2ac95ea58ab > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#ada49aad51a4fb7 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a818ca93c3a1b77 {
  overflow: hidden;
}
#a818ca93c3a1b77 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a818ca93c3a1b77 .img-wrap:hover {
  transform: scale(1.1);
}
#aaf31a7796a1b8f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a369faded3a9e52 {
  overflow: hidden;
}
#a369faded3a9e52 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a369faded3a9e52 .img-wrap:hover {
  transform: scale(1.1);
}
#a2c49a18eea8312 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a38dba7734ade9e {
  overflow: hidden;
}
#a38dba7734ade9e .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a38dba7734ade9e .img-wrap:hover {
  transform: scale(1.1);
}
#ad272a5dffa4540 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a12f0a50c2aa0fc {
  overflow: hidden;
}
#a12f0a50c2aa0fc .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a12f0a50c2aa0fc .img-wrap:hover {
  transform: scale(1.1);
}
#a4675a65daa158e > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab474acd32aea75 {
  overflow: hidden;
}
#ab474acd32aea75 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ab474acd32aea75 .img-wrap:hover {
  transform: scale(1.1);
}
#af9cea43e3a8f6c > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad4eaa28a5aa04c {
  overflow: hidden;
}
#ad4eaa28a5aa04c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ad4eaa28a5aa04c .img-wrap:hover {
  transform: scale(1.1);
}
#a0b60a903da0786 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afbb1ad9c7a11bb {
  overflow: hidden;
}
#afbb1ad9c7a11bb .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#afbb1ad9c7a11bb .img-wrap:hover {
  transform: scale(1.1);
}
#a4f2ca487bad1fc > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9f57a996ba4fca {
  overflow: hidden;
}
#a9f57a996ba4fca .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a9f57a996ba4fca .img-wrap:hover {
  transform: scale(1.1);
}
#a7982adf1ea3952 {
  overflow: hidden;
  pointer-events: none;
}
#a7982adf1ea3952 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7982adf1ea3952 > .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;
}
#a7982adf1ea3952 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7982adf1ea3952 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7982adf1ea3952 > .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;
}
#a7982adf1ea3952 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7982adf1ea3952 > .tab-wrap > div > .tab-nav,
#a7982adf1ea3952 > .tab-nav,
#a7982adf1ea3952 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7982adf1ea3952 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a7982adf1ea3952 > .tab-wrap > div > .tab-nav-horizontal,
#a7982adf1ea3952 > .tab-nav-horizontal,
#a7982adf1ea3952 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7982adf1ea3952 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7982adf1ea3952 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7982adf1ea3952 > .tab-nav-horizontal::-webkit-scrollbar,
#a7982adf1ea3952 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7982adf1ea3952 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7982adf1ea3952 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7982adf1ea3952 > .tab-nav-horizontal.tagScroll,
#a7982adf1ea3952 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7982adf1ea3952 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a7982adf1ea3952 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7982adf1ea3952 > .tab-nav-horizontal.tagScroll li a,
#a7982adf1ea3952 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7982adf1ea3952 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7982adf1ea3952 > .tab-wrap > div > .tab-nav a,
#a7982adf1ea3952 > .tab-nav a,
#a7982adf1ea3952 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7982adf1ea3952 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a7982adf1ea3952 > .tab-wrap > div > .tab-nav li a,
#a7982adf1ea3952 > .tab-nav li a,
#a7982adf1ea3952 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7982adf1ea3952 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a7982adf1ea3952 > .tab-wrap > div > .tab-nav li a svg,
#a7982adf1ea3952 > .tab-nav li a svg,
#a7982adf1ea3952 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7982adf1ea3952 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7982adf1ea3952 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7982adf1ea3952 > .tab-nav li a .ap_icon,
#a7982adf1ea3952 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7982adf1ea3952 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7982adf1ea3952 > .tab-wrap > div > .tab-nav li a:hover,
#a7982adf1ea3952 > .tab-nav li a:hover,
#a7982adf1ea3952 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7982adf1ea3952 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a7982adf1ea3952 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7982adf1ea3952 > .tab-nav li.uk-active a,
#a7982adf1ea3952 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7982adf1ea3952 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a7982adf1ea3952 .layout-left li,
#a7982adf1ea3952 .layout-center li,
#a7982adf1ea3952 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7982adf1ea3952 .layout-left li a,
#a7982adf1ea3952 .layout-center li a,
#a7982adf1ea3952 .layout-right li a {
  height: 100%;
}
#a7982adf1ea3952 > .tab-tabs .layout-left {
  text-align: left;
}
#a7982adf1ea3952 > .tab-tabs .layout-center {
  text-align: center;
}
#a7982adf1ea3952 > .tab-tabs .layout-right {
  text-align: right;
}
#a7982adf1ea3952 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a7982adf1ea3952 .tab-content-wrap {
  background-color: transparent;
}
#a7982adf1ea3952 .tab-contents,
#a7982adf1ea3952 .tab-contents-wrap {
  pointer-events: none;
}
#a7982adf1ea3952 .tab-content,
#a7982adf1ea3952 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7982adf1ea3952 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7982adf1ea3952 .tab-wrap .tab-contents {
  height: 100%;
}
#a7982adf1ea3952 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7982adf1ea3952 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7982adf1ea3952 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a49adaefa4a6291 .a3f0aa1405ab442 {
  overflow: hidden;
}
#a49adaefa4a6291 .a3f0aa1405ab442 , #a49adaefa4a6291 .a3f0aa1405ab442 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a49adaefa4a6291 .a3f0aa1405ab442:hover , #a49adaefa4a6291 .a3f0aa1405ab442 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a49adaefa4a6291 .uk-grid {
  margin-left: -15px;
}
#a49adaefa4a6291 .uk-grid > * {
  padding-left: 15px;
}
#a49adaefa4a6291 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a49adaefa4a6291 .dynamic-list-item {
  background-color: #ffffff;
}
#a49adaefa4a6291 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a49adaefa4a6291 .uk-position-center-left-out {
    left: -30px;
  }
  #a49adaefa4a6291 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a9f5aa8622a799b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aabeaa2b92a1b4f img {
  border: 0 none;
}
#aabeaa2b92a1b4f ul,
#aabeaa2b92a1b4f li {
  list-style: none;
}
#aabeaa2b92a1b4f img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#aabeaa2b92a1b4f a img {
  border: 0 none;
}
#aabeaa2b92a1b4f i {
  font-style: normal;
}
#aabeaa2b92a1b4f .p50 {
  padding: 50px;
}
#aabeaa2b92a1b4f .pt-60 {
  padding-top: 60px;
}
#aabeaa2b92a1b4f .pb-60 {
  padding-bottom: 60px;
}
#aabeaa2b92a1b4f .p60 {
  padding: 60px;
}
#aabeaa2b92a1b4f .title {
  color: #333;
}
#aabeaa2b92a1b4f .pb-70 {
  padding-bottom: 70px;
}
#aabeaa2b92a1b4f .mt-25 {
  margin-top: 25px;
}
#aabeaa2b92a1b4f .mb-25 {
  margin-bottom: 25px;
}
#aabeaa2b92a1b4f .mt-40 {
  margin-top: 40px;
}
#aabeaa2b92a1b4f .mt-50 {
  margin-top: 50px;
}
#aabeaa2b92a1b4f .f14 {
  font-size: 14px;
}
#aabeaa2b92a1b4f .f18 {
  font-size: 18px;
}
#aabeaa2b92a1b4f .f20 {
  font-size: 20px;
}
#aabeaa2b92a1b4f .f30 {
  font-size: 30px;
}
#aabeaa2b92a1b4f .f34 {
  font-size: 34px;
}
#aabeaa2b92a1b4f .f50 {
  font-size: 50px;
}
#aabeaa2b92a1b4f .color-888 {
  color: #888;
}
#aabeaa2b92a1b4f .color-555 {
  color: #555;
}
#aabeaa2b92a1b4f .color-999 {
  color: #999;
}
#aabeaa2b92a1b4f .color-aaa {
  color: #aaa;
}
#aabeaa2b92a1b4f .bg-f8 {
  background-color: #f8f9fb;
}
#aabeaa2b92a1b4f .bg-white {
  background-color: white;
}
#aabeaa2b92a1b4f .flex-between {
  display: flex;
  justify-content: space-between;
}
#aabeaa2b92a1b4f .flex {
  display: flex;
  justify-content: space-around;
}
#aabeaa2b92a1b4f .posi {
  position: relative;
}
#aabeaa2b92a1b4f .w50 {
  width: 50%;
}
#aabeaa2b92a1b4f .img {
  position: relative;
  overflow: hidden;
}
#aabeaa2b92a1b4f .transition {
  transition: all .36s;
}
#aabeaa2b92a1b4f .line-height {
  line-height: 2;
}
#aabeaa2b92a1b4f .text-center {
  text-align: center;
}
#aabeaa2b92a1b4f .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#aabeaa2b92a1b4f .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#aabeaa2b92a1b4f .opacity6 {
  opacity: 0.6;
}
#aabeaa2b92a1b4f .DIN {
  color: #666;
}
#aabeaa2b92a1b4f .opacity5 {
  opacity: 0.5;
}
#aabeaa2b92a1b4f .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #aabeaa2b92a1b4f .wapFlex {
    flex-direction: column;
  }
  #aabeaa2b92a1b4f .w50 {
    width: 100%;
  }
}
#aabeaa2b92a1b4f .more {
  color: #888;
}
#aabeaa2b92a1b4f .w1440 {
  width: 100%;
  margin: 0 auto;
}
#aabeaa2b92a1b4f .inxTit .f20 {
  letter-spacing: 6px;
}
#aabeaa2b92a1b4f .newTop .txt .more {
  display: inline-block;
}
#aabeaa2b92a1b4f .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#aabeaa2b92a1b4f .newTop .txt,
#aabeaa2b92a1b4f .newTop .img {
  height: 420px;
}
#aabeaa2b92a1b4f .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#aabeaa2b92a1b4f .newTop:hover {
  color: #0f6ecd;
}
#aabeaa2b92a1b4f .newTop:hover .img img {
  transform: scale(1.1);
}
#aabeaa2b92a1b4f .idxnewsUl li {
  flex: 1;
}
#aabeaa2b92a1b4f .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#aabeaa2b92a1b4f .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#aabeaa2b92a1b4f .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#aabeaa2b92a1b4f .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#aabeaa2b92a1b4f .idxnewsUl li .more {
  display: inline-block;
}
#aabeaa2b92a1b4f .idxnewsUl li:hover::after {
  height: 100%;
}
#aabeaa2b92a1b4f .idxnewsUl li:hover a {
  color: #fff!important;
}
#aabeaa2b92a1b4f .idxnewsUl li:hover .title {
  color: #fff;
}
#aabeaa2b92a1b4f .idxnewsUl li:hover .DIN {
  color: #fff;
}
#aabeaa2b92a1b4f .idxnewsUl li:hover .more {
  color: #fff;
}
#aabeaa2b92a1b4f .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #aabeaa2b92a1b4f .p50 {
    padding: 45px;
  }
  #aabeaa2b92a1b4f .pt-60 {
    padding-top: 55px;
  }
  #aabeaa2b92a1b4f .pb-60 {
    padding-bottom: 55px;
  }
  #aabeaa2b92a1b4f .p60 {
    padding: 55px;
  }
  #aabeaa2b92a1b4f .pb-70 {
    padding-bottom: 66px;
  }
  #aabeaa2b92a1b4f .mt-25 {
    margin-top: 20px;
  }
  #aabeaa2b92a1b4f .mb-25 {
    margin-bottom: 20px;
  }
  #aabeaa2b92a1b4f .mt-40 {
    margin-top: 36px;
  }
  #aabeaa2b92a1b4f .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #aabeaa2b92a1b4f .p50 {
    padding: 42px;
  }
  #aabeaa2b92a1b4f .pt-60 {
    padding-top: 50px;
  }
  #aabeaa2b92a1b4f .pb-60 {
    padding-bottom: 50px;
  }
  #aabeaa2b92a1b4f .p60 {
    padding: 50px;
  }
  #aabeaa2b92a1b4f .pb-70 {
    padding-bottom: 50px;
  }
  #aabeaa2b92a1b4f .mt-25 {
    margin-top: 18px;
  }
  #aabeaa2b92a1b4f .mb-25 {
    margin-bottom: 18px;
  }
  #aabeaa2b92a1b4f .mt-40 {
    margin-top: 34px;
  }
  #aabeaa2b92a1b4f .mt-50 {
    margin-top: 42px;
  }
  #aabeaa2b92a1b4f .f14 {
    font-size: 14px;
  }
  #aabeaa2b92a1b4f .f18 {
    font-size: 16px;
  }
  #aabeaa2b92a1b4f .f20 {
    font-size: 18px;
  }
  #aabeaa2b92a1b4f .f30 {
    font-size: 26px;
  }
  #aabeaa2b92a1b4f .f34 {
    font-size: 28px;
  }
  #aabeaa2b92a1b4f .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #aabeaa2b92a1b4f .pt-60 {
    padding-top: 50px;
  }
  #aabeaa2b92a1b4f .pb-60 {
    padding-bottom: 50px;
  }
  #aabeaa2b92a1b4f .p60 {
    padding: 50px;
  }
  #aabeaa2b92a1b4f .p50 {
    padding: 40px;
  }
  #aabeaa2b92a1b4f .pb-70 {
    padding-bottom: 60px;
  }
  #aabeaa2b92a1b4f .mt-25 {
    margin-top: 16px;
  }
  #aabeaa2b92a1b4f .mb-25 {
    margin-bottom: 16px;
  }
  #aabeaa2b92a1b4f .mt-40 {
    margin-top: 32px;
  }
  #aabeaa2b92a1b4f .mt-50 {
    margin-top: 40px;
  }
  #aabeaa2b92a1b4f .f14 {
    font-size: 12px;
  }
  #aabeaa2b92a1b4f .f18 {
    font-size: 14px;
  }
  #aabeaa2b92a1b4f .f20 {
    font-size: 16px;
  }
  #aabeaa2b92a1b4f .f30 {
    font-size: 18px;
  }
  #aabeaa2b92a1b4f .f34 {
    font-size: 22px;
  }
  #aabeaa2b92a1b4f .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #aabeaa2b92a1b4f .p50 {
    padding: 35px;
  }
  #aabeaa2b92a1b4f .pt-60 {
    padding-top: 42px;
  }
  #aabeaa2b92a1b4f .pb-60 {
    padding-bottom: 42px;
  }
  #aabeaa2b92a1b4f .p60 {
    padding: 42px;
  }
  #aabeaa2b92a1b4f .pb-70 {
    padding-bottom: 55px;
  }
  #aabeaa2b92a1b4f .mt-25 {
    margin-top: 15px;
  }
  #aabeaa2b92a1b4f .mb-25 {
    margin-bottom: 15px;
  }
  #aabeaa2b92a1b4f .mt-40 {
    margin-top: 28px;
  }
  #aabeaa2b92a1b4f .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #aabeaa2b92a1b4f .p50 {
    padding: 20px;
  }
  #aabeaa2b92a1b4f .pt-60 {
    padding-top: 20px;
  }
  #aabeaa2b92a1b4f .pb-60 {
    padding-bottom: 20px;
  }
  #aabeaa2b92a1b4f .p60 {
    padding: 20px;
  }
  #aabeaa2b92a1b4f .pb-70 {
    padding-bottom: 20px;
  }
  #aabeaa2b92a1b4f .mt-40 {
    margin-top: 20px;
  }
  #aabeaa2b92a1b4f .mt-50 {
    margin-top: 20px;
  }
  #aabeaa2b92a1b4f .f18 {
    font-size: 13px;
  }
  #aabeaa2b92a1b4f .f20 {
    font-size: 14px;
  }
  #aabeaa2b92a1b4f .f30 {
    font-size: 16px;
  }
  #aabeaa2b92a1b4f .f34 {
    font-size: 16px;
  }
  #aabeaa2b92a1b4f .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #aabeaa2b92a1b4f .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #aabeaa2b92a1b4f .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #aabeaa2b92a1b4f .w1440 {
    width: 100%;
    padding: 0;
  }
  #aabeaa2b92a1b4f .newTop .txt,
  #aabeaa2b92a1b4f .newTop .img {
    height: auto;
  }
  #aabeaa2b92a1b4f .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #aabeaa2b92a1b4f .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #aabeaa2b92a1b4f .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4eecad543ab7ab .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a4eecad543ab7ab .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a4eecad543ab7ab .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a4eecad543ab7ab .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a4eecad543ab7ab .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a5f4aa065ca4119 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#a1dc3ab6e7ab3c9 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3f89a0e32af760 {
  overflow: hidden;
}
#a3f89a0e32af760 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a3f89a0e32af760 .img-wrap:hover {
  transform: scale(1.1);
}
#a3212a081fa7b97 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a035baa155a55b8 {
  overflow: hidden;
}
#a035baa155a55b8 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a035baa155a55b8 .img-wrap:hover {
  transform: scale(1.1);
}
#a5c19a0bd7a56ab > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae39baa88dafa75 {
  overflow: hidden;
}
#ae39baa88dafa75 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ae39baa88dafa75 .img-wrap:hover {
  transform: scale(1.1);
}
#a8ccaa0a8dab2d5 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a98e3a33c8ac302 {
  overflow: hidden;
}
#a98e3a33c8ac302 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a98e3a33c8ac302 .img-wrap:hover {
  transform: scale(1.1);
}
#a0d99aae0baa562 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4b5ba6b27a9939 {
  overflow: hidden;
}
#a4b5ba6b27a9939 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a4b5ba6b27a9939 .img-wrap:hover {
  transform: scale(1.1);
}
#acefcaf7b5a2068 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7ec4a8b7daf239 {
  overflow: hidden;
}
#a7ec4a8b7daf239 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a7ec4a8b7daf239 .img-wrap:hover {
  transform: scale(1.1);
}
#a195aa2a99a6798 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a24c4a34c6a5ba8 {
  overflow: hidden;
}
#a24c4a34c6a5ba8 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a24c4a34c6a5ba8 .img-wrap:hover {
  transform: scale(1.1);
}
#adb95a3d29afe17 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a26fdae0d3a1d6a {
  overflow: hidden;
}
#a26fdae0d3a1d6a .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a26fdae0d3a1d6a .img-wrap:hover {
  transform: scale(1.1);
}
#a86fca73c7a828c {
  overflow: hidden;
  pointer-events: none;
}
#a86fca73c7a828c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a86fca73c7a828c > .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;
}
#a86fca73c7a828c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a86fca73c7a828c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a86fca73c7a828c > .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;
}
#a86fca73c7a828c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a86fca73c7a828c > .tab-wrap > div > .tab-nav,
#a86fca73c7a828c > .tab-nav,
#a86fca73c7a828c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a86fca73c7a828c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a86fca73c7a828c > .tab-wrap > div > .tab-nav-horizontal,
#a86fca73c7a828c > .tab-nav-horizontal,
#a86fca73c7a828c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a86fca73c7a828c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a86fca73c7a828c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a86fca73c7a828c > .tab-nav-horizontal::-webkit-scrollbar,
#a86fca73c7a828c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a86fca73c7a828c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a86fca73c7a828c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a86fca73c7a828c > .tab-nav-horizontal.tagScroll,
#a86fca73c7a828c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a86fca73c7a828c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a86fca73c7a828c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a86fca73c7a828c > .tab-nav-horizontal.tagScroll li a,
#a86fca73c7a828c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a86fca73c7a828c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a86fca73c7a828c > .tab-wrap > div > .tab-nav a,
#a86fca73c7a828c > .tab-nav a,
#a86fca73c7a828c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a86fca73c7a828c > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a86fca73c7a828c > .tab-wrap > div > .tab-nav li a,
#a86fca73c7a828c > .tab-nav li a,
#a86fca73c7a828c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a86fca73c7a828c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a86fca73c7a828c > .tab-wrap > div > .tab-nav li a svg,
#a86fca73c7a828c > .tab-nav li a svg,
#a86fca73c7a828c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a86fca73c7a828c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a86fca73c7a828c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a86fca73c7a828c > .tab-nav li a .ap_icon,
#a86fca73c7a828c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a86fca73c7a828c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a86fca73c7a828c > .tab-wrap > div > .tab-nav li a:hover,
#a86fca73c7a828c > .tab-nav li a:hover,
#a86fca73c7a828c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a86fca73c7a828c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a86fca73c7a828c > .tab-wrap > div > .tab-nav li.uk-active a,
#a86fca73c7a828c > .tab-nav li.uk-active a,
#a86fca73c7a828c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a86fca73c7a828c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a86fca73c7a828c .layout-left li,
#a86fca73c7a828c .layout-center li,
#a86fca73c7a828c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a86fca73c7a828c .layout-left li a,
#a86fca73c7a828c .layout-center li a,
#a86fca73c7a828c .layout-right li a {
  height: 100%;
}
#a86fca73c7a828c > .tab-tabs .layout-left {
  text-align: left;
}
#a86fca73c7a828c > .tab-tabs .layout-center {
  text-align: center;
}
#a86fca73c7a828c > .tab-tabs .layout-right {
  text-align: right;
}
#a86fca73c7a828c .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a86fca73c7a828c .tab-content-wrap {
  background-color: transparent;
}
#a86fca73c7a828c .tab-contents,
#a86fca73c7a828c .tab-contents-wrap {
  pointer-events: none;
}
#a86fca73c7a828c .tab-content,
#a86fca73c7a828c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a86fca73c7a828c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a86fca73c7a828c .tab-wrap .tab-contents {
  height: 100%;
}
#a86fca73c7a828c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a86fca73c7a828c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a86fca73c7a828c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a28b9a4144a6dd7 .a7a42a0e5da1849 {
  overflow: hidden;
}
#a28b9a4144a6dd7 .a7a42a0e5da1849 , #a28b9a4144a6dd7 .a7a42a0e5da1849 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a28b9a4144a6dd7 .a7a42a0e5da1849:hover , #a28b9a4144a6dd7 .a7a42a0e5da1849 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a28b9a4144a6dd7 .uk-grid {
  margin-left: -15px;
}
#a28b9a4144a6dd7 .uk-grid > * {
  padding-left: 15px;
}
#a28b9a4144a6dd7 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a28b9a4144a6dd7 .dynamic-list-item {
  background-color: #ffffff;
}
#a28b9a4144a6dd7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a28b9a4144a6dd7 .uk-position-center-left-out {
    left: -30px;
  }
  #a28b9a4144a6dd7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#af908aa301a8834 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa2bea9fb5ab539 img {
  border: 0 none;
}
#aa2bea9fb5ab539 ul,
#aa2bea9fb5ab539 li {
  list-style: none;
}
#aa2bea9fb5ab539 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#aa2bea9fb5ab539 a img {
  border: 0 none;
}
#aa2bea9fb5ab539 i {
  font-style: normal;
}
#aa2bea9fb5ab539 .p50 {
  padding: 50px;
}
#aa2bea9fb5ab539 .pt-60 {
  padding-top: 60px;
}
#aa2bea9fb5ab539 .pb-60 {
  padding-bottom: 60px;
}
#aa2bea9fb5ab539 .p60 {
  padding: 60px;
}
#aa2bea9fb5ab539 .title {
  color: #333;
}
#aa2bea9fb5ab539 .pb-70 {
  padding-bottom: 70px;
}
#aa2bea9fb5ab539 .mt-25 {
  margin-top: 25px;
}
#aa2bea9fb5ab539 .mb-25 {
  margin-bottom: 25px;
}
#aa2bea9fb5ab539 .mt-40 {
  margin-top: 40px;
}
#aa2bea9fb5ab539 .mt-50 {
  margin-top: 50px;
}
#aa2bea9fb5ab539 .f14 {
  font-size: 14px;
}
#aa2bea9fb5ab539 .f18 {
  font-size: 18px;
}
#aa2bea9fb5ab539 .f20 {
  font-size: 20px;
}
#aa2bea9fb5ab539 .f30 {
  font-size: 30px;
}
#aa2bea9fb5ab539 .f34 {
  font-size: 34px;
}
#aa2bea9fb5ab539 .f50 {
  font-size: 50px;
}
#aa2bea9fb5ab539 .color-888 {
  color: #888;
}
#aa2bea9fb5ab539 .color-555 {
  color: #555;
}
#aa2bea9fb5ab539 .color-999 {
  color: #999;
}
#aa2bea9fb5ab539 .color-aaa {
  color: #aaa;
}
#aa2bea9fb5ab539 .bg-f8 {
  background-color: #f8f9fb;
}
#aa2bea9fb5ab539 .bg-white {
  background-color: white;
}
#aa2bea9fb5ab539 .flex-between {
  display: flex;
  justify-content: space-between;
}
#aa2bea9fb5ab539 .flex {
  display: flex;
  justify-content: space-around;
}
#aa2bea9fb5ab539 .posi {
  position: relative;
}
#aa2bea9fb5ab539 .w50 {
  width: 50%;
}
#aa2bea9fb5ab539 .img {
  position: relative;
  overflow: hidden;
}
#aa2bea9fb5ab539 .transition {
  transition: all .36s;
}
#aa2bea9fb5ab539 .line-height {
  line-height: 2;
}
#aa2bea9fb5ab539 .text-center {
  text-align: center;
}
#aa2bea9fb5ab539 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#aa2bea9fb5ab539 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#aa2bea9fb5ab539 .opacity6 {
  opacity: 0.6;
}
#aa2bea9fb5ab539 .DIN {
  color: #666;
}
#aa2bea9fb5ab539 .opacity5 {
  opacity: 0.5;
}
#aa2bea9fb5ab539 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #aa2bea9fb5ab539 .wapFlex {
    flex-direction: column;
  }
  #aa2bea9fb5ab539 .w50 {
    width: 100%;
  }
}
#aa2bea9fb5ab539 .more {
  color: #888;
}
#aa2bea9fb5ab539 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#aa2bea9fb5ab539 .inxTit .f20 {
  letter-spacing: 6px;
}
#aa2bea9fb5ab539 .newTop .txt .more {
  display: inline-block;
}
#aa2bea9fb5ab539 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#aa2bea9fb5ab539 .newTop .txt,
#aa2bea9fb5ab539 .newTop .img {
  height: 420px;
}
#aa2bea9fb5ab539 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#aa2bea9fb5ab539 .newTop:hover {
  color: #0f6ecd;
}
#aa2bea9fb5ab539 .newTop:hover .img img {
  transform: scale(1.1);
}
#aa2bea9fb5ab539 .idxnewsUl li {
  flex: 1;
}
#aa2bea9fb5ab539 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#aa2bea9fb5ab539 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#aa2bea9fb5ab539 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#aa2bea9fb5ab539 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#aa2bea9fb5ab539 .idxnewsUl li .more {
  display: inline-block;
}
#aa2bea9fb5ab539 .idxnewsUl li:hover::after {
  height: 100%;
}
#aa2bea9fb5ab539 .idxnewsUl li:hover a {
  color: #fff!important;
}
#aa2bea9fb5ab539 .idxnewsUl li:hover .title {
  color: #fff;
}
#aa2bea9fb5ab539 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#aa2bea9fb5ab539 .idxnewsUl li:hover .more {
  color: #fff;
}
#aa2bea9fb5ab539 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #aa2bea9fb5ab539 .p50 {
    padding: 45px;
  }
  #aa2bea9fb5ab539 .pt-60 {
    padding-top: 55px;
  }
  #aa2bea9fb5ab539 .pb-60 {
    padding-bottom: 55px;
  }
  #aa2bea9fb5ab539 .p60 {
    padding: 55px;
  }
  #aa2bea9fb5ab539 .pb-70 {
    padding-bottom: 66px;
  }
  #aa2bea9fb5ab539 .mt-25 {
    margin-top: 20px;
  }
  #aa2bea9fb5ab539 .mb-25 {
    margin-bottom: 20px;
  }
  #aa2bea9fb5ab539 .mt-40 {
    margin-top: 36px;
  }
  #aa2bea9fb5ab539 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #aa2bea9fb5ab539 .p50 {
    padding: 42px;
  }
  #aa2bea9fb5ab539 .pt-60 {
    padding-top: 50px;
  }
  #aa2bea9fb5ab539 .pb-60 {
    padding-bottom: 50px;
  }
  #aa2bea9fb5ab539 .p60 {
    padding: 50px;
  }
  #aa2bea9fb5ab539 .pb-70 {
    padding-bottom: 50px;
  }
  #aa2bea9fb5ab539 .mt-25 {
    margin-top: 18px;
  }
  #aa2bea9fb5ab539 .mb-25 {
    margin-bottom: 18px;
  }
  #aa2bea9fb5ab539 .mt-40 {
    margin-top: 34px;
  }
  #aa2bea9fb5ab539 .mt-50 {
    margin-top: 42px;
  }
  #aa2bea9fb5ab539 .f14 {
    font-size: 14px;
  }
  #aa2bea9fb5ab539 .f18 {
    font-size: 16px;
  }
  #aa2bea9fb5ab539 .f20 {
    font-size: 18px;
  }
  #aa2bea9fb5ab539 .f30 {
    font-size: 26px;
  }
  #aa2bea9fb5ab539 .f34 {
    font-size: 28px;
  }
  #aa2bea9fb5ab539 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #aa2bea9fb5ab539 .pt-60 {
    padding-top: 50px;
  }
  #aa2bea9fb5ab539 .pb-60 {
    padding-bottom: 50px;
  }
  #aa2bea9fb5ab539 .p60 {
    padding: 50px;
  }
  #aa2bea9fb5ab539 .p50 {
    padding: 40px;
  }
  #aa2bea9fb5ab539 .pb-70 {
    padding-bottom: 60px;
  }
  #aa2bea9fb5ab539 .mt-25 {
    margin-top: 16px;
  }
  #aa2bea9fb5ab539 .mb-25 {
    margin-bottom: 16px;
  }
  #aa2bea9fb5ab539 .mt-40 {
    margin-top: 32px;
  }
  #aa2bea9fb5ab539 .mt-50 {
    margin-top: 40px;
  }
  #aa2bea9fb5ab539 .f14 {
    font-size: 12px;
  }
  #aa2bea9fb5ab539 .f18 {
    font-size: 14px;
  }
  #aa2bea9fb5ab539 .f20 {
    font-size: 16px;
  }
  #aa2bea9fb5ab539 .f30 {
    font-size: 18px;
  }
  #aa2bea9fb5ab539 .f34 {
    font-size: 22px;
  }
  #aa2bea9fb5ab539 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #aa2bea9fb5ab539 .p50 {
    padding: 35px;
  }
  #aa2bea9fb5ab539 .pt-60 {
    padding-top: 42px;
  }
  #aa2bea9fb5ab539 .pb-60 {
    padding-bottom: 42px;
  }
  #aa2bea9fb5ab539 .p60 {
    padding: 42px;
  }
  #aa2bea9fb5ab539 .pb-70 {
    padding-bottom: 55px;
  }
  #aa2bea9fb5ab539 .mt-25 {
    margin-top: 15px;
  }
  #aa2bea9fb5ab539 .mb-25 {
    margin-bottom: 15px;
  }
  #aa2bea9fb5ab539 .mt-40 {
    margin-top: 28px;
  }
  #aa2bea9fb5ab539 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #aa2bea9fb5ab539 .p50 {
    padding: 20px;
  }
  #aa2bea9fb5ab539 .pt-60 {
    padding-top: 20px;
  }
  #aa2bea9fb5ab539 .pb-60 {
    padding-bottom: 20px;
  }
  #aa2bea9fb5ab539 .p60 {
    padding: 20px;
  }
  #aa2bea9fb5ab539 .pb-70 {
    padding-bottom: 20px;
  }
  #aa2bea9fb5ab539 .mt-40 {
    margin-top: 20px;
  }
  #aa2bea9fb5ab539 .mt-50 {
    margin-top: 20px;
  }
  #aa2bea9fb5ab539 .f18 {
    font-size: 13px;
  }
  #aa2bea9fb5ab539 .f20 {
    font-size: 14px;
  }
  #aa2bea9fb5ab539 .f30 {
    font-size: 16px;
  }
  #aa2bea9fb5ab539 .f34 {
    font-size: 16px;
  }
  #aa2bea9fb5ab539 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #aa2bea9fb5ab539 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #aa2bea9fb5ab539 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #aa2bea9fb5ab539 .w1440 {
    width: 100%;
    padding: 0;
  }
  #aa2bea9fb5ab539 .newTop .txt,
  #aa2bea9fb5ab539 .newTop .img {
    height: auto;
  }
  #aa2bea9fb5ab539 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #aa2bea9fb5ab539 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #aa2bea9fb5ab539 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abb4eac456ae8dc .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#abb4eac456ae8dc .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#abb4eac456ae8dc .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#abb4eac456ae8dc .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#abb4eac456ae8dc .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a1649aabd7a4ec7 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#aae50adb87acd79 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8532af83aa995d {
  overflow: hidden;
}
#a8532af83aa995d .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a8532af83aa995d .img-wrap:hover {
  transform: scale(1.1);
}
#a0382a214aaf130 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae87ea4e6caa7a4 {
  overflow: hidden;
}
#ae87ea4e6caa7a4 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ae87ea4e6caa7a4 .img-wrap:hover {
  transform: scale(1.1);
}
#aeed0aff99ac1ad > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6a28aacb4a8b48 {
  overflow: hidden;
}
#a6a28aacb4a8b48 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a6a28aacb4a8b48 .img-wrap:hover {
  transform: scale(1.1);
}
#ab9e4a3f7ea4011 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac74aa8d4fa98af {
  overflow: hidden;
}
#ac74aa8d4fa98af .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ac74aa8d4fa98af .img-wrap:hover {
  transform: scale(1.1);
}
#a73ddaa7e0a25de > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0ea9a5e36a94fc {
  overflow: hidden;
}
#a0ea9a5e36a94fc .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a0ea9a5e36a94fc .img-wrap:hover {
  transform: scale(1.1);
}
#af679ad11aac896 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3229a02dcafbe2 {
  overflow: hidden;
}
#a3229a02dcafbe2 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a3229a02dcafbe2 .img-wrap:hover {
  transform: scale(1.1);
}
#a9066ab618a3400 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a92c4a4b95ae69c {
  overflow: hidden;
}
#a92c4a4b95ae69c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a92c4a4b95ae69c .img-wrap:hover {
  transform: scale(1.1);
}
#a5e24a83c1a504d > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af00fa9c9ba6de9 {
  overflow: hidden;
}
#af00fa9c9ba6de9 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af00fa9c9ba6de9 .img-wrap:hover {
  transform: scale(1.1);
}
#aaddda60b7a283e {
  overflow: hidden;
  pointer-events: none;
}
#aaddda60b7a283e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaddda60b7a283e > .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;
}
#aaddda60b7a283e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaddda60b7a283e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaddda60b7a283e > .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;
}
#aaddda60b7a283e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaddda60b7a283e > .tab-wrap > div > .tab-nav,
#aaddda60b7a283e > .tab-nav,
#aaddda60b7a283e > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaddda60b7a283e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#aaddda60b7a283e > .tab-wrap > div > .tab-nav-horizontal,
#aaddda60b7a283e > .tab-nav-horizontal,
#aaddda60b7a283e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaddda60b7a283e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaddda60b7a283e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaddda60b7a283e > .tab-nav-horizontal::-webkit-scrollbar,
#aaddda60b7a283e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaddda60b7a283e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaddda60b7a283e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaddda60b7a283e > .tab-nav-horizontal.tagScroll,
#aaddda60b7a283e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaddda60b7a283e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#aaddda60b7a283e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaddda60b7a283e > .tab-nav-horizontal.tagScroll li a,
#aaddda60b7a283e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaddda60b7a283e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaddda60b7a283e > .tab-wrap > div > .tab-nav a,
#aaddda60b7a283e > .tab-nav a,
#aaddda60b7a283e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaddda60b7a283e > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#aaddda60b7a283e > .tab-wrap > div > .tab-nav li a,
#aaddda60b7a283e > .tab-nav li a,
#aaddda60b7a283e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaddda60b7a283e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#aaddda60b7a283e > .tab-wrap > div > .tab-nav li a svg,
#aaddda60b7a283e > .tab-nav li a svg,
#aaddda60b7a283e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaddda60b7a283e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaddda60b7a283e > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaddda60b7a283e > .tab-nav li a .ap_icon,
#aaddda60b7a283e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaddda60b7a283e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaddda60b7a283e > .tab-wrap > div > .tab-nav li a:hover,
#aaddda60b7a283e > .tab-nav li a:hover,
#aaddda60b7a283e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaddda60b7a283e > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#aaddda60b7a283e > .tab-wrap > div > .tab-nav li.uk-active a,
#aaddda60b7a283e > .tab-nav li.uk-active a,
#aaddda60b7a283e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaddda60b7a283e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#aaddda60b7a283e .layout-left li,
#aaddda60b7a283e .layout-center li,
#aaddda60b7a283e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaddda60b7a283e .layout-left li a,
#aaddda60b7a283e .layout-center li a,
#aaddda60b7a283e .layout-right li a {
  height: 100%;
}
#aaddda60b7a283e > .tab-tabs .layout-left {
  text-align: left;
}
#aaddda60b7a283e > .tab-tabs .layout-center {
  text-align: center;
}
#aaddda60b7a283e > .tab-tabs .layout-right {
  text-align: right;
}
#aaddda60b7a283e .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#aaddda60b7a283e .tab-content-wrap {
  background-color: transparent;
}
#aaddda60b7a283e .tab-contents,
#aaddda60b7a283e .tab-contents-wrap {
  pointer-events: none;
}
#aaddda60b7a283e .tab-content,
#aaddda60b7a283e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaddda60b7a283e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaddda60b7a283e .tab-wrap .tab-contents {
  height: 100%;
}
#aaddda60b7a283e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaddda60b7a283e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaddda60b7a283e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac031a6cb3a86ab .a9730a97b2acabe {
  overflow: hidden;
}
#ac031a6cb3a86ab .a9730a97b2acabe , #ac031a6cb3a86ab .a9730a97b2acabe > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac031a6cb3a86ab .a9730a97b2acabe:hover , #ac031a6cb3a86ab .a9730a97b2acabe *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ac031a6cb3a86ab .uk-grid {
  margin-left: -15px;
}
#ac031a6cb3a86ab .uk-grid > * {
  padding-left: 15px;
}
#ac031a6cb3a86ab .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac031a6cb3a86ab .dynamic-list-item {
  background-color: #ffffff;
}
#ac031a6cb3a86ab .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac031a6cb3a86ab .uk-position-center-left-out {
    left: -30px;
  }
  #ac031a6cb3a86ab .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a5912aa6d5a869c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a96c2ad696a329e img {
  border: 0 none;
}
#a96c2ad696a329e ul,
#a96c2ad696a329e li {
  list-style: none;
}
#a96c2ad696a329e img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a96c2ad696a329e a img {
  border: 0 none;
}
#a96c2ad696a329e i {
  font-style: normal;
}
#a96c2ad696a329e .p50 {
  padding: 50px;
}
#a96c2ad696a329e .pt-60 {
  padding-top: 60px;
}
#a96c2ad696a329e .pb-60 {
  padding-bottom: 60px;
}
#a96c2ad696a329e .p60 {
  padding: 60px;
}
#a96c2ad696a329e .title {
  color: #333;
}
#a96c2ad696a329e .pb-70 {
  padding-bottom: 70px;
}
#a96c2ad696a329e .mt-25 {
  margin-top: 25px;
}
#a96c2ad696a329e .mb-25 {
  margin-bottom: 25px;
}
#a96c2ad696a329e .mt-40 {
  margin-top: 40px;
}
#a96c2ad696a329e .mt-50 {
  margin-top: 50px;
}
#a96c2ad696a329e .f14 {
  font-size: 14px;
}
#a96c2ad696a329e .f18 {
  font-size: 18px;
}
#a96c2ad696a329e .f20 {
  font-size: 20px;
}
#a96c2ad696a329e .f30 {
  font-size: 30px;
}
#a96c2ad696a329e .f34 {
  font-size: 34px;
}
#a96c2ad696a329e .f50 {
  font-size: 50px;
}
#a96c2ad696a329e .color-888 {
  color: #888;
}
#a96c2ad696a329e .color-555 {
  color: #555;
}
#a96c2ad696a329e .color-999 {
  color: #999;
}
#a96c2ad696a329e .color-aaa {
  color: #aaa;
}
#a96c2ad696a329e .bg-f8 {
  background-color: #f8f9fb;
}
#a96c2ad696a329e .bg-white {
  background-color: white;
}
#a96c2ad696a329e .flex-between {
  display: flex;
  justify-content: space-between;
}
#a96c2ad696a329e .flex {
  display: flex;
  justify-content: space-around;
}
#a96c2ad696a329e .posi {
  position: relative;
}
#a96c2ad696a329e .w50 {
  width: 50%;
}
#a96c2ad696a329e .img {
  position: relative;
  overflow: hidden;
}
#a96c2ad696a329e .transition {
  transition: all .36s;
}
#a96c2ad696a329e .line-height {
  line-height: 2;
}
#a96c2ad696a329e .text-center {
  text-align: center;
}
#a96c2ad696a329e .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a96c2ad696a329e .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a96c2ad696a329e .opacity6 {
  opacity: 0.6;
}
#a96c2ad696a329e .DIN {
  color: #666;
}
#a96c2ad696a329e .opacity5 {
  opacity: 0.5;
}
#a96c2ad696a329e .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a96c2ad696a329e .wapFlex {
    flex-direction: column;
  }
  #a96c2ad696a329e .w50 {
    width: 100%;
  }
}
#a96c2ad696a329e .more {
  color: #888;
}
#a96c2ad696a329e .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a96c2ad696a329e .inxTit .f20 {
  letter-spacing: 6px;
}
#a96c2ad696a329e .newTop .txt .more {
  display: inline-block;
}
#a96c2ad696a329e .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a96c2ad696a329e .newTop .txt,
#a96c2ad696a329e .newTop .img {
  height: 420px;
}
#a96c2ad696a329e .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a96c2ad696a329e .newTop:hover {
  color: #0f6ecd;
}
#a96c2ad696a329e .newTop:hover .img img {
  transform: scale(1.1);
}
#a96c2ad696a329e .idxnewsUl li {
  flex: 1;
}
#a96c2ad696a329e .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a96c2ad696a329e .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a96c2ad696a329e .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a96c2ad696a329e .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a96c2ad696a329e .idxnewsUl li .more {
  display: inline-block;
}
#a96c2ad696a329e .idxnewsUl li:hover::after {
  height: 100%;
}
#a96c2ad696a329e .idxnewsUl li:hover a {
  color: #fff!important;
}
#a96c2ad696a329e .idxnewsUl li:hover .title {
  color: #fff;
}
#a96c2ad696a329e .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a96c2ad696a329e .idxnewsUl li:hover .more {
  color: #fff;
}
#a96c2ad696a329e .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a96c2ad696a329e .p50 {
    padding: 45px;
  }
  #a96c2ad696a329e .pt-60 {
    padding-top: 55px;
  }
  #a96c2ad696a329e .pb-60 {
    padding-bottom: 55px;
  }
  #a96c2ad696a329e .p60 {
    padding: 55px;
  }
  #a96c2ad696a329e .pb-70 {
    padding-bottom: 66px;
  }
  #a96c2ad696a329e .mt-25 {
    margin-top: 20px;
  }
  #a96c2ad696a329e .mb-25 {
    margin-bottom: 20px;
  }
  #a96c2ad696a329e .mt-40 {
    margin-top: 36px;
  }
  #a96c2ad696a329e .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a96c2ad696a329e .p50 {
    padding: 42px;
  }
  #a96c2ad696a329e .pt-60 {
    padding-top: 50px;
  }
  #a96c2ad696a329e .pb-60 {
    padding-bottom: 50px;
  }
  #a96c2ad696a329e .p60 {
    padding: 50px;
  }
  #a96c2ad696a329e .pb-70 {
    padding-bottom: 50px;
  }
  #a96c2ad696a329e .mt-25 {
    margin-top: 18px;
  }
  #a96c2ad696a329e .mb-25 {
    margin-bottom: 18px;
  }
  #a96c2ad696a329e .mt-40 {
    margin-top: 34px;
  }
  #a96c2ad696a329e .mt-50 {
    margin-top: 42px;
  }
  #a96c2ad696a329e .f14 {
    font-size: 14px;
  }
  #a96c2ad696a329e .f18 {
    font-size: 16px;
  }
  #a96c2ad696a329e .f20 {
    font-size: 18px;
  }
  #a96c2ad696a329e .f30 {
    font-size: 26px;
  }
  #a96c2ad696a329e .f34 {
    font-size: 28px;
  }
  #a96c2ad696a329e .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a96c2ad696a329e .pt-60 {
    padding-top: 50px;
  }
  #a96c2ad696a329e .pb-60 {
    padding-bottom: 50px;
  }
  #a96c2ad696a329e .p60 {
    padding: 50px;
  }
  #a96c2ad696a329e .p50 {
    padding: 40px;
  }
  #a96c2ad696a329e .pb-70 {
    padding-bottom: 60px;
  }
  #a96c2ad696a329e .mt-25 {
    margin-top: 16px;
  }
  #a96c2ad696a329e .mb-25 {
    margin-bottom: 16px;
  }
  #a96c2ad696a329e .mt-40 {
    margin-top: 32px;
  }
  #a96c2ad696a329e .mt-50 {
    margin-top: 40px;
  }
  #a96c2ad696a329e .f14 {
    font-size: 12px;
  }
  #a96c2ad696a329e .f18 {
    font-size: 14px;
  }
  #a96c2ad696a329e .f20 {
    font-size: 16px;
  }
  #a96c2ad696a329e .f30 {
    font-size: 18px;
  }
  #a96c2ad696a329e .f34 {
    font-size: 22px;
  }
  #a96c2ad696a329e .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a96c2ad696a329e .p50 {
    padding: 35px;
  }
  #a96c2ad696a329e .pt-60 {
    padding-top: 42px;
  }
  #a96c2ad696a329e .pb-60 {
    padding-bottom: 42px;
  }
  #a96c2ad696a329e .p60 {
    padding: 42px;
  }
  #a96c2ad696a329e .pb-70 {
    padding-bottom: 55px;
  }
  #a96c2ad696a329e .mt-25 {
    margin-top: 15px;
  }
  #a96c2ad696a329e .mb-25 {
    margin-bottom: 15px;
  }
  #a96c2ad696a329e .mt-40 {
    margin-top: 28px;
  }
  #a96c2ad696a329e .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a96c2ad696a329e .p50 {
    padding: 20px;
  }
  #a96c2ad696a329e .pt-60 {
    padding-top: 20px;
  }
  #a96c2ad696a329e .pb-60 {
    padding-bottom: 20px;
  }
  #a96c2ad696a329e .p60 {
    padding: 20px;
  }
  #a96c2ad696a329e .pb-70 {
    padding-bottom: 20px;
  }
  #a96c2ad696a329e .mt-40 {
    margin-top: 20px;
  }
  #a96c2ad696a329e .mt-50 {
    margin-top: 20px;
  }
  #a96c2ad696a329e .f18 {
    font-size: 13px;
  }
  #a96c2ad696a329e .f20 {
    font-size: 14px;
  }
  #a96c2ad696a329e .f30 {
    font-size: 16px;
  }
  #a96c2ad696a329e .f34 {
    font-size: 16px;
  }
  #a96c2ad696a329e .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a96c2ad696a329e .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a96c2ad696a329e .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a96c2ad696a329e .w1440 {
    width: 100%;
    padding: 0;
  }
  #a96c2ad696a329e .newTop .txt,
  #a96c2ad696a329e .newTop .img {
    height: auto;
  }
  #a96c2ad696a329e .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a96c2ad696a329e .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a96c2ad696a329e .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07bfaeb9da07b0 .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a07bfaeb9da07b0 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a07bfaeb9da07b0 .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a07bfaeb9da07b0 .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a07bfaeb9da07b0 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a515fa25dba3ce2 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#af507adf1eafcb5 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a10dda10a9a76d9 {
  overflow: hidden;
}
#a10dda10a9a76d9 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a10dda10a9a76d9 .img-wrap:hover {
  transform: scale(1.1);
}
#a18e1a7edaa0846 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abe08a2b42aabb5 {
  overflow: hidden;
}
#abe08a2b42aabb5 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#abe08a2b42aabb5 .img-wrap:hover {
  transform: scale(1.1);
}
#afaa1ae2c2a8e86 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af787aa8cea163f {
  overflow: hidden;
}
#af787aa8cea163f .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af787aa8cea163f .img-wrap:hover {
  transform: scale(1.1);
}
#a2317a772ca4479 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afa2aabc9eae657 {
  overflow: hidden;
}
#afa2aabc9eae657 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#afa2aabc9eae657 .img-wrap:hover {
  transform: scale(1.1);
}
#aeaf1ae312a86ce > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8fbca429dac40e {
  overflow: hidden;
}
#a8fbca429dac40e .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a8fbca429dac40e .img-wrap:hover {
  transform: scale(1.1);
}
#a4a7ea439aa849b > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2baaa7916a2bfe {
  overflow: hidden;
}
#a2baaa7916a2bfe .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a2baaa7916a2bfe .img-wrap:hover {
  transform: scale(1.1);
}
#a33d3a0283a07a0 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac917a61fea754b {
  overflow: hidden;
}
#ac917a61fea754b .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ac917a61fea754b .img-wrap:hover {
  transform: scale(1.1);
}
#a5e41a1f56a880b > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0e78af70da60aa {
  overflow: hidden;
}
#a0e78af70da60aa .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a0e78af70da60aa .img-wrap:hover {
  transform: scale(1.1);
}
#ab206a425aae9cf {
  overflow: hidden;
  pointer-events: none;
}
#ab206a425aae9cf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab206a425aae9cf > .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;
}
#ab206a425aae9cf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab206a425aae9cf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab206a425aae9cf > .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;
}
#ab206a425aae9cf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab206a425aae9cf > .tab-wrap > div > .tab-nav,
#ab206a425aae9cf > .tab-nav,
#ab206a425aae9cf > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab206a425aae9cf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#ab206a425aae9cf > .tab-wrap > div > .tab-nav-horizontal,
#ab206a425aae9cf > .tab-nav-horizontal,
#ab206a425aae9cf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab206a425aae9cf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab206a425aae9cf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab206a425aae9cf > .tab-nav-horizontal::-webkit-scrollbar,
#ab206a425aae9cf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab206a425aae9cf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab206a425aae9cf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab206a425aae9cf > .tab-nav-horizontal.tagScroll,
#ab206a425aae9cf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab206a425aae9cf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#ab206a425aae9cf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab206a425aae9cf > .tab-nav-horizontal.tagScroll li a,
#ab206a425aae9cf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab206a425aae9cf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab206a425aae9cf > .tab-wrap > div > .tab-nav a,
#ab206a425aae9cf > .tab-nav a,
#ab206a425aae9cf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab206a425aae9cf > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#ab206a425aae9cf > .tab-wrap > div > .tab-nav li a,
#ab206a425aae9cf > .tab-nav li a,
#ab206a425aae9cf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab206a425aae9cf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#ab206a425aae9cf > .tab-wrap > div > .tab-nav li a svg,
#ab206a425aae9cf > .tab-nav li a svg,
#ab206a425aae9cf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab206a425aae9cf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab206a425aae9cf > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab206a425aae9cf > .tab-nav li a .ap_icon,
#ab206a425aae9cf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab206a425aae9cf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab206a425aae9cf > .tab-wrap > div > .tab-nav li a:hover,
#ab206a425aae9cf > .tab-nav li a:hover,
#ab206a425aae9cf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab206a425aae9cf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#ab206a425aae9cf > .tab-wrap > div > .tab-nav li.uk-active a,
#ab206a425aae9cf > .tab-nav li.uk-active a,
#ab206a425aae9cf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab206a425aae9cf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#ab206a425aae9cf .layout-left li,
#ab206a425aae9cf .layout-center li,
#ab206a425aae9cf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab206a425aae9cf .layout-left li a,
#ab206a425aae9cf .layout-center li a,
#ab206a425aae9cf .layout-right li a {
  height: 100%;
}
#ab206a425aae9cf > .tab-tabs .layout-left {
  text-align: left;
}
#ab206a425aae9cf > .tab-tabs .layout-center {
  text-align: center;
}
#ab206a425aae9cf > .tab-tabs .layout-right {
  text-align: right;
}
#ab206a425aae9cf .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#ab206a425aae9cf .tab-content-wrap {
  background-color: transparent;
}
#ab206a425aae9cf .tab-contents,
#ab206a425aae9cf .tab-contents-wrap {
  pointer-events: none;
}
#ab206a425aae9cf .tab-content,
#ab206a425aae9cf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab206a425aae9cf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab206a425aae9cf .tab-wrap .tab-contents {
  height: 100%;
}
#ab206a425aae9cf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab206a425aae9cf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab206a425aae9cf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9973a19d9afa75 .a4f7fa7ff8a3858 {
  overflow: hidden;
}
#a9973a19d9afa75 .a4f7fa7ff8a3858 , #a9973a19d9afa75 .a4f7fa7ff8a3858 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9973a19d9afa75 .a4f7fa7ff8a3858:hover , #a9973a19d9afa75 .a4f7fa7ff8a3858 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a9973a19d9afa75 .uk-grid {
  margin-left: -15px;
}
#a9973a19d9afa75 .uk-grid > * {
  padding-left: 15px;
}
#a9973a19d9afa75 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9973a19d9afa75 .dynamic-list-item {
  background-color: #ffffff;
}
#a9973a19d9afa75 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9973a19d9afa75 .uk-position-center-left-out {
    left: -30px;
  }
  #a9973a19d9afa75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a4606a6ac3ac8e8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a794bae54ea50a7 img {
  border: 0 none;
}
#a794bae54ea50a7 ul,
#a794bae54ea50a7 li {
  list-style: none;
}
#a794bae54ea50a7 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a794bae54ea50a7 a img {
  border: 0 none;
}
#a794bae54ea50a7 i {
  font-style: normal;
}
#a794bae54ea50a7 .p50 {
  padding: 50px;
}
#a794bae54ea50a7 .pt-60 {
  padding-top: 60px;
}
#a794bae54ea50a7 .pb-60 {
  padding-bottom: 60px;
}
#a794bae54ea50a7 .p60 {
  padding: 60px;
}
#a794bae54ea50a7 .title {
  color: #333;
}
#a794bae54ea50a7 .pb-70 {
  padding-bottom: 70px;
}
#a794bae54ea50a7 .mt-25 {
  margin-top: 25px;
}
#a794bae54ea50a7 .mb-25 {
  margin-bottom: 25px;
}
#a794bae54ea50a7 .mt-40 {
  margin-top: 40px;
}
#a794bae54ea50a7 .mt-50 {
  margin-top: 50px;
}
#a794bae54ea50a7 .f14 {
  font-size: 14px;
}
#a794bae54ea50a7 .f18 {
  font-size: 18px;
}
#a794bae54ea50a7 .f20 {
  font-size: 20px;
}
#a794bae54ea50a7 .f30 {
  font-size: 30px;
}
#a794bae54ea50a7 .f34 {
  font-size: 34px;
}
#a794bae54ea50a7 .f50 {
  font-size: 50px;
}
#a794bae54ea50a7 .color-888 {
  color: #888;
}
#a794bae54ea50a7 .color-555 {
  color: #555;
}
#a794bae54ea50a7 .color-999 {
  color: #999;
}
#a794bae54ea50a7 .color-aaa {
  color: #aaa;
}
#a794bae54ea50a7 .bg-f8 {
  background-color: #f8f9fb;
}
#a794bae54ea50a7 .bg-white {
  background-color: white;
}
#a794bae54ea50a7 .flex-between {
  display: flex;
  justify-content: space-between;
}
#a794bae54ea50a7 .flex {
  display: flex;
  justify-content: space-around;
}
#a794bae54ea50a7 .posi {
  position: relative;
}
#a794bae54ea50a7 .w50 {
  width: 50%;
}
#a794bae54ea50a7 .img {
  position: relative;
  overflow: hidden;
}
#a794bae54ea50a7 .transition {
  transition: all .36s;
}
#a794bae54ea50a7 .line-height {
  line-height: 2;
}
#a794bae54ea50a7 .text-center {
  text-align: center;
}
#a794bae54ea50a7 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a794bae54ea50a7 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a794bae54ea50a7 .opacity6 {
  opacity: 0.6;
}
#a794bae54ea50a7 .DIN {
  color: #666;
}
#a794bae54ea50a7 .opacity5 {
  opacity: 0.5;
}
#a794bae54ea50a7 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a794bae54ea50a7 .wapFlex {
    flex-direction: column;
  }
  #a794bae54ea50a7 .w50 {
    width: 100%;
  }
}
#a794bae54ea50a7 .more {
  color: #888;
}
#a794bae54ea50a7 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a794bae54ea50a7 .inxTit .f20 {
  letter-spacing: 6px;
}
#a794bae54ea50a7 .newTop .txt .more {
  display: inline-block;
}
#a794bae54ea50a7 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a794bae54ea50a7 .newTop .txt,
#a794bae54ea50a7 .newTop .img {
  height: 420px;
}
#a794bae54ea50a7 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a794bae54ea50a7 .newTop:hover {
  color: #0f6ecd;
}
#a794bae54ea50a7 .newTop:hover .img img {
  transform: scale(1.1);
}
#a794bae54ea50a7 .idxnewsUl li {
  flex: 1;
}
#a794bae54ea50a7 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a794bae54ea50a7 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a794bae54ea50a7 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a794bae54ea50a7 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a794bae54ea50a7 .idxnewsUl li .more {
  display: inline-block;
}
#a794bae54ea50a7 .idxnewsUl li:hover::after {
  height: 100%;
}
#a794bae54ea50a7 .idxnewsUl li:hover a {
  color: #fff!important;
}
#a794bae54ea50a7 .idxnewsUl li:hover .title {
  color: #fff;
}
#a794bae54ea50a7 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a794bae54ea50a7 .idxnewsUl li:hover .more {
  color: #fff;
}
#a794bae54ea50a7 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a794bae54ea50a7 .p50 {
    padding: 45px;
  }
  #a794bae54ea50a7 .pt-60 {
    padding-top: 55px;
  }
  #a794bae54ea50a7 .pb-60 {
    padding-bottom: 55px;
  }
  #a794bae54ea50a7 .p60 {
    padding: 55px;
  }
  #a794bae54ea50a7 .pb-70 {
    padding-bottom: 66px;
  }
  #a794bae54ea50a7 .mt-25 {
    margin-top: 20px;
  }
  #a794bae54ea50a7 .mb-25 {
    margin-bottom: 20px;
  }
  #a794bae54ea50a7 .mt-40 {
    margin-top: 36px;
  }
  #a794bae54ea50a7 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a794bae54ea50a7 .p50 {
    padding: 42px;
  }
  #a794bae54ea50a7 .pt-60 {
    padding-top: 50px;
  }
  #a794bae54ea50a7 .pb-60 {
    padding-bottom: 50px;
  }
  #a794bae54ea50a7 .p60 {
    padding: 50px;
  }
  #a794bae54ea50a7 .pb-70 {
    padding-bottom: 50px;
  }
  #a794bae54ea50a7 .mt-25 {
    margin-top: 18px;
  }
  #a794bae54ea50a7 .mb-25 {
    margin-bottom: 18px;
  }
  #a794bae54ea50a7 .mt-40 {
    margin-top: 34px;
  }
  #a794bae54ea50a7 .mt-50 {
    margin-top: 42px;
  }
  #a794bae54ea50a7 .f14 {
    font-size: 14px;
  }
  #a794bae54ea50a7 .f18 {
    font-size: 16px;
  }
  #a794bae54ea50a7 .f20 {
    font-size: 18px;
  }
  #a794bae54ea50a7 .f30 {
    font-size: 26px;
  }
  #a794bae54ea50a7 .f34 {
    font-size: 28px;
  }
  #a794bae54ea50a7 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a794bae54ea50a7 .pt-60 {
    padding-top: 50px;
  }
  #a794bae54ea50a7 .pb-60 {
    padding-bottom: 50px;
  }
  #a794bae54ea50a7 .p60 {
    padding: 50px;
  }
  #a794bae54ea50a7 .p50 {
    padding: 40px;
  }
  #a794bae54ea50a7 .pb-70 {
    padding-bottom: 60px;
  }
  #a794bae54ea50a7 .mt-25 {
    margin-top: 16px;
  }
  #a794bae54ea50a7 .mb-25 {
    margin-bottom: 16px;
  }
  #a794bae54ea50a7 .mt-40 {
    margin-top: 32px;
  }
  #a794bae54ea50a7 .mt-50 {
    margin-top: 40px;
  }
  #a794bae54ea50a7 .f14 {
    font-size: 12px;
  }
  #a794bae54ea50a7 .f18 {
    font-size: 14px;
  }
  #a794bae54ea50a7 .f20 {
    font-size: 16px;
  }
  #a794bae54ea50a7 .f30 {
    font-size: 18px;
  }
  #a794bae54ea50a7 .f34 {
    font-size: 22px;
  }
  #a794bae54ea50a7 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a794bae54ea50a7 .p50 {
    padding: 35px;
  }
  #a794bae54ea50a7 .pt-60 {
    padding-top: 42px;
  }
  #a794bae54ea50a7 .pb-60 {
    padding-bottom: 42px;
  }
  #a794bae54ea50a7 .p60 {
    padding: 42px;
  }
  #a794bae54ea50a7 .pb-70 {
    padding-bottom: 55px;
  }
  #a794bae54ea50a7 .mt-25 {
    margin-top: 15px;
  }
  #a794bae54ea50a7 .mb-25 {
    margin-bottom: 15px;
  }
  #a794bae54ea50a7 .mt-40 {
    margin-top: 28px;
  }
  #a794bae54ea50a7 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a794bae54ea50a7 .p50 {
    padding: 20px;
  }
  #a794bae54ea50a7 .pt-60 {
    padding-top: 20px;
  }
  #a794bae54ea50a7 .pb-60 {
    padding-bottom: 20px;
  }
  #a794bae54ea50a7 .p60 {
    padding: 20px;
  }
  #a794bae54ea50a7 .pb-70 {
    padding-bottom: 20px;
  }
  #a794bae54ea50a7 .mt-40 {
    margin-top: 20px;
  }
  #a794bae54ea50a7 .mt-50 {
    margin-top: 20px;
  }
  #a794bae54ea50a7 .f18 {
    font-size: 13px;
  }
  #a794bae54ea50a7 .f20 {
    font-size: 14px;
  }
  #a794bae54ea50a7 .f30 {
    font-size: 16px;
  }
  #a794bae54ea50a7 .f34 {
    font-size: 16px;
  }
  #a794bae54ea50a7 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a794bae54ea50a7 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a794bae54ea50a7 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a794bae54ea50a7 .w1440 {
    width: 100%;
    padding: 0;
  }
  #a794bae54ea50a7 .newTop .txt,
  #a794bae54ea50a7 .newTop .img {
    height: auto;
  }
  #a794bae54ea50a7 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a794bae54ea50a7 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a794bae54ea50a7 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9029a5f28a886a .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a9029a5f28a886a .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a9029a5f28a886a .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a9029a5f28a886a .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a9029a5f28a886a .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a51ccaaf0eaded6 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#a4dd6a1a12ae0c2 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af2bca7af1a5d01 {
  overflow: hidden;
}
#af2bca7af1a5d01 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af2bca7af1a5d01 .img-wrap:hover {
  transform: scale(1.1);
}
#a0a76a2370a5be4 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6804a125ba347b {
  overflow: hidden;
}
#a6804a125ba347b .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a6804a125ba347b .img-wrap:hover {
  transform: scale(1.1);
}
#abf2aaedf8afb9b > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af145aadbca2847 {
  overflow: hidden;
}
#af145aadbca2847 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af145aadbca2847 .img-wrap:hover {
  transform: scale(1.1);
}
#a95d1aee68a4de6 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adb1aa03a8a1cda {
  overflow: hidden;
}
#adb1aa03a8a1cda .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#adb1aa03a8a1cda .img-wrap:hover {
  transform: scale(1.1);
}
#ac0aba6c51af559 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adef9a7512a3781 {
  overflow: hidden;
}
#adef9a7512a3781 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#adef9a7512a3781 .img-wrap:hover {
  transform: scale(1.1);
}
#ab99aa37e1a9dda > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9fd8a2036a5588 {
  overflow: hidden;
}
#a9fd8a2036a5588 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a9fd8a2036a5588 .img-wrap:hover {
  transform: scale(1.1);
}
#a75ffae8e3a67ee > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a607da9897ab0dc {
  overflow: hidden;
}
#a607da9897ab0dc .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a607da9897ab0dc .img-wrap:hover {
  transform: scale(1.1);
}
#a9e6aa2355ae695 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abc76a9795a4393 {
  overflow: hidden;
}
#abc76a9795a4393 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#abc76a9795a4393 .img-wrap:hover {
  transform: scale(1.1);
}
#a3d18a5bf2ae006 {
  overflow: hidden;
  pointer-events: none;
}
#a3d18a5bf2ae006 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3d18a5bf2ae006 > .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;
}
#a3d18a5bf2ae006 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3d18a5bf2ae006 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3d18a5bf2ae006 > .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;
}
#a3d18a5bf2ae006 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3d18a5bf2ae006 > .tab-wrap > div > .tab-nav,
#a3d18a5bf2ae006 > .tab-nav,
#a3d18a5bf2ae006 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3d18a5bf2ae006 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a3d18a5bf2ae006 > .tab-wrap > div > .tab-nav-horizontal,
#a3d18a5bf2ae006 > .tab-nav-horizontal,
#a3d18a5bf2ae006 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3d18a5bf2ae006 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3d18a5bf2ae006 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3d18a5bf2ae006 > .tab-nav-horizontal::-webkit-scrollbar,
#a3d18a5bf2ae006 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3d18a5bf2ae006 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3d18a5bf2ae006 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3d18a5bf2ae006 > .tab-nav-horizontal.tagScroll,
#a3d18a5bf2ae006 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3d18a5bf2ae006 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a3d18a5bf2ae006 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3d18a5bf2ae006 > .tab-nav-horizontal.tagScroll li a,
#a3d18a5bf2ae006 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3d18a5bf2ae006 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3d18a5bf2ae006 > .tab-wrap > div > .tab-nav a,
#a3d18a5bf2ae006 > .tab-nav a,
#a3d18a5bf2ae006 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3d18a5bf2ae006 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a3d18a5bf2ae006 > .tab-wrap > div > .tab-nav li a,
#a3d18a5bf2ae006 > .tab-nav li a,
#a3d18a5bf2ae006 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3d18a5bf2ae006 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a3d18a5bf2ae006 > .tab-wrap > div > .tab-nav li a svg,
#a3d18a5bf2ae006 > .tab-nav li a svg,
#a3d18a5bf2ae006 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3d18a5bf2ae006 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3d18a5bf2ae006 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3d18a5bf2ae006 > .tab-nav li a .ap_icon,
#a3d18a5bf2ae006 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3d18a5bf2ae006 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3d18a5bf2ae006 > .tab-wrap > div > .tab-nav li a:hover,
#a3d18a5bf2ae006 > .tab-nav li a:hover,
#a3d18a5bf2ae006 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3d18a5bf2ae006 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a3d18a5bf2ae006 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3d18a5bf2ae006 > .tab-nav li.uk-active a,
#a3d18a5bf2ae006 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3d18a5bf2ae006 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a3d18a5bf2ae006 .layout-left li,
#a3d18a5bf2ae006 .layout-center li,
#a3d18a5bf2ae006 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3d18a5bf2ae006 .layout-left li a,
#a3d18a5bf2ae006 .layout-center li a,
#a3d18a5bf2ae006 .layout-right li a {
  height: 100%;
}
#a3d18a5bf2ae006 > .tab-tabs .layout-left {
  text-align: left;
}
#a3d18a5bf2ae006 > .tab-tabs .layout-center {
  text-align: center;
}
#a3d18a5bf2ae006 > .tab-tabs .layout-right {
  text-align: right;
}
#a3d18a5bf2ae006 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a3d18a5bf2ae006 .tab-content-wrap {
  background-color: transparent;
}
#a3d18a5bf2ae006 .tab-contents,
#a3d18a5bf2ae006 .tab-contents-wrap {
  pointer-events: none;
}
#a3d18a5bf2ae006 .tab-content,
#a3d18a5bf2ae006 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3d18a5bf2ae006 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3d18a5bf2ae006 .tab-wrap .tab-contents {
  height: 100%;
}
#a3d18a5bf2ae006 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3d18a5bf2ae006 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3d18a5bf2ae006 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af464aef3ca8f03 .a0356a39deab041 {
  overflow: hidden;
}
#af464aef3ca8f03 .a0356a39deab041 , #af464aef3ca8f03 .a0356a39deab041 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#af464aef3ca8f03 .a0356a39deab041:hover , #af464aef3ca8f03 .a0356a39deab041 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#af464aef3ca8f03 .uk-grid {
  margin-left: -15px;
}
#af464aef3ca8f03 .uk-grid > * {
  padding-left: 15px;
}
#af464aef3ca8f03 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af464aef3ca8f03 .dynamic-list-item {
  background-color: #ffffff;
}
#af464aef3ca8f03 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af464aef3ca8f03 .uk-position-center-left-out {
    left: -30px;
  }
  #af464aef3ca8f03 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a561fa1fe0abeb4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adc4ea6082af4db img {
  border: 0 none;
}
#adc4ea6082af4db ul,
#adc4ea6082af4db li {
  list-style: none;
}
#adc4ea6082af4db img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#adc4ea6082af4db a img {
  border: 0 none;
}
#adc4ea6082af4db i {
  font-style: normal;
}
#adc4ea6082af4db .p50 {
  padding: 50px;
}
#adc4ea6082af4db .pt-60 {
  padding-top: 60px;
}
#adc4ea6082af4db .pb-60 {
  padding-bottom: 60px;
}
#adc4ea6082af4db .p60 {
  padding: 60px;
}
#adc4ea6082af4db .title {
  color: #333;
}
#adc4ea6082af4db .pb-70 {
  padding-bottom: 70px;
}
#adc4ea6082af4db .mt-25 {
  margin-top: 25px;
}
#adc4ea6082af4db .mb-25 {
  margin-bottom: 25px;
}
#adc4ea6082af4db .mt-40 {
  margin-top: 40px;
}
#adc4ea6082af4db .mt-50 {
  margin-top: 50px;
}
#adc4ea6082af4db .f14 {
  font-size: 14px;
}
#adc4ea6082af4db .f18 {
  font-size: 18px;
}
#adc4ea6082af4db .f20 {
  font-size: 20px;
}
#adc4ea6082af4db .f30 {
  font-size: 30px;
}
#adc4ea6082af4db .f34 {
  font-size: 34px;
}
#adc4ea6082af4db .f50 {
  font-size: 50px;
}
#adc4ea6082af4db .color-888 {
  color: #888;
}
#adc4ea6082af4db .color-555 {
  color: #555;
}
#adc4ea6082af4db .color-999 {
  color: #999;
}
#adc4ea6082af4db .color-aaa {
  color: #aaa;
}
#adc4ea6082af4db .bg-f8 {
  background-color: #f8f9fb;
}
#adc4ea6082af4db .bg-white {
  background-color: white;
}
#adc4ea6082af4db .flex-between {
  display: flex;
  justify-content: space-between;
}
#adc4ea6082af4db .flex {
  display: flex;
  justify-content: space-around;
}
#adc4ea6082af4db .posi {
  position: relative;
}
#adc4ea6082af4db .w50 {
  width: 50%;
}
#adc4ea6082af4db .img {
  position: relative;
  overflow: hidden;
}
#adc4ea6082af4db .transition {
  transition: all .36s;
}
#adc4ea6082af4db .line-height {
  line-height: 2;
}
#adc4ea6082af4db .text-center {
  text-align: center;
}
#adc4ea6082af4db .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#adc4ea6082af4db .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#adc4ea6082af4db .opacity6 {
  opacity: 0.6;
}
#adc4ea6082af4db .DIN {
  color: #666;
}
#adc4ea6082af4db .opacity5 {
  opacity: 0.5;
}
#adc4ea6082af4db .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #adc4ea6082af4db .wapFlex {
    flex-direction: column;
  }
  #adc4ea6082af4db .w50 {
    width: 100%;
  }
}
#adc4ea6082af4db .more {
  color: #888;
}
#adc4ea6082af4db .w1440 {
  width: 100%;
  margin: 0 auto;
}
#adc4ea6082af4db .inxTit .f20 {
  letter-spacing: 6px;
}
#adc4ea6082af4db .newTop .txt .more {
  display: inline-block;
}
#adc4ea6082af4db .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#adc4ea6082af4db .newTop .txt,
#adc4ea6082af4db .newTop .img {
  height: 420px;
}
#adc4ea6082af4db .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#adc4ea6082af4db .newTop:hover {
  color: #0f6ecd;
}
#adc4ea6082af4db .newTop:hover .img img {
  transform: scale(1.1);
}
#adc4ea6082af4db .idxnewsUl li {
  flex: 1;
}
#adc4ea6082af4db .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#adc4ea6082af4db .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#adc4ea6082af4db .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#adc4ea6082af4db .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#adc4ea6082af4db .idxnewsUl li .more {
  display: inline-block;
}
#adc4ea6082af4db .idxnewsUl li:hover::after {
  height: 100%;
}
#adc4ea6082af4db .idxnewsUl li:hover a {
  color: #fff!important;
}
#adc4ea6082af4db .idxnewsUl li:hover .title {
  color: #fff;
}
#adc4ea6082af4db .idxnewsUl li:hover .DIN {
  color: #fff;
}
#adc4ea6082af4db .idxnewsUl li:hover .more {
  color: #fff;
}
#adc4ea6082af4db .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #adc4ea6082af4db .p50 {
    padding: 45px;
  }
  #adc4ea6082af4db .pt-60 {
    padding-top: 55px;
  }
  #adc4ea6082af4db .pb-60 {
    padding-bottom: 55px;
  }
  #adc4ea6082af4db .p60 {
    padding: 55px;
  }
  #adc4ea6082af4db .pb-70 {
    padding-bottom: 66px;
  }
  #adc4ea6082af4db .mt-25 {
    margin-top: 20px;
  }
  #adc4ea6082af4db .mb-25 {
    margin-bottom: 20px;
  }
  #adc4ea6082af4db .mt-40 {
    margin-top: 36px;
  }
  #adc4ea6082af4db .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #adc4ea6082af4db .p50 {
    padding: 42px;
  }
  #adc4ea6082af4db .pt-60 {
    padding-top: 50px;
  }
  #adc4ea6082af4db .pb-60 {
    padding-bottom: 50px;
  }
  #adc4ea6082af4db .p60 {
    padding: 50px;
  }
  #adc4ea6082af4db .pb-70 {
    padding-bottom: 50px;
  }
  #adc4ea6082af4db .mt-25 {
    margin-top: 18px;
  }
  #adc4ea6082af4db .mb-25 {
    margin-bottom: 18px;
  }
  #adc4ea6082af4db .mt-40 {
    margin-top: 34px;
  }
  #adc4ea6082af4db .mt-50 {
    margin-top: 42px;
  }
  #adc4ea6082af4db .f14 {
    font-size: 14px;
  }
  #adc4ea6082af4db .f18 {
    font-size: 16px;
  }
  #adc4ea6082af4db .f20 {
    font-size: 18px;
  }
  #adc4ea6082af4db .f30 {
    font-size: 26px;
  }
  #adc4ea6082af4db .f34 {
    font-size: 28px;
  }
  #adc4ea6082af4db .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #adc4ea6082af4db .pt-60 {
    padding-top: 50px;
  }
  #adc4ea6082af4db .pb-60 {
    padding-bottom: 50px;
  }
  #adc4ea6082af4db .p60 {
    padding: 50px;
  }
  #adc4ea6082af4db .p50 {
    padding: 40px;
  }
  #adc4ea6082af4db .pb-70 {
    padding-bottom: 60px;
  }
  #adc4ea6082af4db .mt-25 {
    margin-top: 16px;
  }
  #adc4ea6082af4db .mb-25 {
    margin-bottom: 16px;
  }
  #adc4ea6082af4db .mt-40 {
    margin-top: 32px;
  }
  #adc4ea6082af4db .mt-50 {
    margin-top: 40px;
  }
  #adc4ea6082af4db .f14 {
    font-size: 12px;
  }
  #adc4ea6082af4db .f18 {
    font-size: 14px;
  }
  #adc4ea6082af4db .f20 {
    font-size: 16px;
  }
  #adc4ea6082af4db .f30 {
    font-size: 18px;
  }
  #adc4ea6082af4db .f34 {
    font-size: 22px;
  }
  #adc4ea6082af4db .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #adc4ea6082af4db .p50 {
    padding: 35px;
  }
  #adc4ea6082af4db .pt-60 {
    padding-top: 42px;
  }
  #adc4ea6082af4db .pb-60 {
    padding-bottom: 42px;
  }
  #adc4ea6082af4db .p60 {
    padding: 42px;
  }
  #adc4ea6082af4db .pb-70 {
    padding-bottom: 55px;
  }
  #adc4ea6082af4db .mt-25 {
    margin-top: 15px;
  }
  #adc4ea6082af4db .mb-25 {
    margin-bottom: 15px;
  }
  #adc4ea6082af4db .mt-40 {
    margin-top: 28px;
  }
  #adc4ea6082af4db .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #adc4ea6082af4db .p50 {
    padding: 20px;
  }
  #adc4ea6082af4db .pt-60 {
    padding-top: 20px;
  }
  #adc4ea6082af4db .pb-60 {
    padding-bottom: 20px;
  }
  #adc4ea6082af4db .p60 {
    padding: 20px;
  }
  #adc4ea6082af4db .pb-70 {
    padding-bottom: 20px;
  }
  #adc4ea6082af4db .mt-40 {
    margin-top: 20px;
  }
  #adc4ea6082af4db .mt-50 {
    margin-top: 20px;
  }
  #adc4ea6082af4db .f18 {
    font-size: 13px;
  }
  #adc4ea6082af4db .f20 {
    font-size: 14px;
  }
  #adc4ea6082af4db .f30 {
    font-size: 16px;
  }
  #adc4ea6082af4db .f34 {
    font-size: 16px;
  }
  #adc4ea6082af4db .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #adc4ea6082af4db .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #adc4ea6082af4db .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #adc4ea6082af4db .w1440 {
    width: 100%;
    padding: 0;
  }
  #adc4ea6082af4db .newTop .txt,
  #adc4ea6082af4db .newTop .img {
    height: auto;
  }
  #adc4ea6082af4db .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #adc4ea6082af4db .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #adc4ea6082af4db .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a11b6a0ba1afa74 .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a11b6a0ba1afa74 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a11b6a0ba1afa74 .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a11b6a0ba1afa74 .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a11b6a0ba1afa74 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#ac525afc9fa329a > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#a0cb2a073faadb7 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aafa6ad520ab4ec {
  overflow: hidden;
}
#aafa6ad520ab4ec .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aafa6ad520ab4ec .img-wrap:hover {
  transform: scale(1.1);
}
#a08bdafec6a5692 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ada27aca28a353d {
  overflow: hidden;
}
#ada27aca28a353d .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ada27aca28a353d .img-wrap:hover {
  transform: scale(1.1);
}
#a27e5a022ca47be > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1720a20e8ae83e {
  overflow: hidden;
}
#a1720a20e8ae83e .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a1720a20e8ae83e .img-wrap:hover {
  transform: scale(1.1);
}
#a0c24a0931a8cc4 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8b72a22a6a2c98 {
  overflow: hidden;
}
#a8b72a22a6a2c98 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a8b72a22a6a2c98 .img-wrap:hover {
  transform: scale(1.1);
}
#a3947a7f3aac6fb > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6b8da40f8ab709 {
  overflow: hidden;
}
#a6b8da40f8ab709 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a6b8da40f8ab709 .img-wrap:hover {
  transform: scale(1.1);
}
#a4c5da9d69a691c > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a63caa90f5a059e {
  overflow: hidden;
}
#a63caa90f5a059e .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a63caa90f5a059e .img-wrap:hover {
  transform: scale(1.1);
}
#afb91a76eda52ce > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a80e6a164aab85c {
  overflow: hidden;
}
#a80e6a164aab85c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a80e6a164aab85c .img-wrap:hover {
  transform: scale(1.1);
}
#a7b9ca48f8ab16f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af166af264a9033 {
  overflow: hidden;
}
#af166af264a9033 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af166af264a9033 .img-wrap:hover {
  transform: scale(1.1);
}
#a2266a51d7aa217 {
  overflow: hidden;
  pointer-events: none;
}
#a2266a51d7aa217 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2266a51d7aa217 > .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;
}
#a2266a51d7aa217 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2266a51d7aa217 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2266a51d7aa217 > .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;
}
#a2266a51d7aa217 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2266a51d7aa217 > .tab-wrap > div > .tab-nav,
#a2266a51d7aa217 > .tab-nav,
#a2266a51d7aa217 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2266a51d7aa217 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a2266a51d7aa217 > .tab-wrap > div > .tab-nav-horizontal,
#a2266a51d7aa217 > .tab-nav-horizontal,
#a2266a51d7aa217 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2266a51d7aa217 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2266a51d7aa217 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2266a51d7aa217 > .tab-nav-horizontal::-webkit-scrollbar,
#a2266a51d7aa217 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2266a51d7aa217 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2266a51d7aa217 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2266a51d7aa217 > .tab-nav-horizontal.tagScroll,
#a2266a51d7aa217 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2266a51d7aa217 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a2266a51d7aa217 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2266a51d7aa217 > .tab-nav-horizontal.tagScroll li a,
#a2266a51d7aa217 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2266a51d7aa217 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2266a51d7aa217 > .tab-wrap > div > .tab-nav a,
#a2266a51d7aa217 > .tab-nav a,
#a2266a51d7aa217 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2266a51d7aa217 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a2266a51d7aa217 > .tab-wrap > div > .tab-nav li a,
#a2266a51d7aa217 > .tab-nav li a,
#a2266a51d7aa217 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2266a51d7aa217 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a2266a51d7aa217 > .tab-wrap > div > .tab-nav li a svg,
#a2266a51d7aa217 > .tab-nav li a svg,
#a2266a51d7aa217 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2266a51d7aa217 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2266a51d7aa217 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2266a51d7aa217 > .tab-nav li a .ap_icon,
#a2266a51d7aa217 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2266a51d7aa217 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2266a51d7aa217 > .tab-wrap > div > .tab-nav li a:hover,
#a2266a51d7aa217 > .tab-nav li a:hover,
#a2266a51d7aa217 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2266a51d7aa217 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a2266a51d7aa217 > .tab-wrap > div > .tab-nav li.uk-active a,
#a2266a51d7aa217 > .tab-nav li.uk-active a,
#a2266a51d7aa217 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2266a51d7aa217 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a2266a51d7aa217 .layout-left li,
#a2266a51d7aa217 .layout-center li,
#a2266a51d7aa217 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2266a51d7aa217 .layout-left li a,
#a2266a51d7aa217 .layout-center li a,
#a2266a51d7aa217 .layout-right li a {
  height: 100%;
}
#a2266a51d7aa217 > .tab-tabs .layout-left {
  text-align: left;
}
#a2266a51d7aa217 > .tab-tabs .layout-center {
  text-align: center;
}
#a2266a51d7aa217 > .tab-tabs .layout-right {
  text-align: right;
}
#a2266a51d7aa217 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a2266a51d7aa217 .tab-content-wrap {
  background-color: transparent;
}
#a2266a51d7aa217 .tab-contents,
#a2266a51d7aa217 .tab-contents-wrap {
  pointer-events: none;
}
#a2266a51d7aa217 .tab-content,
#a2266a51d7aa217 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2266a51d7aa217 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2266a51d7aa217 .tab-wrap .tab-contents {
  height: 100%;
}
#a2266a51d7aa217 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2266a51d7aa217 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2266a51d7aa217 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a519eac774a11a5 .a26aba83c2a657d {
  overflow: hidden;
}
#a519eac774a11a5 .a26aba83c2a657d , #a519eac774a11a5 .a26aba83c2a657d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a519eac774a11a5 .a26aba83c2a657d:hover , #a519eac774a11a5 .a26aba83c2a657d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a519eac774a11a5 .uk-grid {
  margin-left: -15px;
}
#a519eac774a11a5 .uk-grid > * {
  padding-left: 15px;
}
#a519eac774a11a5 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a519eac774a11a5 .dynamic-list-item {
  background-color: #ffffff;
}
#a519eac774a11a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a519eac774a11a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a519eac774a11a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#abcd6a6774a375b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae004a3869a751d img {
  border: 0 none;
}
#ae004a3869a751d ul,
#ae004a3869a751d li {
  list-style: none;
}
#ae004a3869a751d img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#ae004a3869a751d a img {
  border: 0 none;
}
#ae004a3869a751d i {
  font-style: normal;
}
#ae004a3869a751d .p50 {
  padding: 50px;
}
#ae004a3869a751d .pt-60 {
  padding-top: 60px;
}
#ae004a3869a751d .pb-60 {
  padding-bottom: 60px;
}
#ae004a3869a751d .p60 {
  padding: 60px;
}
#ae004a3869a751d .title {
  color: #333;
}
#ae004a3869a751d .pb-70 {
  padding-bottom: 70px;
}
#ae004a3869a751d .mt-25 {
  margin-top: 25px;
}
#ae004a3869a751d .mb-25 {
  margin-bottom: 25px;
}
#ae004a3869a751d .mt-40 {
  margin-top: 40px;
}
#ae004a3869a751d .mt-50 {
  margin-top: 50px;
}
#ae004a3869a751d .f14 {
  font-size: 14px;
}
#ae004a3869a751d .f18 {
  font-size: 18px;
}
#ae004a3869a751d .f20 {
  font-size: 20px;
}
#ae004a3869a751d .f30 {
  font-size: 30px;
}
#ae004a3869a751d .f34 {
  font-size: 34px;
}
#ae004a3869a751d .f50 {
  font-size: 50px;
}
#ae004a3869a751d .color-888 {
  color: #888;
}
#ae004a3869a751d .color-555 {
  color: #555;
}
#ae004a3869a751d .color-999 {
  color: #999;
}
#ae004a3869a751d .color-aaa {
  color: #aaa;
}
#ae004a3869a751d .bg-f8 {
  background-color: #f8f9fb;
}
#ae004a3869a751d .bg-white {
  background-color: white;
}
#ae004a3869a751d .flex-between {
  display: flex;
  justify-content: space-between;
}
#ae004a3869a751d .flex {
  display: flex;
  justify-content: space-around;
}
#ae004a3869a751d .posi {
  position: relative;
}
#ae004a3869a751d .w50 {
  width: 50%;
}
#ae004a3869a751d .img {
  position: relative;
  overflow: hidden;
}
#ae004a3869a751d .transition {
  transition: all .36s;
}
#ae004a3869a751d .line-height {
  line-height: 2;
}
#ae004a3869a751d .text-center {
  text-align: center;
}
#ae004a3869a751d .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ae004a3869a751d .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ae004a3869a751d .opacity6 {
  opacity: 0.6;
}
#ae004a3869a751d .DIN {
  color: #666;
}
#ae004a3869a751d .opacity5 {
  opacity: 0.5;
}
#ae004a3869a751d .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #ae004a3869a751d .wapFlex {
    flex-direction: column;
  }
  #ae004a3869a751d .w50 {
    width: 100%;
  }
}
#ae004a3869a751d .more {
  color: #888;
}
#ae004a3869a751d .w1440 {
  width: 100%;
  margin: 0 auto;
}
#ae004a3869a751d .inxTit .f20 {
  letter-spacing: 6px;
}
#ae004a3869a751d .newTop .txt .more {
  display: inline-block;
}
#ae004a3869a751d .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#ae004a3869a751d .newTop .txt,
#ae004a3869a751d .newTop .img {
  height: 420px;
}
#ae004a3869a751d .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ae004a3869a751d .newTop:hover {
  color: #0f6ecd;
}
#ae004a3869a751d .newTop:hover .img img {
  transform: scale(1.1);
}
#ae004a3869a751d .idxnewsUl li {
  flex: 1;
}
#ae004a3869a751d .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#ae004a3869a751d .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#ae004a3869a751d .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#ae004a3869a751d .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#ae004a3869a751d .idxnewsUl li .more {
  display: inline-block;
}
#ae004a3869a751d .idxnewsUl li:hover::after {
  height: 100%;
}
#ae004a3869a751d .idxnewsUl li:hover a {
  color: #fff!important;
}
#ae004a3869a751d .idxnewsUl li:hover .title {
  color: #fff;
}
#ae004a3869a751d .idxnewsUl li:hover .DIN {
  color: #fff;
}
#ae004a3869a751d .idxnewsUl li:hover .more {
  color: #fff;
}
#ae004a3869a751d .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #ae004a3869a751d .p50 {
    padding: 45px;
  }
  #ae004a3869a751d .pt-60 {
    padding-top: 55px;
  }
  #ae004a3869a751d .pb-60 {
    padding-bottom: 55px;
  }
  #ae004a3869a751d .p60 {
    padding: 55px;
  }
  #ae004a3869a751d .pb-70 {
    padding-bottom: 66px;
  }
  #ae004a3869a751d .mt-25 {
    margin-top: 20px;
  }
  #ae004a3869a751d .mb-25 {
    margin-bottom: 20px;
  }
  #ae004a3869a751d .mt-40 {
    margin-top: 36px;
  }
  #ae004a3869a751d .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #ae004a3869a751d .p50 {
    padding: 42px;
  }
  #ae004a3869a751d .pt-60 {
    padding-top: 50px;
  }
  #ae004a3869a751d .pb-60 {
    padding-bottom: 50px;
  }
  #ae004a3869a751d .p60 {
    padding: 50px;
  }
  #ae004a3869a751d .pb-70 {
    padding-bottom: 50px;
  }
  #ae004a3869a751d .mt-25 {
    margin-top: 18px;
  }
  #ae004a3869a751d .mb-25 {
    margin-bottom: 18px;
  }
  #ae004a3869a751d .mt-40 {
    margin-top: 34px;
  }
  #ae004a3869a751d .mt-50 {
    margin-top: 42px;
  }
  #ae004a3869a751d .f14 {
    font-size: 14px;
  }
  #ae004a3869a751d .f18 {
    font-size: 16px;
  }
  #ae004a3869a751d .f20 {
    font-size: 18px;
  }
  #ae004a3869a751d .f30 {
    font-size: 26px;
  }
  #ae004a3869a751d .f34 {
    font-size: 28px;
  }
  #ae004a3869a751d .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #ae004a3869a751d .pt-60 {
    padding-top: 50px;
  }
  #ae004a3869a751d .pb-60 {
    padding-bottom: 50px;
  }
  #ae004a3869a751d .p60 {
    padding: 50px;
  }
  #ae004a3869a751d .p50 {
    padding: 40px;
  }
  #ae004a3869a751d .pb-70 {
    padding-bottom: 60px;
  }
  #ae004a3869a751d .mt-25 {
    margin-top: 16px;
  }
  #ae004a3869a751d .mb-25 {
    margin-bottom: 16px;
  }
  #ae004a3869a751d .mt-40 {
    margin-top: 32px;
  }
  #ae004a3869a751d .mt-50 {
    margin-top: 40px;
  }
  #ae004a3869a751d .f14 {
    font-size: 12px;
  }
  #ae004a3869a751d .f18 {
    font-size: 14px;
  }
  #ae004a3869a751d .f20 {
    font-size: 16px;
  }
  #ae004a3869a751d .f30 {
    font-size: 18px;
  }
  #ae004a3869a751d .f34 {
    font-size: 22px;
  }
  #ae004a3869a751d .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #ae004a3869a751d .p50 {
    padding: 35px;
  }
  #ae004a3869a751d .pt-60 {
    padding-top: 42px;
  }
  #ae004a3869a751d .pb-60 {
    padding-bottom: 42px;
  }
  #ae004a3869a751d .p60 {
    padding: 42px;
  }
  #ae004a3869a751d .pb-70 {
    padding-bottom: 55px;
  }
  #ae004a3869a751d .mt-25 {
    margin-top: 15px;
  }
  #ae004a3869a751d .mb-25 {
    margin-bottom: 15px;
  }
  #ae004a3869a751d .mt-40 {
    margin-top: 28px;
  }
  #ae004a3869a751d .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #ae004a3869a751d .p50 {
    padding: 20px;
  }
  #ae004a3869a751d .pt-60 {
    padding-top: 20px;
  }
  #ae004a3869a751d .pb-60 {
    padding-bottom: 20px;
  }
  #ae004a3869a751d .p60 {
    padding: 20px;
  }
  #ae004a3869a751d .pb-70 {
    padding-bottom: 20px;
  }
  #ae004a3869a751d .mt-40 {
    margin-top: 20px;
  }
  #ae004a3869a751d .mt-50 {
    margin-top: 20px;
  }
  #ae004a3869a751d .f18 {
    font-size: 13px;
  }
  #ae004a3869a751d .f20 {
    font-size: 14px;
  }
  #ae004a3869a751d .f30 {
    font-size: 16px;
  }
  #ae004a3869a751d .f34 {
    font-size: 16px;
  }
  #ae004a3869a751d .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #ae004a3869a751d .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #ae004a3869a751d .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #ae004a3869a751d .w1440 {
    width: 100%;
    padding: 0;
  }
  #ae004a3869a751d .newTop .txt,
  #ae004a3869a751d .newTop .img {
    height: auto;
  }
  #ae004a3869a751d .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #ae004a3869a751d .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #ae004a3869a751d .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad02ba391aa2e99 .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#ad02ba391aa2e99 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#ad02ba391aa2e99 .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#ad02ba391aa2e99 .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#ad02ba391aa2e99 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#ad20daab9ca9629 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#a6b8da6347a8022 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a92b1a78f5adc02 {
  overflow: hidden;
}
#a92b1a78f5adc02 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a92b1a78f5adc02 .img-wrap:hover {
  transform: scale(1.1);
}
#a940ba1a63ac967 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9303a7467a7644 {
  overflow: hidden;
}
#a9303a7467a7644 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a9303a7467a7644 .img-wrap:hover {
  transform: scale(1.1);
}
#afa98a272baa3b1 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2bddaaef0aca4b {
  overflow: hidden;
}
#a2bddaaef0aca4b .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a2bddaaef0aca4b .img-wrap:hover {
  transform: scale(1.1);
}
#a9759a45d9afaa6 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4602abd31a7b15 {
  overflow: hidden;
}
#a4602abd31a7b15 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a4602abd31a7b15 .img-wrap:hover {
  transform: scale(1.1);
}
#a441aaa8b2ad6df > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af990a1b5fa6727 {
  overflow: hidden;
}
#af990a1b5fa6727 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af990a1b5fa6727 .img-wrap:hover {
  transform: scale(1.1);
}
#ad59cac0e9a532f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a647daf294a66db {
  overflow: hidden;
}
#a647daf294a66db .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a647daf294a66db .img-wrap:hover {
  transform: scale(1.1);
}
#abe68a0a53ad735 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5945ad93aa6c55 {
  overflow: hidden;
}
#a5945ad93aa6c55 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a5945ad93aa6c55 .img-wrap:hover {
  transform: scale(1.1);
}
#a7a25a56f6a250a > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a625fad74ca7e93 {
  overflow: hidden;
}
#a625fad74ca7e93 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a625fad74ca7e93 .img-wrap:hover {
  transform: scale(1.1);
}
#a02adaa073af969 {
  overflow: hidden;
  pointer-events: none;
}
#a02adaa073af969 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a02adaa073af969 > .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;
}
#a02adaa073af969 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a02adaa073af969 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a02adaa073af969 > .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;
}
#a02adaa073af969 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a02adaa073af969 > .tab-wrap > div > .tab-nav,
#a02adaa073af969 > .tab-nav,
#a02adaa073af969 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a02adaa073af969 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a02adaa073af969 > .tab-wrap > div > .tab-nav-horizontal,
#a02adaa073af969 > .tab-nav-horizontal,
#a02adaa073af969 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a02adaa073af969 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a02adaa073af969 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a02adaa073af969 > .tab-nav-horizontal::-webkit-scrollbar,
#a02adaa073af969 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a02adaa073af969 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a02adaa073af969 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a02adaa073af969 > .tab-nav-horizontal.tagScroll,
#a02adaa073af969 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a02adaa073af969 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a02adaa073af969 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a02adaa073af969 > .tab-nav-horizontal.tagScroll li a,
#a02adaa073af969 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a02adaa073af969 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a02adaa073af969 > .tab-wrap > div > .tab-nav a,
#a02adaa073af969 > .tab-nav a,
#a02adaa073af969 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a02adaa073af969 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a02adaa073af969 > .tab-wrap > div > .tab-nav li a,
#a02adaa073af969 > .tab-nav li a,
#a02adaa073af969 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a02adaa073af969 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a02adaa073af969 > .tab-wrap > div > .tab-nav li a svg,
#a02adaa073af969 > .tab-nav li a svg,
#a02adaa073af969 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a02adaa073af969 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a02adaa073af969 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a02adaa073af969 > .tab-nav li a .ap_icon,
#a02adaa073af969 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a02adaa073af969 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a02adaa073af969 > .tab-wrap > div > .tab-nav li a:hover,
#a02adaa073af969 > .tab-nav li a:hover,
#a02adaa073af969 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a02adaa073af969 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a02adaa073af969 > .tab-wrap > div > .tab-nav li.uk-active a,
#a02adaa073af969 > .tab-nav li.uk-active a,
#a02adaa073af969 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a02adaa073af969 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a02adaa073af969 .layout-left li,
#a02adaa073af969 .layout-center li,
#a02adaa073af969 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a02adaa073af969 .layout-left li a,
#a02adaa073af969 .layout-center li a,
#a02adaa073af969 .layout-right li a {
  height: 100%;
}
#a02adaa073af969 > .tab-tabs .layout-left {
  text-align: left;
}
#a02adaa073af969 > .tab-tabs .layout-center {
  text-align: center;
}
#a02adaa073af969 > .tab-tabs .layout-right {
  text-align: right;
}
#a02adaa073af969 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a02adaa073af969 .tab-content-wrap {
  background-color: transparent;
}
#a02adaa073af969 .tab-contents,
#a02adaa073af969 .tab-contents-wrap {
  pointer-events: none;
}
#a02adaa073af969 .tab-content,
#a02adaa073af969 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a02adaa073af969 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a02adaa073af969 .tab-wrap .tab-contents {
  height: 100%;
}
#a02adaa073af969 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a02adaa073af969 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a02adaa073af969 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae2eea9953a83d1 .ad0d8a9852a4059 {
  overflow: hidden;
}
#ae2eea9953a83d1 .ad0d8a9852a4059 , #ae2eea9953a83d1 .ad0d8a9852a4059 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ae2eea9953a83d1 .ad0d8a9852a4059:hover , #ae2eea9953a83d1 .ad0d8a9852a4059 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ae2eea9953a83d1 .uk-grid {
  margin-left: -15px;
}
#ae2eea9953a83d1 .uk-grid > * {
  padding-left: 15px;
}
#ae2eea9953a83d1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ae2eea9953a83d1 .dynamic-list-item {
  background-color: #ffffff;
}
#ae2eea9953a83d1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae2eea9953a83d1 .uk-position-center-left-out {
    left: -30px;
  }
  #ae2eea9953a83d1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#ab5c3ab424a6a36 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9909a2ceaa96f9 img {
  border: 0 none;
}
#a9909a2ceaa96f9 ul,
#a9909a2ceaa96f9 li {
  list-style: none;
}
#a9909a2ceaa96f9 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a9909a2ceaa96f9 a img {
  border: 0 none;
}
#a9909a2ceaa96f9 i {
  font-style: normal;
}
#a9909a2ceaa96f9 .p50 {
  padding: 50px;
}
#a9909a2ceaa96f9 .pt-60 {
  padding-top: 60px;
}
#a9909a2ceaa96f9 .pb-60 {
  padding-bottom: 60px;
}
#a9909a2ceaa96f9 .p60 {
  padding: 60px;
}
#a9909a2ceaa96f9 .title {
  color: #333;
}
#a9909a2ceaa96f9 .pb-70 {
  padding-bottom: 70px;
}
#a9909a2ceaa96f9 .mt-25 {
  margin-top: 25px;
}
#a9909a2ceaa96f9 .mb-25 {
  margin-bottom: 25px;
}
#a9909a2ceaa96f9 .mt-40 {
  margin-top: 40px;
}
#a9909a2ceaa96f9 .mt-50 {
  margin-top: 50px;
}
#a9909a2ceaa96f9 .f14 {
  font-size: 14px;
}
#a9909a2ceaa96f9 .f18 {
  font-size: 18px;
}
#a9909a2ceaa96f9 .f20 {
  font-size: 20px;
}
#a9909a2ceaa96f9 .f30 {
  font-size: 30px;
}
#a9909a2ceaa96f9 .f34 {
  font-size: 34px;
}
#a9909a2ceaa96f9 .f50 {
  font-size: 50px;
}
#a9909a2ceaa96f9 .color-888 {
  color: #888;
}
#a9909a2ceaa96f9 .color-555 {
  color: #555;
}
#a9909a2ceaa96f9 .color-999 {
  color: #999;
}
#a9909a2ceaa96f9 .color-aaa {
  color: #aaa;
}
#a9909a2ceaa96f9 .bg-f8 {
  background-color: #f8f9fb;
}
#a9909a2ceaa96f9 .bg-white {
  background-color: white;
}
#a9909a2ceaa96f9 .flex-between {
  display: flex;
  justify-content: space-between;
}
#a9909a2ceaa96f9 .flex {
  display: flex;
  justify-content: space-around;
}
#a9909a2ceaa96f9 .posi {
  position: relative;
}
#a9909a2ceaa96f9 .w50 {
  width: 50%;
}
#a9909a2ceaa96f9 .img {
  position: relative;
  overflow: hidden;
}
#a9909a2ceaa96f9 .transition {
  transition: all .36s;
}
#a9909a2ceaa96f9 .line-height {
  line-height: 2;
}
#a9909a2ceaa96f9 .text-center {
  text-align: center;
}
#a9909a2ceaa96f9 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a9909a2ceaa96f9 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a9909a2ceaa96f9 .opacity6 {
  opacity: 0.6;
}
#a9909a2ceaa96f9 .DIN {
  color: #666;
}
#a9909a2ceaa96f9 .opacity5 {
  opacity: 0.5;
}
#a9909a2ceaa96f9 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a9909a2ceaa96f9 .wapFlex {
    flex-direction: column;
  }
  #a9909a2ceaa96f9 .w50 {
    width: 100%;
  }
}
#a9909a2ceaa96f9 .more {
  color: #888;
}
#a9909a2ceaa96f9 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a9909a2ceaa96f9 .inxTit .f20 {
  letter-spacing: 6px;
}
#a9909a2ceaa96f9 .newTop .txt .more {
  display: inline-block;
}
#a9909a2ceaa96f9 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a9909a2ceaa96f9 .newTop .txt,
#a9909a2ceaa96f9 .newTop .img {
  height: 420px;
}
#a9909a2ceaa96f9 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a9909a2ceaa96f9 .newTop:hover {
  color: #0f6ecd;
}
#a9909a2ceaa96f9 .newTop:hover .img img {
  transform: scale(1.1);
}
#a9909a2ceaa96f9 .idxnewsUl li {
  flex: 1;
}
#a9909a2ceaa96f9 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a9909a2ceaa96f9 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a9909a2ceaa96f9 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a9909a2ceaa96f9 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a9909a2ceaa96f9 .idxnewsUl li .more {
  display: inline-block;
}
#a9909a2ceaa96f9 .idxnewsUl li:hover::after {
  height: 100%;
}
#a9909a2ceaa96f9 .idxnewsUl li:hover a {
  color: #fff!important;
}
#a9909a2ceaa96f9 .idxnewsUl li:hover .title {
  color: #fff;
}
#a9909a2ceaa96f9 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a9909a2ceaa96f9 .idxnewsUl li:hover .more {
  color: #fff;
}
#a9909a2ceaa96f9 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a9909a2ceaa96f9 .p50 {
    padding: 45px;
  }
  #a9909a2ceaa96f9 .pt-60 {
    padding-top: 55px;
  }
  #a9909a2ceaa96f9 .pb-60 {
    padding-bottom: 55px;
  }
  #a9909a2ceaa96f9 .p60 {
    padding: 55px;
  }
  #a9909a2ceaa96f9 .pb-70 {
    padding-bottom: 66px;
  }
  #a9909a2ceaa96f9 .mt-25 {
    margin-top: 20px;
  }
  #a9909a2ceaa96f9 .mb-25 {
    margin-bottom: 20px;
  }
  #a9909a2ceaa96f9 .mt-40 {
    margin-top: 36px;
  }
  #a9909a2ceaa96f9 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a9909a2ceaa96f9 .p50 {
    padding: 42px;
  }
  #a9909a2ceaa96f9 .pt-60 {
    padding-top: 50px;
  }
  #a9909a2ceaa96f9 .pb-60 {
    padding-bottom: 50px;
  }
  #a9909a2ceaa96f9 .p60 {
    padding: 50px;
  }
  #a9909a2ceaa96f9 .pb-70 {
    padding-bottom: 50px;
  }
  #a9909a2ceaa96f9 .mt-25 {
    margin-top: 18px;
  }
  #a9909a2ceaa96f9 .mb-25 {
    margin-bottom: 18px;
  }
  #a9909a2ceaa96f9 .mt-40 {
    margin-top: 34px;
  }
  #a9909a2ceaa96f9 .mt-50 {
    margin-top: 42px;
  }
  #a9909a2ceaa96f9 .f14 {
    font-size: 14px;
  }
  #a9909a2ceaa96f9 .f18 {
    font-size: 16px;
  }
  #a9909a2ceaa96f9 .f20 {
    font-size: 18px;
  }
  #a9909a2ceaa96f9 .f30 {
    font-size: 26px;
  }
  #a9909a2ceaa96f9 .f34 {
    font-size: 28px;
  }
  #a9909a2ceaa96f9 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a9909a2ceaa96f9 .pt-60 {
    padding-top: 50px;
  }
  #a9909a2ceaa96f9 .pb-60 {
    padding-bottom: 50px;
  }
  #a9909a2ceaa96f9 .p60 {
    padding: 50px;
  }
  #a9909a2ceaa96f9 .p50 {
    padding: 40px;
  }
  #a9909a2ceaa96f9 .pb-70 {
    padding-bottom: 60px;
  }
  #a9909a2ceaa96f9 .mt-25 {
    margin-top: 16px;
  }
  #a9909a2ceaa96f9 .mb-25 {
    margin-bottom: 16px;
  }
  #a9909a2ceaa96f9 .mt-40 {
    margin-top: 32px;
  }
  #a9909a2ceaa96f9 .mt-50 {
    margin-top: 40px;
  }
  #a9909a2ceaa96f9 .f14 {
    font-size: 12px;
  }
  #a9909a2ceaa96f9 .f18 {
    font-size: 14px;
  }
  #a9909a2ceaa96f9 .f20 {
    font-size: 16px;
  }
  #a9909a2ceaa96f9 .f30 {
    font-size: 18px;
  }
  #a9909a2ceaa96f9 .f34 {
    font-size: 22px;
  }
  #a9909a2ceaa96f9 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a9909a2ceaa96f9 .p50 {
    padding: 35px;
  }
  #a9909a2ceaa96f9 .pt-60 {
    padding-top: 42px;
  }
  #a9909a2ceaa96f9 .pb-60 {
    padding-bottom: 42px;
  }
  #a9909a2ceaa96f9 .p60 {
    padding: 42px;
  }
  #a9909a2ceaa96f9 .pb-70 {
    padding-bottom: 55px;
  }
  #a9909a2ceaa96f9 .mt-25 {
    margin-top: 15px;
  }
  #a9909a2ceaa96f9 .mb-25 {
    margin-bottom: 15px;
  }
  #a9909a2ceaa96f9 .mt-40 {
    margin-top: 28px;
  }
  #a9909a2ceaa96f9 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a9909a2ceaa96f9 .p50 {
    padding: 20px;
  }
  #a9909a2ceaa96f9 .pt-60 {
    padding-top: 20px;
  }
  #a9909a2ceaa96f9 .pb-60 {
    padding-bottom: 20px;
  }
  #a9909a2ceaa96f9 .p60 {
    padding: 20px;
  }
  #a9909a2ceaa96f9 .pb-70 {
    padding-bottom: 20px;
  }
  #a9909a2ceaa96f9 .mt-40 {
    margin-top: 20px;
  }
  #a9909a2ceaa96f9 .mt-50 {
    margin-top: 20px;
  }
  #a9909a2ceaa96f9 .f18 {
    font-size: 13px;
  }
  #a9909a2ceaa96f9 .f20 {
    font-size: 14px;
  }
  #a9909a2ceaa96f9 .f30 {
    font-size: 16px;
  }
  #a9909a2ceaa96f9 .f34 {
    font-size: 16px;
  }
  #a9909a2ceaa96f9 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a9909a2ceaa96f9 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a9909a2ceaa96f9 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a9909a2ceaa96f9 .w1440 {
    width: 100%;
    padding: 0;
  }
  #a9909a2ceaa96f9 .newTop .txt,
  #a9909a2ceaa96f9 .newTop .img {
    height: auto;
  }
  #a9909a2ceaa96f9 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a9909a2ceaa96f9 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a9909a2ceaa96f9 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a37e7af837acd7b .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a37e7af837acd7b .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a37e7af837acd7b .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a37e7af837acd7b .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a37e7af837acd7b .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#af5ada625ba806d > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#a7133a74c7a2065 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4799a1f0eab36e {
  overflow: hidden;
}
#a4799a1f0eab36e .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a4799a1f0eab36e .img-wrap:hover {
  transform: scale(1.1);
}
#a7eaaa101ba93f1 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1796a55eca5988 {
  overflow: hidden;
}
#a1796a55eca5988 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a1796a55eca5988 .img-wrap:hover {
  transform: scale(1.1);
}
#afab4a5eeaa9f79 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3e4caad4aa5654 {
  overflow: hidden;
}
#a3e4caad4aa5654 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a3e4caad4aa5654 .img-wrap:hover {
  transform: scale(1.1);
}
#aafcaa3afcae129 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2660a0f59a5309 {
  overflow: hidden;
}
#a2660a0f59a5309 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a2660a0f59a5309 .img-wrap:hover {
  transform: scale(1.1);
}
#a38eaac2aba4ffd > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7651a21cca38f0 {
  overflow: hidden;
}
#a7651a21cca38f0 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a7651a21cca38f0 .img-wrap:hover {
  transform: scale(1.1);
}
#afc2ea9724a0ff2 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae8b5a386aaefb3 {
  overflow: hidden;
}
#ae8b5a386aaefb3 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ae8b5a386aaefb3 .img-wrap:hover {
  transform: scale(1.1);
}
#a47d9a0abba8345 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af31dac1f2a70f2 {
  overflow: hidden;
}
#af31dac1f2a70f2 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af31dac1f2a70f2 .img-wrap:hover {
  transform: scale(1.1);
}
#a3aefac816ab3a0 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a29e3a105aa8189 {
  overflow: hidden;
}
#a29e3a105aa8189 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a29e3a105aa8189 .img-wrap:hover {
  transform: scale(1.1);
}
#a9914ad9c4ad7be {
  overflow: hidden;
  pointer-events: none;
}
#a9914ad9c4ad7be > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9914ad9c4ad7be > .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;
}
#a9914ad9c4ad7be > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9914ad9c4ad7be > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9914ad9c4ad7be > .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;
}
#a9914ad9c4ad7be > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9914ad9c4ad7be > .tab-wrap > div > .tab-nav,
#a9914ad9c4ad7be > .tab-nav,
#a9914ad9c4ad7be > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9914ad9c4ad7be > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a9914ad9c4ad7be > .tab-wrap > div > .tab-nav-horizontal,
#a9914ad9c4ad7be > .tab-nav-horizontal,
#a9914ad9c4ad7be > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9914ad9c4ad7be > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9914ad9c4ad7be > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9914ad9c4ad7be > .tab-nav-horizontal::-webkit-scrollbar,
#a9914ad9c4ad7be > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9914ad9c4ad7be > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9914ad9c4ad7be > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9914ad9c4ad7be > .tab-nav-horizontal.tagScroll,
#a9914ad9c4ad7be > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9914ad9c4ad7be > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a9914ad9c4ad7be > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9914ad9c4ad7be > .tab-nav-horizontal.tagScroll li a,
#a9914ad9c4ad7be > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9914ad9c4ad7be > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9914ad9c4ad7be > .tab-wrap > div > .tab-nav a,
#a9914ad9c4ad7be > .tab-nav a,
#a9914ad9c4ad7be > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9914ad9c4ad7be > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a9914ad9c4ad7be > .tab-wrap > div > .tab-nav li a,
#a9914ad9c4ad7be > .tab-nav li a,
#a9914ad9c4ad7be > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9914ad9c4ad7be > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a9914ad9c4ad7be > .tab-wrap > div > .tab-nav li a svg,
#a9914ad9c4ad7be > .tab-nav li a svg,
#a9914ad9c4ad7be > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9914ad9c4ad7be > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9914ad9c4ad7be > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9914ad9c4ad7be > .tab-nav li a .ap_icon,
#a9914ad9c4ad7be > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9914ad9c4ad7be > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9914ad9c4ad7be > .tab-wrap > div > .tab-nav li a:hover,
#a9914ad9c4ad7be > .tab-nav li a:hover,
#a9914ad9c4ad7be > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9914ad9c4ad7be > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a9914ad9c4ad7be > .tab-wrap > div > .tab-nav li.uk-active a,
#a9914ad9c4ad7be > .tab-nav li.uk-active a,
#a9914ad9c4ad7be > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9914ad9c4ad7be > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a9914ad9c4ad7be .layout-left li,
#a9914ad9c4ad7be .layout-center li,
#a9914ad9c4ad7be .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9914ad9c4ad7be .layout-left li a,
#a9914ad9c4ad7be .layout-center li a,
#a9914ad9c4ad7be .layout-right li a {
  height: 100%;
}
#a9914ad9c4ad7be > .tab-tabs .layout-left {
  text-align: left;
}
#a9914ad9c4ad7be > .tab-tabs .layout-center {
  text-align: center;
}
#a9914ad9c4ad7be > .tab-tabs .layout-right {
  text-align: right;
}
#a9914ad9c4ad7be .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a9914ad9c4ad7be .tab-content-wrap {
  background-color: transparent;
}
#a9914ad9c4ad7be .tab-contents,
#a9914ad9c4ad7be .tab-contents-wrap {
  pointer-events: none;
}
#a9914ad9c4ad7be .tab-content,
#a9914ad9c4ad7be .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9914ad9c4ad7be .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9914ad9c4ad7be .tab-wrap .tab-contents {
  height: 100%;
}
#a9914ad9c4ad7be .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9914ad9c4ad7be .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9914ad9c4ad7be .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ea0a3444a03da .a383fad7abacaa9 {
  overflow: hidden;
}
#a2ea0a3444a03da .a383fad7abacaa9 , #a2ea0a3444a03da .a383fad7abacaa9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2ea0a3444a03da .a383fad7abacaa9:hover , #a2ea0a3444a03da .a383fad7abacaa9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a2ea0a3444a03da .uk-grid {
  margin-left: -15px;
}
#a2ea0a3444a03da .uk-grid > * {
  padding-left: 15px;
}
#a2ea0a3444a03da .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2ea0a3444a03da .dynamic-list-item {
  background-color: #ffffff;
}
#a2ea0a3444a03da .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2ea0a3444a03da .uk-position-center-left-out {
    left: -30px;
  }
  #a2ea0a3444a03da .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a81f3a3b0fa7442 img {
  border: 0 none;
}
#a81f3a3b0fa7442 ul,
#a81f3a3b0fa7442 li {
  list-style: none;
}
#a81f3a3b0fa7442 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a81f3a3b0fa7442 a img {
  border: 0 none;
}
#a81f3a3b0fa7442 i {
  font-style: normal;
}
#a81f3a3b0fa7442 .p50 {
  padding: 50px;
}
#a81f3a3b0fa7442 .pt-60 {
  padding-top: 60px;
}
#a81f3a3b0fa7442 .pb-60 {
  padding-bottom: 60px;
}
#a81f3a3b0fa7442 .p60 {
  padding: 60px;
}
#a81f3a3b0fa7442 .title {
  color: #333;
}
#a81f3a3b0fa7442 .pb-70 {
  padding-bottom: 70px;
}
#a81f3a3b0fa7442 .mt-25 {
  margin-top: 25px;
}
#a81f3a3b0fa7442 .mb-25 {
  margin-bottom: 25px;
}
#a81f3a3b0fa7442 .mt-40 {
  margin-top: 40px;
}
#a81f3a3b0fa7442 .mt-50 {
  margin-top: 50px;
}
#a81f3a3b0fa7442 .f14 {
  font-size: 14px;
}
#a81f3a3b0fa7442 .f18 {
  font-size: 18px;
}
#a81f3a3b0fa7442 .f20 {
  font-size: 20px;
}
#a81f3a3b0fa7442 .f30 {
  font-size: 30px;
}
#a81f3a3b0fa7442 .f34 {
  font-size: 34px;
}
#a81f3a3b0fa7442 .f50 {
  font-size: 50px;
}
#a81f3a3b0fa7442 .color-888 {
  color: #888;
}
#a81f3a3b0fa7442 .color-555 {
  color: #555;
}
#a81f3a3b0fa7442 .color-999 {
  color: #999;
}
#a81f3a3b0fa7442 .color-aaa {
  color: #aaa;
}
#a81f3a3b0fa7442 .bg-f8 {
  background-color: #f8f9fb;
}
#a81f3a3b0fa7442 .bg-white {
  background-color: white;
}
#a81f3a3b0fa7442 .flex-between {
  display: flex;
  justify-content: space-between;
}
#a81f3a3b0fa7442 .flex {
  display: flex;
  justify-content: space-around;
}
#a81f3a3b0fa7442 .posi {
  position: relative;
}
#a81f3a3b0fa7442 .w50 {
  width: 50%;
}
#a81f3a3b0fa7442 .img {
  position: relative;
  overflow: hidden;
}
#a81f3a3b0fa7442 .transition {
  transition: all .36s;
}
#a81f3a3b0fa7442 .line-height {
  line-height: 2;
}
#a81f3a3b0fa7442 .text-center {
  text-align: center;
}
#a81f3a3b0fa7442 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a81f3a3b0fa7442 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a81f3a3b0fa7442 .opacity6 {
  opacity: 0.6;
}
#a81f3a3b0fa7442 .DIN {
  color: #666;
}
#a81f3a3b0fa7442 .opacity5 {
  opacity: 0.5;
}
#a81f3a3b0fa7442 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a81f3a3b0fa7442 .wapFlex {
    flex-direction: column;
  }
  #a81f3a3b0fa7442 .w50 {
    width: 100%;
  }
}
#a81f3a3b0fa7442 .more {
  color: #888;
}
#a81f3a3b0fa7442 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a81f3a3b0fa7442 .inxTit .f20 {
  letter-spacing: 6px;
}
#a81f3a3b0fa7442 .newTop .txt .more {
  display: inline-block;
}
#a81f3a3b0fa7442 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a81f3a3b0fa7442 .newTop .txt,
#a81f3a3b0fa7442 .newTop .img {
  height: 420px;
}
#a81f3a3b0fa7442 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a81f3a3b0fa7442 .newTop:hover {
  color: #0f6ecd;
}
#a81f3a3b0fa7442 .newTop:hover .img img {
  transform: scale(1.1);
}
#a81f3a3b0fa7442 .idxnewsUl li {
  flex: 1;
}
#a81f3a3b0fa7442 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a81f3a3b0fa7442 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a81f3a3b0fa7442 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a81f3a3b0fa7442 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a81f3a3b0fa7442 .idxnewsUl li .more {
  display: inline-block;
}
#a81f3a3b0fa7442 .idxnewsUl li:hover::after {
  height: 100%;
}
#a81f3a3b0fa7442 .idxnewsUl li:hover a {
  color: #fff!important;
}
#a81f3a3b0fa7442 .idxnewsUl li:hover .title {
  color: #fff;
}
#a81f3a3b0fa7442 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a81f3a3b0fa7442 .idxnewsUl li:hover .more {
  color: #fff;
}
#a81f3a3b0fa7442 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a81f3a3b0fa7442 .p50 {
    padding: 45px;
  }
  #a81f3a3b0fa7442 .pt-60 {
    padding-top: 55px;
  }
  #a81f3a3b0fa7442 .pb-60 {
    padding-bottom: 55px;
  }
  #a81f3a3b0fa7442 .p60 {
    padding: 55px;
  }
  #a81f3a3b0fa7442 .pb-70 {
    padding-bottom: 66px;
  }
  #a81f3a3b0fa7442 .mt-25 {
    margin-top: 20px;
  }
  #a81f3a3b0fa7442 .mb-25 {
    margin-bottom: 20px;
  }
  #a81f3a3b0fa7442 .mt-40 {
    margin-top: 36px;
  }
  #a81f3a3b0fa7442 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a81f3a3b0fa7442 .p50 {
    padding: 42px;
  }
  #a81f3a3b0fa7442 .pt-60 {
    padding-top: 50px;
  }
  #a81f3a3b0fa7442 .pb-60 {
    padding-bottom: 50px;
  }
  #a81f3a3b0fa7442 .p60 {
    padding: 50px;
  }
  #a81f3a3b0fa7442 .pb-70 {
    padding-bottom: 50px;
  }
  #a81f3a3b0fa7442 .mt-25 {
    margin-top: 18px;
  }
  #a81f3a3b0fa7442 .mb-25 {
    margin-bottom: 18px;
  }
  #a81f3a3b0fa7442 .mt-40 {
    margin-top: 34px;
  }
  #a81f3a3b0fa7442 .mt-50 {
    margin-top: 42px;
  }
  #a81f3a3b0fa7442 .f14 {
    font-size: 14px;
  }
  #a81f3a3b0fa7442 .f18 {
    font-size: 16px;
  }
  #a81f3a3b0fa7442 .f20 {
    font-size: 18px;
  }
  #a81f3a3b0fa7442 .f30 {
    font-size: 26px;
  }
  #a81f3a3b0fa7442 .f34 {
    font-size: 28px;
  }
  #a81f3a3b0fa7442 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a81f3a3b0fa7442 .pt-60 {
    padding-top: 50px;
  }
  #a81f3a3b0fa7442 .pb-60 {
    padding-bottom: 50px;
  }
  #a81f3a3b0fa7442 .p60 {
    padding: 50px;
  }
  #a81f3a3b0fa7442 .p50 {
    padding: 40px;
  }
  #a81f3a3b0fa7442 .pb-70 {
    padding-bottom: 60px;
  }
  #a81f3a3b0fa7442 .mt-25 {
    margin-top: 16px;
  }
  #a81f3a3b0fa7442 .mb-25 {
    margin-bottom: 16px;
  }
  #a81f3a3b0fa7442 .mt-40 {
    margin-top: 32px;
  }
  #a81f3a3b0fa7442 .mt-50 {
    margin-top: 40px;
  }
  #a81f3a3b0fa7442 .f14 {
    font-size: 12px;
  }
  #a81f3a3b0fa7442 .f18 {
    font-size: 14px;
  }
  #a81f3a3b0fa7442 .f20 {
    font-size: 16px;
  }
  #a81f3a3b0fa7442 .f30 {
    font-size: 18px;
  }
  #a81f3a3b0fa7442 .f34 {
    font-size: 22px;
  }
  #a81f3a3b0fa7442 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a81f3a3b0fa7442 .p50 {
    padding: 35px;
  }
  #a81f3a3b0fa7442 .pt-60 {
    padding-top: 42px;
  }
  #a81f3a3b0fa7442 .pb-60 {
    padding-bottom: 42px;
  }
  #a81f3a3b0fa7442 .p60 {
    padding: 42px;
  }
  #a81f3a3b0fa7442 .pb-70 {
    padding-bottom: 55px;
  }
  #a81f3a3b0fa7442 .mt-25 {
    margin-top: 15px;
  }
  #a81f3a3b0fa7442 .mb-25 {
    margin-bottom: 15px;
  }
  #a81f3a3b0fa7442 .mt-40 {
    margin-top: 28px;
  }
  #a81f3a3b0fa7442 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a81f3a3b0fa7442 .p50 {
    padding: 20px;
  }
  #a81f3a3b0fa7442 .pt-60 {
    padding-top: 20px;
  }
  #a81f3a3b0fa7442 .pb-60 {
    padding-bottom: 20px;
  }
  #a81f3a3b0fa7442 .p60 {
    padding: 20px;
  }
  #a81f3a3b0fa7442 .pb-70 {
    padding-bottom: 20px;
  }
  #a81f3a3b0fa7442 .mt-40 {
    margin-top: 20px;
  }
  #a81f3a3b0fa7442 .mt-50 {
    margin-top: 20px;
  }
  #a81f3a3b0fa7442 .f18 {
    font-size: 13px;
  }
  #a81f3a3b0fa7442 .f20 {
    font-size: 14px;
  }
  #a81f3a3b0fa7442 .f30 {
    font-size: 16px;
  }
  #a81f3a3b0fa7442 .f34 {
    font-size: 16px;
  }
  #a81f3a3b0fa7442 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a81f3a3b0fa7442 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a81f3a3b0fa7442 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a81f3a3b0fa7442 .w1440 {
    width: 100%;
    padding: 0;
  }
  #a81f3a3b0fa7442 .newTop .txt,
  #a81f3a3b0fa7442 .newTop .img {
    height: auto;
  }
  #a81f3a3b0fa7442 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a81f3a3b0fa7442 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a81f3a3b0fa7442 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab44ca32b5a6a7b .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#ab44ca32b5a6a7b .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#ab44ca32b5a6a7b .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#ab44ca32b5a6a7b .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#ab44ca32b5a6a7b .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#aabf6a8c7ead0f5 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#aff51abf81a4534 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a142fa2d2ba30fc {
  overflow: hidden;
}
#a142fa2d2ba30fc .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a142fa2d2ba30fc .img-wrap:hover {
  transform: scale(1.1);
}
#afeeda3d9ba55a3 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab4aaa8119ae316 {
  overflow: hidden;
}
#ab4aaa8119ae316 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ab4aaa8119ae316 .img-wrap:hover {
  transform: scale(1.1);
}
#a2619a88baaff79 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abec0a3741aa09a {
  overflow: hidden;
}
#abec0a3741aa09a .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#abec0a3741aa09a .img-wrap:hover {
  transform: scale(1.1);
}
#a877ba56e8a8b1a > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af7bea8f6dac474 {
  overflow: hidden;
}
#af7bea8f6dac474 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af7bea8f6dac474 .img-wrap:hover {
  transform: scale(1.1);
}
#a94deaf402ac47e > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab397a8e90a150b {
  overflow: hidden;
}
#ab397a8e90a150b .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ab397a8e90a150b .img-wrap:hover {
  transform: scale(1.1);
}
#a44eeaa087a8004 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7ddfa8517a7086 {
  overflow: hidden;
}
#a7ddfa8517a7086 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a7ddfa8517a7086 .img-wrap:hover {
  transform: scale(1.1);
}
#a037ea030aaa54b > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac2cba1885a112e {
  overflow: hidden;
}
#ac2cba1885a112e .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ac2cba1885a112e .img-wrap:hover {
  transform: scale(1.1);
}
#a6ad5a6616aae3c > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af670a7713ab4d4 {
  overflow: hidden;
}
#af670a7713ab4d4 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af670a7713ab4d4 .img-wrap:hover {
  transform: scale(1.1);
}
#adb82a8719add6e {
  overflow: hidden;
  pointer-events: none;
}
#adb82a8719add6e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#adb82a8719add6e > .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;
}
#adb82a8719add6e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adb82a8719add6e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#adb82a8719add6e > .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;
}
#adb82a8719add6e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adb82a8719add6e > .tab-wrap > div > .tab-nav,
#adb82a8719add6e > .tab-nav,
#adb82a8719add6e > .tab-tabs > .tab-wrap > div > .tab-nav,
#adb82a8719add6e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#adb82a8719add6e > .tab-wrap > div > .tab-nav-horizontal,
#adb82a8719add6e > .tab-nav-horizontal,
#adb82a8719add6e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#adb82a8719add6e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#adb82a8719add6e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adb82a8719add6e > .tab-nav-horizontal::-webkit-scrollbar,
#adb82a8719add6e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adb82a8719add6e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#adb82a8719add6e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adb82a8719add6e > .tab-nav-horizontal.tagScroll,
#adb82a8719add6e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adb82a8719add6e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#adb82a8719add6e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adb82a8719add6e > .tab-nav-horizontal.tagScroll li a,
#adb82a8719add6e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adb82a8719add6e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#adb82a8719add6e > .tab-wrap > div > .tab-nav a,
#adb82a8719add6e > .tab-nav a,
#adb82a8719add6e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#adb82a8719add6e > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#adb82a8719add6e > .tab-wrap > div > .tab-nav li a,
#adb82a8719add6e > .tab-nav li a,
#adb82a8719add6e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#adb82a8719add6e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#adb82a8719add6e > .tab-wrap > div > .tab-nav li a svg,
#adb82a8719add6e > .tab-nav li a svg,
#adb82a8719add6e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#adb82a8719add6e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#adb82a8719add6e > .tab-wrap > div > .tab-nav li a .ap_icon,
#adb82a8719add6e > .tab-nav li a .ap_icon,
#adb82a8719add6e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#adb82a8719add6e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#adb82a8719add6e > .tab-wrap > div > .tab-nav li a:hover,
#adb82a8719add6e > .tab-nav li a:hover,
#adb82a8719add6e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#adb82a8719add6e > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#adb82a8719add6e > .tab-wrap > div > .tab-nav li.uk-active a,
#adb82a8719add6e > .tab-nav li.uk-active a,
#adb82a8719add6e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#adb82a8719add6e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#adb82a8719add6e .layout-left li,
#adb82a8719add6e .layout-center li,
#adb82a8719add6e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#adb82a8719add6e .layout-left li a,
#adb82a8719add6e .layout-center li a,
#adb82a8719add6e .layout-right li a {
  height: 100%;
}
#adb82a8719add6e > .tab-tabs .layout-left {
  text-align: left;
}
#adb82a8719add6e > .tab-tabs .layout-center {
  text-align: center;
}
#adb82a8719add6e > .tab-tabs .layout-right {
  text-align: right;
}
#adb82a8719add6e .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#adb82a8719add6e .tab-content-wrap {
  background-color: transparent;
}
#adb82a8719add6e .tab-contents,
#adb82a8719add6e .tab-contents-wrap {
  pointer-events: none;
}
#adb82a8719add6e .tab-content,
#adb82a8719add6e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#adb82a8719add6e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#adb82a8719add6e .tab-wrap .tab-contents {
  height: 100%;
}
#adb82a8719add6e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#adb82a8719add6e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#adb82a8719add6e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a91dcad2e1a7cbb .a579da6f34a1a77 {
  overflow: hidden;
}
#a91dcad2e1a7cbb .a579da6f34a1a77 , #a91dcad2e1a7cbb .a579da6f34a1a77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a91dcad2e1a7cbb .a579da6f34a1a77:hover , #a91dcad2e1a7cbb .a579da6f34a1a77 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a91dcad2e1a7cbb .uk-grid {
  margin-left: -15px;
}
#a91dcad2e1a7cbb .uk-grid > * {
  padding-left: 15px;
}
#a91dcad2e1a7cbb .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a91dcad2e1a7cbb .dynamic-list-item {
  background-color: #ffffff;
}
#a91dcad2e1a7cbb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a91dcad2e1a7cbb .uk-position-center-left-out {
    left: -30px;
  }
  #a91dcad2e1a7cbb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#af7b1a400faf1bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a17d5ac1e2ae726 img {
  border: 0 none;
}
#a17d5ac1e2ae726 ul,
#a17d5ac1e2ae726 li {
  list-style: none;
}
#a17d5ac1e2ae726 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a17d5ac1e2ae726 a img {
  border: 0 none;
}
#a17d5ac1e2ae726 i {
  font-style: normal;
}
#a17d5ac1e2ae726 .p50 {
  padding: 50px;
}
#a17d5ac1e2ae726 .pt-60 {
  padding-top: 60px;
}
#a17d5ac1e2ae726 .pb-60 {
  padding-bottom: 60px;
}
#a17d5ac1e2ae726 .p60 {
  padding: 60px;
}
#a17d5ac1e2ae726 .title {
  color: #333;
}
#a17d5ac1e2ae726 .pb-70 {
  padding-bottom: 70px;
}
#a17d5ac1e2ae726 .mt-25 {
  margin-top: 25px;
}
#a17d5ac1e2ae726 .mb-25 {
  margin-bottom: 25px;
}
#a17d5ac1e2ae726 .mt-40 {
  margin-top: 40px;
}
#a17d5ac1e2ae726 .mt-50 {
  margin-top: 50px;
}
#a17d5ac1e2ae726 .f14 {
  font-size: 14px;
}
#a17d5ac1e2ae726 .f18 {
  font-size: 18px;
}
#a17d5ac1e2ae726 .f20 {
  font-size: 20px;
}
#a17d5ac1e2ae726 .f30 {
  font-size: 30px;
}
#a17d5ac1e2ae726 .f34 {
  font-size: 34px;
}
#a17d5ac1e2ae726 .f50 {
  font-size: 50px;
}
#a17d5ac1e2ae726 .color-888 {
  color: #888;
}
#a17d5ac1e2ae726 .color-555 {
  color: #555;
}
#a17d5ac1e2ae726 .color-999 {
  color: #999;
}
#a17d5ac1e2ae726 .color-aaa {
  color: #aaa;
}
#a17d5ac1e2ae726 .bg-f8 {
  background-color: #f8f9fb;
}
#a17d5ac1e2ae726 .bg-white {
  background-color: white;
}
#a17d5ac1e2ae726 .flex-between {
  display: flex;
  justify-content: space-between;
}
#a17d5ac1e2ae726 .flex {
  display: flex;
  justify-content: space-around;
}
#a17d5ac1e2ae726 .posi {
  position: relative;
}
#a17d5ac1e2ae726 .w50 {
  width: 50%;
}
#a17d5ac1e2ae726 .img {
  position: relative;
  overflow: hidden;
}
#a17d5ac1e2ae726 .transition {
  transition: all .36s;
}
#a17d5ac1e2ae726 .line-height {
  line-height: 2;
}
#a17d5ac1e2ae726 .text-center {
  text-align: center;
}
#a17d5ac1e2ae726 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a17d5ac1e2ae726 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a17d5ac1e2ae726 .opacity6 {
  opacity: 0.6;
}
#a17d5ac1e2ae726 .DIN {
  color: #666;
}
#a17d5ac1e2ae726 .opacity5 {
  opacity: 0.5;
}
#a17d5ac1e2ae726 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a17d5ac1e2ae726 .wapFlex {
    flex-direction: column;
  }
  #a17d5ac1e2ae726 .w50 {
    width: 100%;
  }
}
#a17d5ac1e2ae726 .more {
  color: #888;
}
#a17d5ac1e2ae726 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a17d5ac1e2ae726 .inxTit .f20 {
  letter-spacing: 6px;
}
#a17d5ac1e2ae726 .newTop .txt .more {
  display: inline-block;
}
#a17d5ac1e2ae726 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a17d5ac1e2ae726 .newTop .txt,
#a17d5ac1e2ae726 .newTop .img {
  height: 420px;
}
#a17d5ac1e2ae726 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a17d5ac1e2ae726 .newTop:hover {
  color: #0f6ecd;
}
#a17d5ac1e2ae726 .newTop:hover .img img {
  transform: scale(1.1);
}
#a17d5ac1e2ae726 .idxnewsUl li {
  flex: 1;
}
#a17d5ac1e2ae726 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a17d5ac1e2ae726 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a17d5ac1e2ae726 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a17d5ac1e2ae726 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a17d5ac1e2ae726 .idxnewsUl li .more {
  display: inline-block;
}
#a17d5ac1e2ae726 .idxnewsUl li:hover::after {
  height: 100%;
}
#a17d5ac1e2ae726 .idxnewsUl li:hover a {
  color: #fff!important;
}
#a17d5ac1e2ae726 .idxnewsUl li:hover .title {
  color: #fff;
}
#a17d5ac1e2ae726 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a17d5ac1e2ae726 .idxnewsUl li:hover .more {
  color: #fff;
}
#a17d5ac1e2ae726 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a17d5ac1e2ae726 .p50 {
    padding: 45px;
  }
  #a17d5ac1e2ae726 .pt-60 {
    padding-top: 55px;
  }
  #a17d5ac1e2ae726 .pb-60 {
    padding-bottom: 55px;
  }
  #a17d5ac1e2ae726 .p60 {
    padding: 55px;
  }
  #a17d5ac1e2ae726 .pb-70 {
    padding-bottom: 66px;
  }
  #a17d5ac1e2ae726 .mt-25 {
    margin-top: 20px;
  }
  #a17d5ac1e2ae726 .mb-25 {
    margin-bottom: 20px;
  }
  #a17d5ac1e2ae726 .mt-40 {
    margin-top: 36px;
  }
  #a17d5ac1e2ae726 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a17d5ac1e2ae726 .p50 {
    padding: 42px;
  }
  #a17d5ac1e2ae726 .pt-60 {
    padding-top: 50px;
  }
  #a17d5ac1e2ae726 .pb-60 {
    padding-bottom: 50px;
  }
  #a17d5ac1e2ae726 .p60 {
    padding: 50px;
  }
  #a17d5ac1e2ae726 .pb-70 {
    padding-bottom: 50px;
  }
  #a17d5ac1e2ae726 .mt-25 {
    margin-top: 18px;
  }
  #a17d5ac1e2ae726 .mb-25 {
    margin-bottom: 18px;
  }
  #a17d5ac1e2ae726 .mt-40 {
    margin-top: 34px;
  }
  #a17d5ac1e2ae726 .mt-50 {
    margin-top: 42px;
  }
  #a17d5ac1e2ae726 .f14 {
    font-size: 14px;
  }
  #a17d5ac1e2ae726 .f18 {
    font-size: 16px;
  }
  #a17d5ac1e2ae726 .f20 {
    font-size: 18px;
  }
  #a17d5ac1e2ae726 .f30 {
    font-size: 26px;
  }
  #a17d5ac1e2ae726 .f34 {
    font-size: 28px;
  }
  #a17d5ac1e2ae726 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a17d5ac1e2ae726 .pt-60 {
    padding-top: 50px;
  }
  #a17d5ac1e2ae726 .pb-60 {
    padding-bottom: 50px;
  }
  #a17d5ac1e2ae726 .p60 {
    padding: 50px;
  }
  #a17d5ac1e2ae726 .p50 {
    padding: 40px;
  }
  #a17d5ac1e2ae726 .pb-70 {
    padding-bottom: 60px;
  }
  #a17d5ac1e2ae726 .mt-25 {
    margin-top: 16px;
  }
  #a17d5ac1e2ae726 .mb-25 {
    margin-bottom: 16px;
  }
  #a17d5ac1e2ae726 .mt-40 {
    margin-top: 32px;
  }
  #a17d5ac1e2ae726 .mt-50 {
    margin-top: 40px;
  }
  #a17d5ac1e2ae726 .f14 {
    font-size: 12px;
  }
  #a17d5ac1e2ae726 .f18 {
    font-size: 14px;
  }
  #a17d5ac1e2ae726 .f20 {
    font-size: 16px;
  }
  #a17d5ac1e2ae726 .f30 {
    font-size: 18px;
  }
  #a17d5ac1e2ae726 .f34 {
    font-size: 22px;
  }
  #a17d5ac1e2ae726 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a17d5ac1e2ae726 .p50 {
    padding: 35px;
  }
  #a17d5ac1e2ae726 .pt-60 {
    padding-top: 42px;
  }
  #a17d5ac1e2ae726 .pb-60 {
    padding-bottom: 42px;
  }
  #a17d5ac1e2ae726 .p60 {
    padding: 42px;
  }
  #a17d5ac1e2ae726 .pb-70 {
    padding-bottom: 55px;
  }
  #a17d5ac1e2ae726 .mt-25 {
    margin-top: 15px;
  }
  #a17d5ac1e2ae726 .mb-25 {
    margin-bottom: 15px;
  }
  #a17d5ac1e2ae726 .mt-40 {
    margin-top: 28px;
  }
  #a17d5ac1e2ae726 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a17d5ac1e2ae726 .p50 {
    padding: 20px;
  }
  #a17d5ac1e2ae726 .pt-60 {
    padding-top: 20px;
  }
  #a17d5ac1e2ae726 .pb-60 {
    padding-bottom: 20px;
  }
  #a17d5ac1e2ae726 .p60 {
    padding: 20px;
  }
  #a17d5ac1e2ae726 .pb-70 {
    padding-bottom: 20px;
  }
  #a17d5ac1e2ae726 .mt-40 {
    margin-top: 20px;
  }
  #a17d5ac1e2ae726 .mt-50 {
    margin-top: 20px;
  }
  #a17d5ac1e2ae726 .f18 {
    font-size: 13px;
  }
  #a17d5ac1e2ae726 .f20 {
    font-size: 14px;
  }
  #a17d5ac1e2ae726 .f30 {
    font-size: 16px;
  }
  #a17d5ac1e2ae726 .f34 {
    font-size: 16px;
  }
  #a17d5ac1e2ae726 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a17d5ac1e2ae726 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a17d5ac1e2ae726 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a17d5ac1e2ae726 .w1440 {
    width: 100%;
    padding: 0;
  }
  #a17d5ac1e2ae726 .newTop .txt,
  #a17d5ac1e2ae726 .newTop .img {
    height: auto;
  }
  #a17d5ac1e2ae726 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a17d5ac1e2ae726 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a17d5ac1e2ae726 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8bfca1dfda8a82 .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a8bfca1dfda8a82 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a8bfca1dfda8a82 .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a8bfca1dfda8a82 .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a8bfca1dfda8a82 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#afc95a831eaf51e > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#aa0d7a73f9a3a0f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aeab5acbfca1384 {
  overflow: hidden;
}
#aeab5acbfca1384 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aeab5acbfca1384 .img-wrap:hover {
  transform: scale(1.1);
}
#aa279a9ef8ad6c1 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a14e9a560ca6fc9 {
  overflow: hidden;
}
#a14e9a560ca6fc9 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a14e9a560ca6fc9 .img-wrap:hover {
  transform: scale(1.1);
}
#a2c45a078ea7b7f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a075fa3114acba5 {
  overflow: hidden;
}
#a075fa3114acba5 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a075fa3114acba5 .img-wrap:hover {
  transform: scale(1.1);
}
#ac01ba2cb6ac7ff > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9105affa6a172d {
  overflow: hidden;
}
#a9105affa6a172d .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a9105affa6a172d .img-wrap:hover {
  transform: scale(1.1);
}
#af313af221a44fa > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aaf41aa133a826c {
  overflow: hidden;
}
#aaf41aa133a826c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aaf41aa133a826c .img-wrap:hover {
  transform: scale(1.1);
}
#ab972a2631a4a8d > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af330a676ea908c {
  overflow: hidden;
}
#af330a676ea908c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af330a676ea908c .img-wrap:hover {
  transform: scale(1.1);
}
#a5514ab8ffa4655 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa099a6dc9a4aa1 {
  overflow: hidden;
}
#aa099a6dc9a4aa1 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aa099a6dc9a4aa1 .img-wrap:hover {
  transform: scale(1.1);
}
#a2beaa91e1aac8e > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9445afd2ba7c66 {
  overflow: hidden;
}
#a9445afd2ba7c66 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a9445afd2ba7c66 .img-wrap:hover {
  transform: scale(1.1);
}
#a5643ab318a4225 {
  overflow: hidden;
  pointer-events: none;
}
#a5643ab318a4225 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5643ab318a4225 > .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;
}
#a5643ab318a4225 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5643ab318a4225 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5643ab318a4225 > .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;
}
#a5643ab318a4225 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5643ab318a4225 > .tab-wrap > div > .tab-nav,
#a5643ab318a4225 > .tab-nav,
#a5643ab318a4225 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5643ab318a4225 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a5643ab318a4225 > .tab-wrap > div > .tab-nav-horizontal,
#a5643ab318a4225 > .tab-nav-horizontal,
#a5643ab318a4225 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5643ab318a4225 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5643ab318a4225 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5643ab318a4225 > .tab-nav-horizontal::-webkit-scrollbar,
#a5643ab318a4225 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5643ab318a4225 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5643ab318a4225 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5643ab318a4225 > .tab-nav-horizontal.tagScroll,
#a5643ab318a4225 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5643ab318a4225 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a5643ab318a4225 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5643ab318a4225 > .tab-nav-horizontal.tagScroll li a,
#a5643ab318a4225 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5643ab318a4225 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5643ab318a4225 > .tab-wrap > div > .tab-nav a,
#a5643ab318a4225 > .tab-nav a,
#a5643ab318a4225 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5643ab318a4225 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a5643ab318a4225 > .tab-wrap > div > .tab-nav li a,
#a5643ab318a4225 > .tab-nav li a,
#a5643ab318a4225 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5643ab318a4225 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a5643ab318a4225 > .tab-wrap > div > .tab-nav li a svg,
#a5643ab318a4225 > .tab-nav li a svg,
#a5643ab318a4225 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5643ab318a4225 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5643ab318a4225 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5643ab318a4225 > .tab-nav li a .ap_icon,
#a5643ab318a4225 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5643ab318a4225 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5643ab318a4225 > .tab-wrap > div > .tab-nav li a:hover,
#a5643ab318a4225 > .tab-nav li a:hover,
#a5643ab318a4225 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5643ab318a4225 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a5643ab318a4225 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5643ab318a4225 > .tab-nav li.uk-active a,
#a5643ab318a4225 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5643ab318a4225 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a5643ab318a4225 .layout-left li,
#a5643ab318a4225 .layout-center li,
#a5643ab318a4225 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5643ab318a4225 .layout-left li a,
#a5643ab318a4225 .layout-center li a,
#a5643ab318a4225 .layout-right li a {
  height: 100%;
}
#a5643ab318a4225 > .tab-tabs .layout-left {
  text-align: left;
}
#a5643ab318a4225 > .tab-tabs .layout-center {
  text-align: center;
}
#a5643ab318a4225 > .tab-tabs .layout-right {
  text-align: right;
}
#a5643ab318a4225 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a5643ab318a4225 .tab-content-wrap {
  background-color: transparent;
}
#a5643ab318a4225 .tab-contents,
#a5643ab318a4225 .tab-contents-wrap {
  pointer-events: none;
}
#a5643ab318a4225 .tab-content,
#a5643ab318a4225 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5643ab318a4225 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5643ab318a4225 .tab-wrap .tab-contents {
  height: 100%;
}
#a5643ab318a4225 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5643ab318a4225 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5643ab318a4225 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2c1fa4746abb86 .a000ca4eb0a3115 {
  overflow: hidden;
}
#a2c1fa4746abb86 .a000ca4eb0a3115 , #a2c1fa4746abb86 .a000ca4eb0a3115 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2c1fa4746abb86 .a000ca4eb0a3115:hover , #a2c1fa4746abb86 .a000ca4eb0a3115 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a2c1fa4746abb86 .uk-grid {
  margin-left: -15px;
}
#a2c1fa4746abb86 .uk-grid > * {
  padding-left: 15px;
}
#a2c1fa4746abb86 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2c1fa4746abb86 .dynamic-list-item {
  background-color: #ffffff;
}
#a2c1fa4746abb86 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2c1fa4746abb86 .uk-position-center-left-out {
    left: -30px;
  }
  #a2c1fa4746abb86 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a6cd0aea5fadfe1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2681a6478abf58 img {
  border: 0 none;
}
#a2681a6478abf58 ul,
#a2681a6478abf58 li {
  list-style: none;
}
#a2681a6478abf58 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a2681a6478abf58 a img {
  border: 0 none;
}
#a2681a6478abf58 i {
  font-style: normal;
}
#a2681a6478abf58 .p50 {
  padding: 50px;
}
#a2681a6478abf58 .pt-60 {
  padding-top: 60px;
}
#a2681a6478abf58 .pb-60 {
  padding-bottom: 60px;
}
#a2681a6478abf58 .p60 {
  padding: 60px;
}
#a2681a6478abf58 .title {
  color: #333;
}
#a2681a6478abf58 .pb-70 {
  padding-bottom: 70px;
}
#a2681a6478abf58 .mt-25 {
  margin-top: 25px;
}
#a2681a6478abf58 .mb-25 {
  margin-bottom: 25px;
}
#a2681a6478abf58 .mt-40 {
  margin-top: 40px;
}
#a2681a6478abf58 .mt-50 {
  margin-top: 50px;
}
#a2681a6478abf58 .f14 {
  font-size: 14px;
}
#a2681a6478abf58 .f18 {
  font-size: 18px;
}
#a2681a6478abf58 .f20 {
  font-size: 20px;
}
#a2681a6478abf58 .f30 {
  font-size: 30px;
}
#a2681a6478abf58 .f34 {
  font-size: 34px;
}
#a2681a6478abf58 .f50 {
  font-size: 50px;
}
#a2681a6478abf58 .color-888 {
  color: #888;
}
#a2681a6478abf58 .color-555 {
  color: #555;
}
#a2681a6478abf58 .color-999 {
  color: #999;
}
#a2681a6478abf58 .color-aaa {
  color: #aaa;
}
#a2681a6478abf58 .bg-f8 {
  background-color: #f8f9fb;
}
#a2681a6478abf58 .bg-white {
  background-color: white;
}
#a2681a6478abf58 .flex-between {
  display: flex;
  justify-content: space-between;
}
#a2681a6478abf58 .flex {
  display: flex;
  justify-content: space-around;
}
#a2681a6478abf58 .posi {
  position: relative;
}
#a2681a6478abf58 .w50 {
  width: 50%;
}
#a2681a6478abf58 .img {
  position: relative;
  overflow: hidden;
}
#a2681a6478abf58 .transition {
  transition: all .36s;
}
#a2681a6478abf58 .line-height {
  line-height: 2;
}
#a2681a6478abf58 .text-center {
  text-align: center;
}
#a2681a6478abf58 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a2681a6478abf58 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a2681a6478abf58 .opacity6 {
  opacity: 0.6;
}
#a2681a6478abf58 .DIN {
  color: #666;
}
#a2681a6478abf58 .opacity5 {
  opacity: 0.5;
}
#a2681a6478abf58 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a2681a6478abf58 .wapFlex {
    flex-direction: column;
  }
  #a2681a6478abf58 .w50 {
    width: 100%;
  }
}
#a2681a6478abf58 .more {
  color: #888;
}
#a2681a6478abf58 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a2681a6478abf58 .inxTit .f20 {
  letter-spacing: 6px;
}
#a2681a6478abf58 .newTop .txt .more {
  display: inline-block;
}
#a2681a6478abf58 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#a2681a6478abf58 .newTop .txt,
#a2681a6478abf58 .newTop .img {
  height: 420px;
}
#a2681a6478abf58 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a2681a6478abf58 .newTop:hover {
  color: #0f6ecd;
}
#a2681a6478abf58 .newTop:hover .img img {
  transform: scale(1.1);
}
#a2681a6478abf58 .idxnewsUl li {
  flex: 1;
}
#a2681a6478abf58 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a2681a6478abf58 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a2681a6478abf58 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a2681a6478abf58 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a2681a6478abf58 .idxnewsUl li .more {
  display: inline-block;
}
#a2681a6478abf58 .idxnewsUl li:hover::after {
  height: 100%;
}
#a2681a6478abf58 .idxnewsUl li:hover a {
  color: #fff!important;
}
#a2681a6478abf58 .idxnewsUl li:hover .title {
  color: #fff;
}
#a2681a6478abf58 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a2681a6478abf58 .idxnewsUl li:hover .more {
  color: #fff;
}
#a2681a6478abf58 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a2681a6478abf58 .p50 {
    padding: 45px;
  }
  #a2681a6478abf58 .pt-60 {
    padding-top: 55px;
  }
  #a2681a6478abf58 .pb-60 {
    padding-bottom: 55px;
  }
  #a2681a6478abf58 .p60 {
    padding: 55px;
  }
  #a2681a6478abf58 .pb-70 {
    padding-bottom: 66px;
  }
  #a2681a6478abf58 .mt-25 {
    margin-top: 20px;
  }
  #a2681a6478abf58 .mb-25 {
    margin-bottom: 20px;
  }
  #a2681a6478abf58 .mt-40 {
    margin-top: 36px;
  }
  #a2681a6478abf58 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a2681a6478abf58 .p50 {
    padding: 42px;
  }
  #a2681a6478abf58 .pt-60 {
    padding-top: 50px;
  }
  #a2681a6478abf58 .pb-60 {
    padding-bottom: 50px;
  }
  #a2681a6478abf58 .p60 {
    padding: 50px;
  }
  #a2681a6478abf58 .pb-70 {
    padding-bottom: 50px;
  }
  #a2681a6478abf58 .mt-25 {
    margin-top: 18px;
  }
  #a2681a6478abf58 .mb-25 {
    margin-bottom: 18px;
  }
  #a2681a6478abf58 .mt-40 {
    margin-top: 34px;
  }
  #a2681a6478abf58 .mt-50 {
    margin-top: 42px;
  }
  #a2681a6478abf58 .f14 {
    font-size: 14px;
  }
  #a2681a6478abf58 .f18 {
    font-size: 16px;
  }
  #a2681a6478abf58 .f20 {
    font-size: 18px;
  }
  #a2681a6478abf58 .f30 {
    font-size: 26px;
  }
  #a2681a6478abf58 .f34 {
    font-size: 28px;
  }
  #a2681a6478abf58 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a2681a6478abf58 .pt-60 {
    padding-top: 50px;
  }
  #a2681a6478abf58 .pb-60 {
    padding-bottom: 50px;
  }
  #a2681a6478abf58 .p60 {
    padding: 50px;
  }
  #a2681a6478abf58 .p50 {
    padding: 40px;
  }
  #a2681a6478abf58 .pb-70 {
    padding-bottom: 60px;
  }
  #a2681a6478abf58 .mt-25 {
    margin-top: 16px;
  }
  #a2681a6478abf58 .mb-25 {
    margin-bottom: 16px;
  }
  #a2681a6478abf58 .mt-40 {
    margin-top: 32px;
  }
  #a2681a6478abf58 .mt-50 {
    margin-top: 40px;
  }
  #a2681a6478abf58 .f14 {
    font-size: 12px;
  }
  #a2681a6478abf58 .f18 {
    font-size: 14px;
  }
  #a2681a6478abf58 .f20 {
    font-size: 16px;
  }
  #a2681a6478abf58 .f30 {
    font-size: 18px;
  }
  #a2681a6478abf58 .f34 {
    font-size: 22px;
  }
  #a2681a6478abf58 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a2681a6478abf58 .p50 {
    padding: 35px;
  }
  #a2681a6478abf58 .pt-60 {
    padding-top: 42px;
  }
  #a2681a6478abf58 .pb-60 {
    padding-bottom: 42px;
  }
  #a2681a6478abf58 .p60 {
    padding: 42px;
  }
  #a2681a6478abf58 .pb-70 {
    padding-bottom: 55px;
  }
  #a2681a6478abf58 .mt-25 {
    margin-top: 15px;
  }
  #a2681a6478abf58 .mb-25 {
    margin-bottom: 15px;
  }
  #a2681a6478abf58 .mt-40 {
    margin-top: 28px;
  }
  #a2681a6478abf58 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a2681a6478abf58 .p50 {
    padding: 20px;
  }
  #a2681a6478abf58 .pt-60 {
    padding-top: 20px;
  }
  #a2681a6478abf58 .pb-60 {
    padding-bottom: 20px;
  }
  #a2681a6478abf58 .p60 {
    padding: 20px;
  }
  #a2681a6478abf58 .pb-70 {
    padding-bottom: 20px;
  }
  #a2681a6478abf58 .mt-40 {
    margin-top: 20px;
  }
  #a2681a6478abf58 .mt-50 {
    margin-top: 20px;
  }
  #a2681a6478abf58 .f18 {
    font-size: 13px;
  }
  #a2681a6478abf58 .f20 {
    font-size: 14px;
  }
  #a2681a6478abf58 .f30 {
    font-size: 16px;
  }
  #a2681a6478abf58 .f34 {
    font-size: 16px;
  }
  #a2681a6478abf58 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a2681a6478abf58 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a2681a6478abf58 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a2681a6478abf58 .w1440 {
    width: 100%;
    padding: 0;
  }
  #a2681a6478abf58 .newTop .txt,
  #a2681a6478abf58 .newTop .img {
    height: auto;
  }
  #a2681a6478abf58 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a2681a6478abf58 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a2681a6478abf58 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2338a3dd6ac1ea .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a2338a3dd6ac1ea .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a2338a3dd6ac1ea .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a2338a3dd6ac1ea .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a2338a3dd6ac1ea .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a5cf7a701fad34e > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#af4f6a1b84a12c5 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4bc6a76c2a432f {
  overflow: hidden;
}
#a4bc6a76c2a432f .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a4bc6a76c2a432f .img-wrap:hover {
  transform: scale(1.1);
}
#a1fa1a3284a1633 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac185addf6a7c3f {
  overflow: hidden;
}
#ac185addf6a7c3f .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ac185addf6a7c3f .img-wrap:hover {
  transform: scale(1.1);
}
#a8e23ae172a8830 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acd7ca4765a6dea {
  overflow: hidden;
}
#acd7ca4765a6dea .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#acd7ca4765a6dea .img-wrap:hover {
  transform: scale(1.1);
}
#ad59fa1006a84c9 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5a63aa8c9a062d {
  overflow: hidden;
}
#a5a63aa8c9a062d .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a5a63aa8c9a062d .img-wrap:hover {
  transform: scale(1.1);
}
#ab19aac04ea5253 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4c5ca2b77af5dc {
  overflow: hidden;
}
#a4c5ca2b77af5dc .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a4c5ca2b77af5dc .img-wrap:hover {
  transform: scale(1.1);
}
#ae023ab622a1182 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af190a8acea1fd5 {
  overflow: hidden;
}
#af190a8acea1fd5 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#af190a8acea1fd5 .img-wrap:hover {
  transform: scale(1.1);
}
#ad957a18cca9d9c > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0108a2b2bab9ca {
  overflow: hidden;
}
#a0108a2b2bab9ca .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a0108a2b2bab9ca .img-wrap:hover {
  transform: scale(1.1);
}
#a0290ab54ba3468 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae65fa849cadc13 {
  overflow: hidden;
}
#ae65fa849cadc13 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ae65fa849cadc13 .img-wrap:hover {
  transform: scale(1.1);
}
#ad56aa5aa5ae7bd {
  overflow: hidden;
  pointer-events: none;
}
#ad56aa5aa5ae7bd > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad56aa5aa5ae7bd > .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;
}
#ad56aa5aa5ae7bd > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad56aa5aa5ae7bd > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad56aa5aa5ae7bd > .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;
}
#ad56aa5aa5ae7bd > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad56aa5aa5ae7bd > .tab-wrap > div > .tab-nav,
#ad56aa5aa5ae7bd > .tab-nav,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#ad56aa5aa5ae7bd > .tab-wrap > div > .tab-nav-horizontal,
#ad56aa5aa5ae7bd > .tab-nav-horizontal,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad56aa5aa5ae7bd > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad56aa5aa5ae7bd > .tab-nav-horizontal::-webkit-scrollbar,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad56aa5aa5ae7bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad56aa5aa5ae7bd > .tab-nav-horizontal.tagScroll,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#ad56aa5aa5ae7bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad56aa5aa5ae7bd > .tab-nav-horizontal.tagScroll li a,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad56aa5aa5ae7bd > .tab-wrap > div > .tab-nav a,
#ad56aa5aa5ae7bd > .tab-nav a,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#ad56aa5aa5ae7bd > .tab-wrap > div > .tab-nav li a,
#ad56aa5aa5ae7bd > .tab-nav li a,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#ad56aa5aa5ae7bd > .tab-wrap > div > .tab-nav li a svg,
#ad56aa5aa5ae7bd > .tab-nav li a svg,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad56aa5aa5ae7bd > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad56aa5aa5ae7bd > .tab-nav li a .ap_icon,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad56aa5aa5ae7bd > .tab-wrap > div > .tab-nav li a:hover,
#ad56aa5aa5ae7bd > .tab-nav li a:hover,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#ad56aa5aa5ae7bd > .tab-wrap > div > .tab-nav li.uk-active a,
#ad56aa5aa5ae7bd > .tab-nav li.uk-active a,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad56aa5aa5ae7bd > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#ad56aa5aa5ae7bd .layout-left li,
#ad56aa5aa5ae7bd .layout-center li,
#ad56aa5aa5ae7bd .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad56aa5aa5ae7bd .layout-left li a,
#ad56aa5aa5ae7bd .layout-center li a,
#ad56aa5aa5ae7bd .layout-right li a {
  height: 100%;
}
#ad56aa5aa5ae7bd > .tab-tabs .layout-left {
  text-align: left;
}
#ad56aa5aa5ae7bd > .tab-tabs .layout-center {
  text-align: center;
}
#ad56aa5aa5ae7bd > .tab-tabs .layout-right {
  text-align: right;
}
#ad56aa5aa5ae7bd .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#ad56aa5aa5ae7bd .tab-content-wrap {
  background-color: transparent;
}
#ad56aa5aa5ae7bd .tab-contents,
#ad56aa5aa5ae7bd .tab-contents-wrap {
  pointer-events: none;
}
#ad56aa5aa5ae7bd .tab-content,
#ad56aa5aa5ae7bd .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad56aa5aa5ae7bd .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad56aa5aa5ae7bd .tab-wrap .tab-contents {
  height: 100%;
}
#ad56aa5aa5ae7bd .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad56aa5aa5ae7bd .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad56aa5aa5ae7bd .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa2fca0a7fab1ec .ac4c1a0beaa8972 {
  overflow: hidden;
}
#aa2fca0a7fab1ec .ac4c1a0beaa8972 , #aa2fca0a7fab1ec .ac4c1a0beaa8972 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa2fca0a7fab1ec .ac4c1a0beaa8972:hover , #aa2fca0a7fab1ec .ac4c1a0beaa8972 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#aa2fca0a7fab1ec .uk-grid {
  margin-left: -15px;
}
#aa2fca0a7fab1ec .uk-grid > * {
  padding-left: 15px;
}
#aa2fca0a7fab1ec .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa2fca0a7fab1ec .dynamic-list-item {
  background-color: #ffffff;
}
#aa2fca0a7fab1ec .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa2fca0a7fab1ec .uk-position-center-left-out {
    left: -30px;
  }
  #aa2fca0a7fab1ec .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a22efae475abd05 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae1d0a0b1bae8d0 img {
  border: 0 none;
}
#ae1d0a0b1bae8d0 ul,
#ae1d0a0b1bae8d0 li {
  list-style: none;
}
#ae1d0a0b1bae8d0 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#ae1d0a0b1bae8d0 a img {
  border: 0 none;
}
#ae1d0a0b1bae8d0 i {
  font-style: normal;
}
#ae1d0a0b1bae8d0 .p50 {
  padding: 50px;
}
#ae1d0a0b1bae8d0 .pt-60 {
  padding-top: 60px;
}
#ae1d0a0b1bae8d0 .pb-60 {
  padding-bottom: 60px;
}
#ae1d0a0b1bae8d0 .p60 {
  padding: 60px;
}
#ae1d0a0b1bae8d0 .title {
  color: #333;
}
#ae1d0a0b1bae8d0 .pb-70 {
  padding-bottom: 70px;
}
#ae1d0a0b1bae8d0 .mt-25 {
  margin-top: 25px;
}
#ae1d0a0b1bae8d0 .mb-25 {
  margin-bottom: 25px;
}
#ae1d0a0b1bae8d0 .mt-40 {
  margin-top: 40px;
}
#ae1d0a0b1bae8d0 .mt-50 {
  margin-top: 50px;
}
#ae1d0a0b1bae8d0 .f14 {
  font-size: 14px;
}
#ae1d0a0b1bae8d0 .f18 {
  font-size: 18px;
}
#ae1d0a0b1bae8d0 .f20 {
  font-size: 20px;
}
#ae1d0a0b1bae8d0 .f30 {
  font-size: 30px;
}
#ae1d0a0b1bae8d0 .f34 {
  font-size: 34px;
}
#ae1d0a0b1bae8d0 .f50 {
  font-size: 50px;
}
#ae1d0a0b1bae8d0 .color-888 {
  color: #888;
}
#ae1d0a0b1bae8d0 .color-555 {
  color: #555;
}
#ae1d0a0b1bae8d0 .color-999 {
  color: #999;
}
#ae1d0a0b1bae8d0 .color-aaa {
  color: #aaa;
}
#ae1d0a0b1bae8d0 .bg-f8 {
  background-color: #f8f9fb;
}
#ae1d0a0b1bae8d0 .bg-white {
  background-color: white;
}
#ae1d0a0b1bae8d0 .flex-between {
  display: flex;
  justify-content: space-between;
}
#ae1d0a0b1bae8d0 .flex {
  display: flex;
  justify-content: space-around;
}
#ae1d0a0b1bae8d0 .posi {
  position: relative;
}
#ae1d0a0b1bae8d0 .w50 {
  width: 50%;
}
#ae1d0a0b1bae8d0 .img {
  position: relative;
  overflow: hidden;
}
#ae1d0a0b1bae8d0 .transition {
  transition: all .36s;
}
#ae1d0a0b1bae8d0 .line-height {
  line-height: 2;
}
#ae1d0a0b1bae8d0 .text-center {
  text-align: center;
}
#ae1d0a0b1bae8d0 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ae1d0a0b1bae8d0 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ae1d0a0b1bae8d0 .opacity6 {
  opacity: 0.6;
}
#ae1d0a0b1bae8d0 .DIN {
  color: #666;
}
#ae1d0a0b1bae8d0 .opacity5 {
  opacity: 0.5;
}
#ae1d0a0b1bae8d0 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #ae1d0a0b1bae8d0 .wapFlex {
    flex-direction: column;
  }
  #ae1d0a0b1bae8d0 .w50 {
    width: 100%;
  }
}
#ae1d0a0b1bae8d0 .more {
  color: #888;
}
#ae1d0a0b1bae8d0 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#ae1d0a0b1bae8d0 .inxTit .f20 {
  letter-spacing: 6px;
}
#ae1d0a0b1bae8d0 .newTop .txt .more {
  display: inline-block;
}
#ae1d0a0b1bae8d0 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#ae1d0a0b1bae8d0 .newTop .txt,
#ae1d0a0b1bae8d0 .newTop .img {
  height: 420px;
}
#ae1d0a0b1bae8d0 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ae1d0a0b1bae8d0 .newTop:hover {
  color: #0f6ecd;
}
#ae1d0a0b1bae8d0 .newTop:hover .img img {
  transform: scale(1.1);
}
#ae1d0a0b1bae8d0 .idxnewsUl li {
  flex: 1;
}
#ae1d0a0b1bae8d0 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#ae1d0a0b1bae8d0 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#ae1d0a0b1bae8d0 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#ae1d0a0b1bae8d0 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#ae1d0a0b1bae8d0 .idxnewsUl li .more {
  display: inline-block;
}
#ae1d0a0b1bae8d0 .idxnewsUl li:hover::after {
  height: 100%;
}
#ae1d0a0b1bae8d0 .idxnewsUl li:hover a {
  color: #fff!important;
}
#ae1d0a0b1bae8d0 .idxnewsUl li:hover .title {
  color: #fff;
}
#ae1d0a0b1bae8d0 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#ae1d0a0b1bae8d0 .idxnewsUl li:hover .more {
  color: #fff;
}
#ae1d0a0b1bae8d0 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #ae1d0a0b1bae8d0 .p50 {
    padding: 45px;
  }
  #ae1d0a0b1bae8d0 .pt-60 {
    padding-top: 55px;
  }
  #ae1d0a0b1bae8d0 .pb-60 {
    padding-bottom: 55px;
  }
  #ae1d0a0b1bae8d0 .p60 {
    padding: 55px;
  }
  #ae1d0a0b1bae8d0 .pb-70 {
    padding-bottom: 66px;
  }
  #ae1d0a0b1bae8d0 .mt-25 {
    margin-top: 20px;
  }
  #ae1d0a0b1bae8d0 .mb-25 {
    margin-bottom: 20px;
  }
  #ae1d0a0b1bae8d0 .mt-40 {
    margin-top: 36px;
  }
  #ae1d0a0b1bae8d0 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #ae1d0a0b1bae8d0 .p50 {
    padding: 42px;
  }
  #ae1d0a0b1bae8d0 .pt-60 {
    padding-top: 50px;
  }
  #ae1d0a0b1bae8d0 .pb-60 {
    padding-bottom: 50px;
  }
  #ae1d0a0b1bae8d0 .p60 {
    padding: 50px;
  }
  #ae1d0a0b1bae8d0 .pb-70 {
    padding-bottom: 50px;
  }
  #ae1d0a0b1bae8d0 .mt-25 {
    margin-top: 18px;
  }
  #ae1d0a0b1bae8d0 .mb-25 {
    margin-bottom: 18px;
  }
  #ae1d0a0b1bae8d0 .mt-40 {
    margin-top: 34px;
  }
  #ae1d0a0b1bae8d0 .mt-50 {
    margin-top: 42px;
  }
  #ae1d0a0b1bae8d0 .f14 {
    font-size: 14px;
  }
  #ae1d0a0b1bae8d0 .f18 {
    font-size: 16px;
  }
  #ae1d0a0b1bae8d0 .f20 {
    font-size: 18px;
  }
  #ae1d0a0b1bae8d0 .f30 {
    font-size: 26px;
  }
  #ae1d0a0b1bae8d0 .f34 {
    font-size: 28px;
  }
  #ae1d0a0b1bae8d0 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #ae1d0a0b1bae8d0 .pt-60 {
    padding-top: 50px;
  }
  #ae1d0a0b1bae8d0 .pb-60 {
    padding-bottom: 50px;
  }
  #ae1d0a0b1bae8d0 .p60 {
    padding: 50px;
  }
  #ae1d0a0b1bae8d0 .p50 {
    padding: 40px;
  }
  #ae1d0a0b1bae8d0 .pb-70 {
    padding-bottom: 60px;
  }
  #ae1d0a0b1bae8d0 .mt-25 {
    margin-top: 16px;
  }
  #ae1d0a0b1bae8d0 .mb-25 {
    margin-bottom: 16px;
  }
  #ae1d0a0b1bae8d0 .mt-40 {
    margin-top: 32px;
  }
  #ae1d0a0b1bae8d0 .mt-50 {
    margin-top: 40px;
  }
  #ae1d0a0b1bae8d0 .f14 {
    font-size: 12px;
  }
  #ae1d0a0b1bae8d0 .f18 {
    font-size: 14px;
  }
  #ae1d0a0b1bae8d0 .f20 {
    font-size: 16px;
  }
  #ae1d0a0b1bae8d0 .f30 {
    font-size: 18px;
  }
  #ae1d0a0b1bae8d0 .f34 {
    font-size: 22px;
  }
  #ae1d0a0b1bae8d0 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #ae1d0a0b1bae8d0 .p50 {
    padding: 35px;
  }
  #ae1d0a0b1bae8d0 .pt-60 {
    padding-top: 42px;
  }
  #ae1d0a0b1bae8d0 .pb-60 {
    padding-bottom: 42px;
  }
  #ae1d0a0b1bae8d0 .p60 {
    padding: 42px;
  }
  #ae1d0a0b1bae8d0 .pb-70 {
    padding-bottom: 55px;
  }
  #ae1d0a0b1bae8d0 .mt-25 {
    margin-top: 15px;
  }
  #ae1d0a0b1bae8d0 .mb-25 {
    margin-bottom: 15px;
  }
  #ae1d0a0b1bae8d0 .mt-40 {
    margin-top: 28px;
  }
  #ae1d0a0b1bae8d0 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #ae1d0a0b1bae8d0 .p50 {
    padding: 20px;
  }
  #ae1d0a0b1bae8d0 .pt-60 {
    padding-top: 20px;
  }
  #ae1d0a0b1bae8d0 .pb-60 {
    padding-bottom: 20px;
  }
  #ae1d0a0b1bae8d0 .p60 {
    padding: 20px;
  }
  #ae1d0a0b1bae8d0 .pb-70 {
    padding-bottom: 20px;
  }
  #ae1d0a0b1bae8d0 .mt-40 {
    margin-top: 20px;
  }
  #ae1d0a0b1bae8d0 .mt-50 {
    margin-top: 20px;
  }
  #ae1d0a0b1bae8d0 .f18 {
    font-size: 13px;
  }
  #ae1d0a0b1bae8d0 .f20 {
    font-size: 14px;
  }
  #ae1d0a0b1bae8d0 .f30 {
    font-size: 16px;
  }
  #ae1d0a0b1bae8d0 .f34 {
    font-size: 16px;
  }
  #ae1d0a0b1bae8d0 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #ae1d0a0b1bae8d0 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #ae1d0a0b1bae8d0 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #ae1d0a0b1bae8d0 .w1440 {
    width: 100%;
    padding: 0;
  }
  #ae1d0a0b1bae8d0 .newTop .txt,
  #ae1d0a0b1bae8d0 .newTop .img {
    height: auto;
  }
  #ae1d0a0b1bae8d0 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #ae1d0a0b1bae8d0 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #ae1d0a0b1bae8d0 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab4a3abb67ac7b8 .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#ab4a3abb67ac7b8 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#ab4a3abb67ac7b8 .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#ab4a3abb67ac7b8 .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#ab4a3abb67ac7b8 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a0c49a69b7ad2f3 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#adc83aab2aa939f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a10c0a4a46a25a2 {
  overflow: hidden;
}
#a10c0a4a46a25a2 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a10c0a4a46a25a2 .img-wrap:hover {
  transform: scale(1.1);
}
#a28f8a3f5aa0b6a > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acc1ca0647a0e86 {
  overflow: hidden;
}
#acc1ca0647a0e86 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#acc1ca0647a0e86 .img-wrap:hover {
  transform: scale(1.1);
}
#ac9f0ab121a3458 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0473aff12a656c {
  overflow: hidden;
}
#a0473aff12a656c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a0473aff12a656c .img-wrap:hover {
  transform: scale(1.1);
}
#af7b7a4637a0de6 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae25fab0d3abb02 {
  overflow: hidden;
}
#ae25fab0d3abb02 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ae25fab0d3abb02 .img-wrap:hover {
  transform: scale(1.1);
}
#afb87a1493a72e5 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5104a9016adb00 {
  overflow: hidden;
}
#a5104a9016adb00 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a5104a9016adb00 .img-wrap:hover {
  transform: scale(1.1);
}
#ae897a1c40a7df5 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a48b2af175aec29 {
  overflow: hidden;
}
#a48b2af175aec29 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a48b2af175aec29 .img-wrap:hover {
  transform: scale(1.1);
}
#a170caf522a4359 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a84d8ab49bad9d0 {
  overflow: hidden;
}
#a84d8ab49bad9d0 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a84d8ab49bad9d0 .img-wrap:hover {
  transform: scale(1.1);
}
#a2a48ad521a794a > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a395faad7fa1b2f {
  overflow: hidden;
}
#a395faad7fa1b2f .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a395faad7fa1b2f .img-wrap:hover {
  transform: scale(1.1);
}
#a0ff2aa4daabba2 {
  overflow: hidden;
  pointer-events: none;
}
#a0ff2aa4daabba2 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0ff2aa4daabba2 > .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;
}
#a0ff2aa4daabba2 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0ff2aa4daabba2 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0ff2aa4daabba2 > .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;
}
#a0ff2aa4daabba2 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0ff2aa4daabba2 > .tab-wrap > div > .tab-nav,
#a0ff2aa4daabba2 > .tab-nav,
#a0ff2aa4daabba2 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0ff2aa4daabba2 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a0ff2aa4daabba2 > .tab-wrap > div > .tab-nav-horizontal,
#a0ff2aa4daabba2 > .tab-nav-horizontal,
#a0ff2aa4daabba2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0ff2aa4daabba2 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0ff2aa4daabba2 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0ff2aa4daabba2 > .tab-nav-horizontal::-webkit-scrollbar,
#a0ff2aa4daabba2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0ff2aa4daabba2 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0ff2aa4daabba2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0ff2aa4daabba2 > .tab-nav-horizontal.tagScroll,
#a0ff2aa4daabba2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0ff2aa4daabba2 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a0ff2aa4daabba2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0ff2aa4daabba2 > .tab-nav-horizontal.tagScroll li a,
#a0ff2aa4daabba2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0ff2aa4daabba2 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0ff2aa4daabba2 > .tab-wrap > div > .tab-nav a,
#a0ff2aa4daabba2 > .tab-nav a,
#a0ff2aa4daabba2 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0ff2aa4daabba2 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a0ff2aa4daabba2 > .tab-wrap > div > .tab-nav li a,
#a0ff2aa4daabba2 > .tab-nav li a,
#a0ff2aa4daabba2 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0ff2aa4daabba2 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#a0ff2aa4daabba2 > .tab-wrap > div > .tab-nav li a svg,
#a0ff2aa4daabba2 > .tab-nav li a svg,
#a0ff2aa4daabba2 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0ff2aa4daabba2 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0ff2aa4daabba2 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0ff2aa4daabba2 > .tab-nav li a .ap_icon,
#a0ff2aa4daabba2 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0ff2aa4daabba2 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0ff2aa4daabba2 > .tab-wrap > div > .tab-nav li a:hover,
#a0ff2aa4daabba2 > .tab-nav li a:hover,
#a0ff2aa4daabba2 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0ff2aa4daabba2 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#a0ff2aa4daabba2 > .tab-wrap > div > .tab-nav li.uk-active a,
#a0ff2aa4daabba2 > .tab-nav li.uk-active a,
#a0ff2aa4daabba2 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0ff2aa4daabba2 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#a0ff2aa4daabba2 .layout-left li,
#a0ff2aa4daabba2 .layout-center li,
#a0ff2aa4daabba2 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0ff2aa4daabba2 .layout-left li a,
#a0ff2aa4daabba2 .layout-center li a,
#a0ff2aa4daabba2 .layout-right li a {
  height: 100%;
}
#a0ff2aa4daabba2 > .tab-tabs .layout-left {
  text-align: left;
}
#a0ff2aa4daabba2 > .tab-tabs .layout-center {
  text-align: center;
}
#a0ff2aa4daabba2 > .tab-tabs .layout-right {
  text-align: right;
}
#a0ff2aa4daabba2 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a0ff2aa4daabba2 .tab-content-wrap {
  background-color: transparent;
}
#a0ff2aa4daabba2 .tab-contents,
#a0ff2aa4daabba2 .tab-contents-wrap {
  pointer-events: none;
}
#a0ff2aa4daabba2 .tab-content,
#a0ff2aa4daabba2 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0ff2aa4daabba2 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0ff2aa4daabba2 .tab-wrap .tab-contents {
  height: 100%;
}
#a0ff2aa4daabba2 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0ff2aa4daabba2 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0ff2aa4daabba2 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa70cae89aa6cba .a719fa0687af0fe {
  overflow: hidden;
}
#aa70cae89aa6cba .a719fa0687af0fe , #aa70cae89aa6cba .a719fa0687af0fe > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa70cae89aa6cba .a719fa0687af0fe:hover , #aa70cae89aa6cba .a719fa0687af0fe *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#aa70cae89aa6cba .uk-grid {
  margin-left: -15px;
}
#aa70cae89aa6cba .uk-grid > * {
  padding-left: 15px;
}
#aa70cae89aa6cba .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa70cae89aa6cba .dynamic-list-item {
  background-color: #ffffff;
}
#aa70cae89aa6cba .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa70cae89aa6cba .uk-position-center-left-out {
    left: -30px;
  }
  #aa70cae89aa6cba .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a456eaea57a7bbe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aceeea3dc1a66b7 img {
  border: 0 none;
}
#aceeea3dc1a66b7 ul,
#aceeea3dc1a66b7 li {
  list-style: none;
}
#aceeea3dc1a66b7 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#aceeea3dc1a66b7 a img {
  border: 0 none;
}
#aceeea3dc1a66b7 i {
  font-style: normal;
}
#aceeea3dc1a66b7 .p50 {
  padding: 50px;
}
#aceeea3dc1a66b7 .pt-60 {
  padding-top: 60px;
}
#aceeea3dc1a66b7 .pb-60 {
  padding-bottom: 60px;
}
#aceeea3dc1a66b7 .p60 {
  padding: 60px;
}
#aceeea3dc1a66b7 .title {
  color: #333;
}
#aceeea3dc1a66b7 .pb-70 {
  padding-bottom: 70px;
}
#aceeea3dc1a66b7 .mt-25 {
  margin-top: 25px;
}
#aceeea3dc1a66b7 .mb-25 {
  margin-bottom: 25px;
}
#aceeea3dc1a66b7 .mt-40 {
  margin-top: 40px;
}
#aceeea3dc1a66b7 .mt-50 {
  margin-top: 50px;
}
#aceeea3dc1a66b7 .f14 {
  font-size: 14px;
}
#aceeea3dc1a66b7 .f18 {
  font-size: 18px;
}
#aceeea3dc1a66b7 .f20 {
  font-size: 20px;
}
#aceeea3dc1a66b7 .f30 {
  font-size: 30px;
}
#aceeea3dc1a66b7 .f34 {
  font-size: 34px;
}
#aceeea3dc1a66b7 .f50 {
  font-size: 50px;
}
#aceeea3dc1a66b7 .color-888 {
  color: #888;
}
#aceeea3dc1a66b7 .color-555 {
  color: #555;
}
#aceeea3dc1a66b7 .color-999 {
  color: #999;
}
#aceeea3dc1a66b7 .color-aaa {
  color: #aaa;
}
#aceeea3dc1a66b7 .bg-f8 {
  background-color: #f8f9fb;
}
#aceeea3dc1a66b7 .bg-white {
  background-color: white;
}
#aceeea3dc1a66b7 .flex-between {
  display: flex;
  justify-content: space-between;
}
#aceeea3dc1a66b7 .flex {
  display: flex;
  justify-content: space-around;
}
#aceeea3dc1a66b7 .posi {
  position: relative;
}
#aceeea3dc1a66b7 .w50 {
  width: 50%;
}
#aceeea3dc1a66b7 .img {
  position: relative;
  overflow: hidden;
}
#aceeea3dc1a66b7 .transition {
  transition: all .36s;
}
#aceeea3dc1a66b7 .line-height {
  line-height: 2;
}
#aceeea3dc1a66b7 .text-center {
  text-align: center;
}
#aceeea3dc1a66b7 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#aceeea3dc1a66b7 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#aceeea3dc1a66b7 .opacity6 {
  opacity: 0.6;
}
#aceeea3dc1a66b7 .DIN {
  color: #666;
}
#aceeea3dc1a66b7 .opacity5 {
  opacity: 0.5;
}
#aceeea3dc1a66b7 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #aceeea3dc1a66b7 .wapFlex {
    flex-direction: column;
  }
  #aceeea3dc1a66b7 .w50 {
    width: 100%;
  }
}
#aceeea3dc1a66b7 .more {
  color: #888;
}
#aceeea3dc1a66b7 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#aceeea3dc1a66b7 .inxTit .f20 {
  letter-spacing: 6px;
}
#aceeea3dc1a66b7 .newTop .txt .more {
  display: inline-block;
}
#aceeea3dc1a66b7 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#aceeea3dc1a66b7 .newTop .txt,
#aceeea3dc1a66b7 .newTop .img {
  height: 420px;
}
#aceeea3dc1a66b7 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#aceeea3dc1a66b7 .newTop:hover {
  color: #0f6ecd;
}
#aceeea3dc1a66b7 .newTop:hover .img img {
  transform: scale(1.1);
}
#aceeea3dc1a66b7 .idxnewsUl li {
  flex: 1;
}
#aceeea3dc1a66b7 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#aceeea3dc1a66b7 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#aceeea3dc1a66b7 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#aceeea3dc1a66b7 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#aceeea3dc1a66b7 .idxnewsUl li .more {
  display: inline-block;
}
#aceeea3dc1a66b7 .idxnewsUl li:hover::after {
  height: 100%;
}
#aceeea3dc1a66b7 .idxnewsUl li:hover a {
  color: #fff!important;
}
#aceeea3dc1a66b7 .idxnewsUl li:hover .title {
  color: #fff;
}
#aceeea3dc1a66b7 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#aceeea3dc1a66b7 .idxnewsUl li:hover .more {
  color: #fff;
}
#aceeea3dc1a66b7 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #aceeea3dc1a66b7 .p50 {
    padding: 45px;
  }
  #aceeea3dc1a66b7 .pt-60 {
    padding-top: 55px;
  }
  #aceeea3dc1a66b7 .pb-60 {
    padding-bottom: 55px;
  }
  #aceeea3dc1a66b7 .p60 {
    padding: 55px;
  }
  #aceeea3dc1a66b7 .pb-70 {
    padding-bottom: 66px;
  }
  #aceeea3dc1a66b7 .mt-25 {
    margin-top: 20px;
  }
  #aceeea3dc1a66b7 .mb-25 {
    margin-bottom: 20px;
  }
  #aceeea3dc1a66b7 .mt-40 {
    margin-top: 36px;
  }
  #aceeea3dc1a66b7 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #aceeea3dc1a66b7 .p50 {
    padding: 42px;
  }
  #aceeea3dc1a66b7 .pt-60 {
    padding-top: 50px;
  }
  #aceeea3dc1a66b7 .pb-60 {
    padding-bottom: 50px;
  }
  #aceeea3dc1a66b7 .p60 {
    padding: 50px;
  }
  #aceeea3dc1a66b7 .pb-70 {
    padding-bottom: 50px;
  }
  #aceeea3dc1a66b7 .mt-25 {
    margin-top: 18px;
  }
  #aceeea3dc1a66b7 .mb-25 {
    margin-bottom: 18px;
  }
  #aceeea3dc1a66b7 .mt-40 {
    margin-top: 34px;
  }
  #aceeea3dc1a66b7 .mt-50 {
    margin-top: 42px;
  }
  #aceeea3dc1a66b7 .f14 {
    font-size: 14px;
  }
  #aceeea3dc1a66b7 .f18 {
    font-size: 16px;
  }
  #aceeea3dc1a66b7 .f20 {
    font-size: 18px;
  }
  #aceeea3dc1a66b7 .f30 {
    font-size: 26px;
  }
  #aceeea3dc1a66b7 .f34 {
    font-size: 28px;
  }
  #aceeea3dc1a66b7 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #aceeea3dc1a66b7 .pt-60 {
    padding-top: 50px;
  }
  #aceeea3dc1a66b7 .pb-60 {
    padding-bottom: 50px;
  }
  #aceeea3dc1a66b7 .p60 {
    padding: 50px;
  }
  #aceeea3dc1a66b7 .p50 {
    padding: 40px;
  }
  #aceeea3dc1a66b7 .pb-70 {
    padding-bottom: 60px;
  }
  #aceeea3dc1a66b7 .mt-25 {
    margin-top: 16px;
  }
  #aceeea3dc1a66b7 .mb-25 {
    margin-bottom: 16px;
  }
  #aceeea3dc1a66b7 .mt-40 {
    margin-top: 32px;
  }
  #aceeea3dc1a66b7 .mt-50 {
    margin-top: 40px;
  }
  #aceeea3dc1a66b7 .f14 {
    font-size: 12px;
  }
  #aceeea3dc1a66b7 .f18 {
    font-size: 14px;
  }
  #aceeea3dc1a66b7 .f20 {
    font-size: 16px;
  }
  #aceeea3dc1a66b7 .f30 {
    font-size: 18px;
  }
  #aceeea3dc1a66b7 .f34 {
    font-size: 22px;
  }
  #aceeea3dc1a66b7 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #aceeea3dc1a66b7 .p50 {
    padding: 35px;
  }
  #aceeea3dc1a66b7 .pt-60 {
    padding-top: 42px;
  }
  #aceeea3dc1a66b7 .pb-60 {
    padding-bottom: 42px;
  }
  #aceeea3dc1a66b7 .p60 {
    padding: 42px;
  }
  #aceeea3dc1a66b7 .pb-70 {
    padding-bottom: 55px;
  }
  #aceeea3dc1a66b7 .mt-25 {
    margin-top: 15px;
  }
  #aceeea3dc1a66b7 .mb-25 {
    margin-bottom: 15px;
  }
  #aceeea3dc1a66b7 .mt-40 {
    margin-top: 28px;
  }
  #aceeea3dc1a66b7 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #aceeea3dc1a66b7 .p50 {
    padding: 20px;
  }
  #aceeea3dc1a66b7 .pt-60 {
    padding-top: 20px;
  }
  #aceeea3dc1a66b7 .pb-60 {
    padding-bottom: 20px;
  }
  #aceeea3dc1a66b7 .p60 {
    padding: 20px;
  }
  #aceeea3dc1a66b7 .pb-70 {
    padding-bottom: 20px;
  }
  #aceeea3dc1a66b7 .mt-40 {
    margin-top: 20px;
  }
  #aceeea3dc1a66b7 .mt-50 {
    margin-top: 20px;
  }
  #aceeea3dc1a66b7 .f18 {
    font-size: 13px;
  }
  #aceeea3dc1a66b7 .f20 {
    font-size: 14px;
  }
  #aceeea3dc1a66b7 .f30 {
    font-size: 16px;
  }
  #aceeea3dc1a66b7 .f34 {
    font-size: 16px;
  }
  #aceeea3dc1a66b7 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #aceeea3dc1a66b7 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #aceeea3dc1a66b7 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #aceeea3dc1a66b7 .w1440 {
    width: 100%;
    padding: 0;
  }
  #aceeea3dc1a66b7 .newTop .txt,
  #aceeea3dc1a66b7 .newTop .img {
    height: auto;
  }
  #aceeea3dc1a66b7 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #aceeea3dc1a66b7 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #aceeea3dc1a66b7 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2996a58afaa7c5 .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a2996a58afaa7c5 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a2996a58afaa7c5 .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a2996a58afaa7c5 .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a2996a58afaa7c5 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a4986a8f28a1ae1 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#a3496a9d7fa78ee > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9f40a8694a9b5a {
  overflow: hidden;
}
#a9f40a8694a9b5a .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a9f40a8694a9b5a .img-wrap:hover {
  transform: scale(1.1);
}
#aed21a56f0aa526 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ada7da9150a7c96 {
  overflow: hidden;
}
#ada7da9150a7c96 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ada7da9150a7c96 .img-wrap:hover {
  transform: scale(1.1);
}
#a80eea73d7a0902 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5ea6ab92ba6e6c {
  overflow: hidden;
}
#a5ea6ab92ba6e6c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a5ea6ab92ba6e6c .img-wrap:hover {
  transform: scale(1.1);
}
#ab31fa9639ad472 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab669a7092a4685 {
  overflow: hidden;
}
#ab669a7092a4685 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ab669a7092a4685 .img-wrap:hover {
  transform: scale(1.1);
}
#af504ad7c5a5853 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa528a6477ad182 {
  overflow: hidden;
}
#aa528a6477ad182 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aa528a6477ad182 .img-wrap:hover {
  transform: scale(1.1);
}
#a0f5dad7dfab45c > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab172a6d77a8e2e {
  overflow: hidden;
}
#ab172a6d77a8e2e .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#ab172a6d77a8e2e .img-wrap:hover {
  transform: scale(1.1);
}
#a5d84ae61ea3060 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0767a3d30a5ad5 {
  overflow: hidden;
}
#a0767a3d30a5ad5 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a0767a3d30a5ad5 .img-wrap:hover {
  transform: scale(1.1);
}
#adf60acb32a41e2 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a797ca9047a464c {
  overflow: hidden;
}
#a797ca9047a464c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a797ca9047a464c .img-wrap:hover {
  transform: scale(1.1);
}
#ae5daac6cea3877 {
  overflow: hidden;
  pointer-events: none;
}
#ae5daac6cea3877 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae5daac6cea3877 > .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;
}
#ae5daac6cea3877 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae5daac6cea3877 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae5daac6cea3877 > .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;
}
#ae5daac6cea3877 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae5daac6cea3877 > .tab-wrap > div > .tab-nav,
#ae5daac6cea3877 > .tab-nav,
#ae5daac6cea3877 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae5daac6cea3877 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#ae5daac6cea3877 > .tab-wrap > div > .tab-nav-horizontal,
#ae5daac6cea3877 > .tab-nav-horizontal,
#ae5daac6cea3877 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae5daac6cea3877 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae5daac6cea3877 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae5daac6cea3877 > .tab-nav-horizontal::-webkit-scrollbar,
#ae5daac6cea3877 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae5daac6cea3877 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae5daac6cea3877 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae5daac6cea3877 > .tab-nav-horizontal.tagScroll,
#ae5daac6cea3877 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae5daac6cea3877 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#ae5daac6cea3877 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae5daac6cea3877 > .tab-nav-horizontal.tagScroll li a,
#ae5daac6cea3877 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae5daac6cea3877 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae5daac6cea3877 > .tab-wrap > div > .tab-nav a,
#ae5daac6cea3877 > .tab-nav a,
#ae5daac6cea3877 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae5daac6cea3877 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#ae5daac6cea3877 > .tab-wrap > div > .tab-nav li a,
#ae5daac6cea3877 > .tab-nav li a,
#ae5daac6cea3877 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae5daac6cea3877 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#ae5daac6cea3877 > .tab-wrap > div > .tab-nav li a svg,
#ae5daac6cea3877 > .tab-nav li a svg,
#ae5daac6cea3877 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae5daac6cea3877 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae5daac6cea3877 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae5daac6cea3877 > .tab-nav li a .ap_icon,
#ae5daac6cea3877 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae5daac6cea3877 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae5daac6cea3877 > .tab-wrap > div > .tab-nav li a:hover,
#ae5daac6cea3877 > .tab-nav li a:hover,
#ae5daac6cea3877 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae5daac6cea3877 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#ae5daac6cea3877 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae5daac6cea3877 > .tab-nav li.uk-active a,
#ae5daac6cea3877 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae5daac6cea3877 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#ae5daac6cea3877 .layout-left li,
#ae5daac6cea3877 .layout-center li,
#ae5daac6cea3877 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae5daac6cea3877 .layout-left li a,
#ae5daac6cea3877 .layout-center li a,
#ae5daac6cea3877 .layout-right li a {
  height: 100%;
}
#ae5daac6cea3877 > .tab-tabs .layout-left {
  text-align: left;
}
#ae5daac6cea3877 > .tab-tabs .layout-center {
  text-align: center;
}
#ae5daac6cea3877 > .tab-tabs .layout-right {
  text-align: right;
}
#ae5daac6cea3877 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#ae5daac6cea3877 .tab-content-wrap {
  background-color: transparent;
}
#ae5daac6cea3877 .tab-contents,
#ae5daac6cea3877 .tab-contents-wrap {
  pointer-events: none;
}
#ae5daac6cea3877 .tab-content,
#ae5daac6cea3877 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae5daac6cea3877 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae5daac6cea3877 .tab-wrap .tab-contents {
  height: 100%;
}
#ae5daac6cea3877 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae5daac6cea3877 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae5daac6cea3877 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ab147a3ffba2510 .a0b0ea1584a2a10 {
  overflow: hidden;
}
#ab147a3ffba2510 .a0b0ea1584a2a10 , #ab147a3ffba2510 .a0b0ea1584a2a10 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ab147a3ffba2510 .a0b0ea1584a2a10:hover , #ab147a3ffba2510 .a0b0ea1584a2a10 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ab147a3ffba2510 .uk-grid {
  margin-left: -15px;
}
#ab147a3ffba2510 .uk-grid > * {
  padding-left: 15px;
}
#ab147a3ffba2510 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab147a3ffba2510 .dynamic-list-item {
  background-color: #ffffff;
}
#ab147a3ffba2510 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab147a3ffba2510 .uk-position-center-left-out {
    left: -30px;
  }
  #ab147a3ffba2510 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#ab4fea2e2ea38ae .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9afafca7ac114 img {
  border: 0 none;
}
#aa9afafca7ac114 ul,
#aa9afafca7ac114 li {
  list-style: none;
}
#aa9afafca7ac114 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#aa9afafca7ac114 a img {
  border: 0 none;
}
#aa9afafca7ac114 i {
  font-style: normal;
}
#aa9afafca7ac114 .p50 {
  padding: 50px;
}
#aa9afafca7ac114 .pt-60 {
  padding-top: 60px;
}
#aa9afafca7ac114 .pb-60 {
  padding-bottom: 60px;
}
#aa9afafca7ac114 .p60 {
  padding: 60px;
}
#aa9afafca7ac114 .title {
  color: #333;
}
#aa9afafca7ac114 .pb-70 {
  padding-bottom: 70px;
}
#aa9afafca7ac114 .mt-25 {
  margin-top: 25px;
}
#aa9afafca7ac114 .mb-25 {
  margin-bottom: 25px;
}
#aa9afafca7ac114 .mt-40 {
  margin-top: 40px;
}
#aa9afafca7ac114 .mt-50 {
  margin-top: 50px;
}
#aa9afafca7ac114 .f14 {
  font-size: 14px;
}
#aa9afafca7ac114 .f18 {
  font-size: 18px;
}
#aa9afafca7ac114 .f20 {
  font-size: 20px;
}
#aa9afafca7ac114 .f30 {
  font-size: 30px;
}
#aa9afafca7ac114 .f34 {
  font-size: 34px;
}
#aa9afafca7ac114 .f50 {
  font-size: 50px;
}
#aa9afafca7ac114 .color-888 {
  color: #888;
}
#aa9afafca7ac114 .color-555 {
  color: #555;
}
#aa9afafca7ac114 .color-999 {
  color: #999;
}
#aa9afafca7ac114 .color-aaa {
  color: #aaa;
}
#aa9afafca7ac114 .bg-f8 {
  background-color: #f8f9fb;
}
#aa9afafca7ac114 .bg-white {
  background-color: white;
}
#aa9afafca7ac114 .flex-between {
  display: flex;
  justify-content: space-between;
}
#aa9afafca7ac114 .flex {
  display: flex;
  justify-content: space-around;
}
#aa9afafca7ac114 .posi {
  position: relative;
}
#aa9afafca7ac114 .w50 {
  width: 50%;
}
#aa9afafca7ac114 .img {
  position: relative;
  overflow: hidden;
}
#aa9afafca7ac114 .transition {
  transition: all .36s;
}
#aa9afafca7ac114 .line-height {
  line-height: 2;
}
#aa9afafca7ac114 .text-center {
  text-align: center;
}
#aa9afafca7ac114 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#aa9afafca7ac114 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#aa9afafca7ac114 .opacity6 {
  opacity: 0.6;
}
#aa9afafca7ac114 .DIN {
  color: #666;
}
#aa9afafca7ac114 .opacity5 {
  opacity: 0.5;
}
#aa9afafca7ac114 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #aa9afafca7ac114 .wapFlex {
    flex-direction: column;
  }
  #aa9afafca7ac114 .w50 {
    width: 100%;
  }
}
#aa9afafca7ac114 .more {
  color: #888;
}
#aa9afafca7ac114 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#aa9afafca7ac114 .inxTit .f20 {
  letter-spacing: 6px;
}
#aa9afafca7ac114 .newTop .txt .more {
  display: inline-block;
}
#aa9afafca7ac114 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #1e87f0;
  color: #fff;
}
#aa9afafca7ac114 .newTop .txt,
#aa9afafca7ac114 .newTop .img {
  height: 420px;
}
#aa9afafca7ac114 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#aa9afafca7ac114 .newTop:hover {
  color: #0f6ecd;
}
#aa9afafca7ac114 .newTop:hover .img img {
  transform: scale(1.1);
}
#aa9afafca7ac114 .idxnewsUl li {
  flex: 1;
}
#aa9afafca7ac114 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#aa9afafca7ac114 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#aa9afafca7ac114 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #1e87f0;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#aa9afafca7ac114 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#aa9afafca7ac114 .idxnewsUl li .more {
  display: inline-block;
}
#aa9afafca7ac114 .idxnewsUl li:hover::after {
  height: 100%;
}
#aa9afafca7ac114 .idxnewsUl li:hover a {
  color: #fff!important;
}
#aa9afafca7ac114 .idxnewsUl li:hover .title {
  color: #fff;
}
#aa9afafca7ac114 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#aa9afafca7ac114 .idxnewsUl li:hover .more {
  color: #fff;
}
#aa9afafca7ac114 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #aa9afafca7ac114 .p50 {
    padding: 45px;
  }
  #aa9afafca7ac114 .pt-60 {
    padding-top: 55px;
  }
  #aa9afafca7ac114 .pb-60 {
    padding-bottom: 55px;
  }
  #aa9afafca7ac114 .p60 {
    padding: 55px;
  }
  #aa9afafca7ac114 .pb-70 {
    padding-bottom: 66px;
  }
  #aa9afafca7ac114 .mt-25 {
    margin-top: 20px;
  }
  #aa9afafca7ac114 .mb-25 {
    margin-bottom: 20px;
  }
  #aa9afafca7ac114 .mt-40 {
    margin-top: 36px;
  }
  #aa9afafca7ac114 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #aa9afafca7ac114 .p50 {
    padding: 42px;
  }
  #aa9afafca7ac114 .pt-60 {
    padding-top: 50px;
  }
  #aa9afafca7ac114 .pb-60 {
    padding-bottom: 50px;
  }
  #aa9afafca7ac114 .p60 {
    padding: 50px;
  }
  #aa9afafca7ac114 .pb-70 {
    padding-bottom: 50px;
  }
  #aa9afafca7ac114 .mt-25 {
    margin-top: 18px;
  }
  #aa9afafca7ac114 .mb-25 {
    margin-bottom: 18px;
  }
  #aa9afafca7ac114 .mt-40 {
    margin-top: 34px;
  }
  #aa9afafca7ac114 .mt-50 {
    margin-top: 42px;
  }
  #aa9afafca7ac114 .f14 {
    font-size: 14px;
  }
  #aa9afafca7ac114 .f18 {
    font-size: 16px;
  }
  #aa9afafca7ac114 .f20 {
    font-size: 18px;
  }
  #aa9afafca7ac114 .f30 {
    font-size: 26px;
  }
  #aa9afafca7ac114 .f34 {
    font-size: 28px;
  }
  #aa9afafca7ac114 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #aa9afafca7ac114 .pt-60 {
    padding-top: 50px;
  }
  #aa9afafca7ac114 .pb-60 {
    padding-bottom: 50px;
  }
  #aa9afafca7ac114 .p60 {
    padding: 50px;
  }
  #aa9afafca7ac114 .p50 {
    padding: 40px;
  }
  #aa9afafca7ac114 .pb-70 {
    padding-bottom: 60px;
  }
  #aa9afafca7ac114 .mt-25 {
    margin-top: 16px;
  }
  #aa9afafca7ac114 .mb-25 {
    margin-bottom: 16px;
  }
  #aa9afafca7ac114 .mt-40 {
    margin-top: 32px;
  }
  #aa9afafca7ac114 .mt-50 {
    margin-top: 40px;
  }
  #aa9afafca7ac114 .f14 {
    font-size: 12px;
  }
  #aa9afafca7ac114 .f18 {
    font-size: 14px;
  }
  #aa9afafca7ac114 .f20 {
    font-size: 16px;
  }
  #aa9afafca7ac114 .f30 {
    font-size: 18px;
  }
  #aa9afafca7ac114 .f34 {
    font-size: 22px;
  }
  #aa9afafca7ac114 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #aa9afafca7ac114 .p50 {
    padding: 35px;
  }
  #aa9afafca7ac114 .pt-60 {
    padding-top: 42px;
  }
  #aa9afafca7ac114 .pb-60 {
    padding-bottom: 42px;
  }
  #aa9afafca7ac114 .p60 {
    padding: 42px;
  }
  #aa9afafca7ac114 .pb-70 {
    padding-bottom: 55px;
  }
  #aa9afafca7ac114 .mt-25 {
    margin-top: 15px;
  }
  #aa9afafca7ac114 .mb-25 {
    margin-bottom: 15px;
  }
  #aa9afafca7ac114 .mt-40 {
    margin-top: 28px;
  }
  #aa9afafca7ac114 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #aa9afafca7ac114 .p50 {
    padding: 20px;
  }
  #aa9afafca7ac114 .pt-60 {
    padding-top: 20px;
  }
  #aa9afafca7ac114 .pb-60 {
    padding-bottom: 20px;
  }
  #aa9afafca7ac114 .p60 {
    padding: 20px;
  }
  #aa9afafca7ac114 .pb-70 {
    padding-bottom: 20px;
  }
  #aa9afafca7ac114 .mt-40 {
    margin-top: 20px;
  }
  #aa9afafca7ac114 .mt-50 {
    margin-top: 20px;
  }
  #aa9afafca7ac114 .f18 {
    font-size: 13px;
  }
  #aa9afafca7ac114 .f20 {
    font-size: 14px;
  }
  #aa9afafca7ac114 .f30 {
    font-size: 16px;
  }
  #aa9afafca7ac114 .f34 {
    font-size: 16px;
  }
  #aa9afafca7ac114 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #aa9afafca7ac114 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #aa9afafca7ac114 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #aa9afafca7ac114 .w1440 {
    width: 100%;
    padding: 0;
  }
  #aa9afafca7ac114 .newTop .txt,
  #aa9afafca7ac114 .newTop .img {
    height: auto;
  }
  #aa9afafca7ac114 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #aa9afafca7ac114 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #aa9afafca7ac114 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8927a7e35a3fcd .ele-slideshow .uk-dotnav li a {
  background: #676668;
}
#a8927a7e35a3fcd .ele-slideshow .uk-dotnav > .uk-active a {
  background: #0073f9;
}
#a8927a7e35a3fcd .ele-slideshow .uk-slidenav {
  background-color: rgba(34, 25, 77, 0);
}
#a8927a7e35a3fcd .ele-slideshow .uk-slidenav {
  color: #0077f8;
}
#a8927a7e35a3fcd .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(34, 25, 77, 0);
}
#a5e51a3823ac350 > .ele-wrap {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(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);border-top-color: rgba(194, 194, 194, 1);}#ac001af4cca203f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3bc2a333aaf593 {
  overflow: hidden;
}
#a3bc2a333aaf593 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a3bc2a333aaf593 .img-wrap:hover {
  transform: scale(1.1);
}
#a4d21abfe0a88d5 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5967a4807afca3 {
  overflow: hidden;
}
#a5967a4807afca3 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a5967a4807afca3 .img-wrap:hover {
  transform: scale(1.1);
}
#a5d58a9b74a5b0c > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0e6ca1180ad7a2 {
  overflow: hidden;
}
#a0e6ca1180ad7a2 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a0e6ca1180ad7a2 .img-wrap:hover {
  transform: scale(1.1);
}
#a46e3ac0b5abe62 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa81fab3b0ad87c {
  overflow: hidden;
}
#aa81fab3b0ad87c .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aa81fab3b0ad87c .img-wrap:hover {
  transform: scale(1.1);
}
#a1c38ae374ad9c3 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7cf6a7bb4a55e7 {
  overflow: hidden;
}
#a7cf6a7bb4a55e7 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a7cf6a7bb4a55e7 .img-wrap:hover {
  transform: scale(1.1);
}
#ad882ab632a5a45 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5b70ae36aa3c02 {
  overflow: hidden;
}
#a5b70ae36aa3c02 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a5b70ae36aa3c02 .img-wrap:hover {
  transform: scale(1.1);
}
#a67d5abab5a4f0f > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5dcea27b9a6c5a {
  overflow: hidden;
}
#a5dcea27b9a6c5a .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#a5dcea27b9a6c5a .img-wrap:hover {
  transform: scale(1.1);
}
#aa582ad888a0221 > .ele-wrap {background-color: rgba(2, 92, 175, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aace9a6e8ba97ae {
  overflow: hidden;
}
#aace9a6e8ba97ae .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s ease-in;
}
#aace9a6e8ba97ae .img-wrap:hover {
  transform: scale(1.1);
}
#aebe9a2dbaa4074 {
  overflow: hidden;
  pointer-events: none;
}
#aebe9a2dbaa4074 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aebe9a2dbaa4074 > .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;
}
#aebe9a2dbaa4074 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aebe9a2dbaa4074 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aebe9a2dbaa4074 > .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;
}
#aebe9a2dbaa4074 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aebe9a2dbaa4074 > .tab-wrap > div > .tab-nav,
#aebe9a2dbaa4074 > .tab-nav,
#aebe9a2dbaa4074 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aebe9a2dbaa4074 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#aebe9a2dbaa4074 > .tab-wrap > div > .tab-nav-horizontal,
#aebe9a2dbaa4074 > .tab-nav-horizontal,
#aebe9a2dbaa4074 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aebe9a2dbaa4074 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aebe9a2dbaa4074 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aebe9a2dbaa4074 > .tab-nav-horizontal::-webkit-scrollbar,
#aebe9a2dbaa4074 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aebe9a2dbaa4074 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aebe9a2dbaa4074 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aebe9a2dbaa4074 > .tab-nav-horizontal.tagScroll,
#aebe9a2dbaa4074 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aebe9a2dbaa4074 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#aebe9a2dbaa4074 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aebe9a2dbaa4074 > .tab-nav-horizontal.tagScroll li a,
#aebe9a2dbaa4074 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aebe9a2dbaa4074 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aebe9a2dbaa4074 > .tab-wrap > div > .tab-nav a,
#aebe9a2dbaa4074 > .tab-nav a,
#aebe9a2dbaa4074 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aebe9a2dbaa4074 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#aebe9a2dbaa4074 > .tab-wrap > div > .tab-nav li a,
#aebe9a2dbaa4074 > .tab-nav li a,
#aebe9a2dbaa4074 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aebe9a2dbaa4074 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 50px;
}
#aebe9a2dbaa4074 > .tab-wrap > div > .tab-nav li a svg,
#aebe9a2dbaa4074 > .tab-nav li a svg,
#aebe9a2dbaa4074 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aebe9a2dbaa4074 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aebe9a2dbaa4074 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aebe9a2dbaa4074 > .tab-nav li a .ap_icon,
#aebe9a2dbaa4074 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aebe9a2dbaa4074 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aebe9a2dbaa4074 > .tab-wrap > div > .tab-nav li a:hover,
#aebe9a2dbaa4074 > .tab-nav li a:hover,
#aebe9a2dbaa4074 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aebe9a2dbaa4074 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb900;
  border-bottom-style: solid;
}
#aebe9a2dbaa4074 > .tab-wrap > div > .tab-nav li.uk-active a,
#aebe9a2dbaa4074 > .tab-nav li.uk-active a,
#aebe9a2dbaa4074 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aebe9a2dbaa4074 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffb700;
  border-bottom-style: solid;
}
#aebe9a2dbaa4074 .layout-left li,
#aebe9a2dbaa4074 .layout-center li,
#aebe9a2dbaa4074 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aebe9a2dbaa4074 .layout-left li a,
#aebe9a2dbaa4074 .layout-center li a,
#aebe9a2dbaa4074 .layout-right li a {
  height: 100%;
}
#aebe9a2dbaa4074 > .tab-tabs .layout-left {
  text-align: left;
}
#aebe9a2dbaa4074 > .tab-tabs .layout-center {
  text-align: center;
}
#aebe9a2dbaa4074 > .tab-tabs .layout-right {
  text-align: right;
}
#aebe9a2dbaa4074 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#aebe9a2dbaa4074 .tab-content-wrap {
  background-color: transparent;
}
#aebe9a2dbaa4074 .tab-contents,
#aebe9a2dbaa4074 .tab-contents-wrap {
  pointer-events: none;
}
#aebe9a2dbaa4074 .tab-content,
#aebe9a2dbaa4074 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aebe9a2dbaa4074 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aebe9a2dbaa4074 .tab-wrap .tab-contents {
  height: 100%;
}
#aebe9a2dbaa4074 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aebe9a2dbaa4074 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aebe9a2dbaa4074 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9eb8aa093a660c .ae771a641ba221f {
  overflow: hidden;
}
#a9eb8aa093a660c .ae771a641ba221f , #a9eb8aa093a660c .ae771a641ba221f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9eb8aa093a660c .ae771a641ba221f:hover , #a9eb8aa093a660c .ae771a641ba221f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a9eb8aa093a660c .uk-grid {
  margin-left: -15px;
}
#a9eb8aa093a660c .uk-grid > * {
  padding-left: 15px;
}
#a9eb8aa093a660c .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9eb8aa093a660c .dynamic-list-item {
  background-color: #ffffff;
}
#a9eb8aa093a660c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9eb8aa093a660c .uk-position-center-left-out {
    left: -30px;
  }
  #a9eb8aa093a660c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a8966ab5e2abc8b {background-color: rgba(0,0,0,0.7);}#a8966ab5e2abc8b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  width: 354px;
}
#af4b1ab10aa3e0f .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af4b1ab10aa3e0f .submit-wrap {
  text-align: center;
}
#af4b1ab10aa3e0f .submit-wrap button {
  background-color: #ff8b30;
}
#af4b1ab10aa3e0f .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af4b1ab10aa3e0f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af4b1ab10aa3e0f .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af4b1ab10aa3e0f .form-item .uk-input,
#af4b1ab10aa3e0f .form-item .uk-select,
#af4b1ab10aa3e0f .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af4b1ab10aa3e0f .form-item .auto-height {
  height: auto;
}
#af4b1ab10aa3e0f .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af4b1ab10aa3e0f .form-item .send-code {
  bottom: 2px;
}
#af4b1ab10aa3e0f .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af4b1ab10aa3e0f .uk-form-label,
#af4b1ab10aa3e0f .form-agree,
#af4b1ab10aa3e0f .uk-h3,
#af4b1ab10aa3e0f p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae4c0ab1ceac25e .ac36aafbe6a4336 {
  overflow: hidden;
}
#ae4c0ab1ceac25e .ac36aafbe6a4336 , #ae4c0ab1ceac25e .ac36aafbe6a4336 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#ae4c0ab1ceac25e .ac36aafbe6a4336:hover , #ae4c0ab1ceac25e .ac36aafbe6a4336 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ae4c0ab1ceac25e .uk-grid {
  margin-left: -10px;
}
#ae4c0ab1ceac25e .uk-grid > * {
  padding-left: 10px;
}
#ae4c0ab1ceac25e .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ae4c0ab1ceac25e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae4c0ab1ceac25e .uk-position-center-left-out {
    left: -30px;
  }
  #ae4c0ab1ceac25e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9955a5424af1d8 .a0981ae859afbcb {
  overflow: hidden;
}
#a9955a5424af1d8 .a0981ae859afbcb , #a9955a5424af1d8 .a0981ae859afbcb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9955a5424af1d8 .a0981ae859afbcb:hover , #a9955a5424af1d8 .a0981ae859afbcb *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a9955a5424af1d8 .uk-grid {
  margin-left: -10px;
}
#a9955a5424af1d8 .uk-grid > * {
  padding-left: 10px;
}
#a9955a5424af1d8 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9955a5424af1d8 .dynamic-list-item {
  background-color: #025fca;
}
#a9955a5424af1d8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9955a5424af1d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a9955a5424af1d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7cfbac379a6e49 .a654bacffba0718 {
  overflow: hidden;
}
#a7cfbac379a6e49 .a654bacffba0718 , #a7cfbac379a6e49 .a654bacffba0718 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7cfbac379a6e49 .a654bacffba0718:hover , #a7cfbac379a6e49 .a654bacffba0718 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a7cfbac379a6e49 .uk-grid {
  margin-left: -10px;
}
#a7cfbac379a6e49 .uk-grid > * {
  padding-left: 10px;
}
#a7cfbac379a6e49 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7cfbac379a6e49 .dynamic-list-item {
  background-color: #025fca;
}
#a7cfbac379a6e49 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7cfbac379a6e49 .uk-position-center-left-out {
    left: -30px;
  }
  #a7cfbac379a6e49 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a28cea88f8ac3f6 .ab95aa162da7414 {
  overflow: hidden;
}
#a28cea88f8ac3f6 .ab95aa162da7414 , #a28cea88f8ac3f6 .ab95aa162da7414 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a28cea88f8ac3f6 .ab95aa162da7414:hover , #a28cea88f8ac3f6 .ab95aa162da7414 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a28cea88f8ac3f6 .uk-grid {
  margin-left: -10px;
}
#a28cea88f8ac3f6 .uk-grid > * {
  padding-left: 10px;
}
#a28cea88f8ac3f6 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a28cea88f8ac3f6 .dynamic-list-item {
  background-color: #025fca;
}
#a28cea88f8ac3f6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a28cea88f8ac3f6 .uk-position-center-left-out {
    left: -30px;
  }
  #a28cea88f8ac3f6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0660a915ba7402 .ad871add54ab435 {
  overflow: hidden;
}
#a0660a915ba7402 .ad871add54ab435 , #a0660a915ba7402 .ad871add54ab435 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0660a915ba7402 .ad871add54ab435:hover , #a0660a915ba7402 .ad871add54ab435 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a0660a915ba7402 .uk-grid {
  margin-left: -10px;
}
#a0660a915ba7402 .uk-grid > * {
  padding-left: 10px;
}
#a0660a915ba7402 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0660a915ba7402 .dynamic-list-item {
  background-color: #025fca;
}
#a0660a915ba7402 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0660a915ba7402 .uk-position-center-left-out {
    left: -30px;
  }
  #a0660a915ba7402 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abb02a322da121a .aac51a1df3a83a1 {
  overflow: hidden;
}
#abb02a322da121a .aac51a1df3a83a1 , #abb02a322da121a .aac51a1df3a83a1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#abb02a322da121a .aac51a1df3a83a1:hover , #abb02a322da121a .aac51a1df3a83a1 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#abb02a322da121a .uk-grid {
  margin-left: -10px;
}
#abb02a322da121a .uk-grid > * {
  padding-left: 10px;
}
#abb02a322da121a .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#abb02a322da121a .dynamic-list-item {
  background-color: #025fca;
}
#abb02a322da121a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abb02a322da121a .uk-position-center-left-out {
    left: -30px;
  }
  #abb02a322da121a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a57a0a9d3ea8d13 .a1c59a1b2eac5a3 {
  overflow: hidden;
}
#a57a0a9d3ea8d13 .a1c59a1b2eac5a3 , #a57a0a9d3ea8d13 .a1c59a1b2eac5a3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a57a0a9d3ea8d13 .a1c59a1b2eac5a3:hover , #a57a0a9d3ea8d13 .a1c59a1b2eac5a3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a57a0a9d3ea8d13 .uk-grid {
  margin-left: -10px;
}
#a57a0a9d3ea8d13 .uk-grid > * {
  padding-left: 10px;
}
#a57a0a9d3ea8d13 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a57a0a9d3ea8d13 .dynamic-list-item {
  background-color: #025fca;
}
#a57a0a9d3ea8d13 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a57a0a9d3ea8d13 .uk-position-center-left-out {
    left: -30px;
  }
  #a57a0a9d3ea8d13 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9bf0a7f19ae489 .ac210aeb94a4837 {
  overflow: hidden;
}
#a9bf0a7f19ae489 .ac210aeb94a4837 , #a9bf0a7f19ae489 .ac210aeb94a4837 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9bf0a7f19ae489 .ac210aeb94a4837:hover , #a9bf0a7f19ae489 .ac210aeb94a4837 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a9bf0a7f19ae489 .uk-grid {
  margin-left: -10px;
}
#a9bf0a7f19ae489 .uk-grid > * {
  padding-left: 10px;
}
#a9bf0a7f19ae489 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9bf0a7f19ae489 .dynamic-list-item {
  background-color: #025fca;
}
#a9bf0a7f19ae489 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9bf0a7f19ae489 .uk-position-center-left-out {
    left: -30px;
  }
  #a9bf0a7f19ae489 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3c90a8da2a174a .ac62eac669a0239 {
  overflow: hidden;
}
#a3c90a8da2a174a .ac62eac669a0239 , #a3c90a8da2a174a .ac62eac669a0239 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c90a8da2a174a .ac62eac669a0239:hover , #a3c90a8da2a174a .ac62eac669a0239 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a3c90a8da2a174a .uk-grid {
  margin-left: -10px;
}
#a3c90a8da2a174a .uk-grid > * {
  padding-left: 10px;
}
#a3c90a8da2a174a .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a3c90a8da2a174a .dynamic-list-item {
  background-color: #025fca;
}
#a3c90a8da2a174a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3c90a8da2a174a .uk-position-center-left-out {
    left: -30px;
  }
  #a3c90a8da2a174a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab91daa2a6af553 .aa91ea0947a3547 {
  overflow: hidden;
}
#ab91daa2a6af553 .aa91ea0947a3547 , #ab91daa2a6af553 .aa91ea0947a3547 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab91daa2a6af553 .aa91ea0947a3547:hover , #ab91daa2a6af553 .aa91ea0947a3547 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ab91daa2a6af553 .uk-grid {
  margin-left: -10px;
}
#ab91daa2a6af553 .uk-grid > * {
  padding-left: 10px;
}
#ab91daa2a6af553 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab91daa2a6af553 .dynamic-list-item {
  background-color: #025fca;
}
#ab91daa2a6af553 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab91daa2a6af553 .uk-position-center-left-out {
    left: -30px;
  }
  #ab91daa2a6af553 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab7f8af461a08e8 .a92cca2281a7ff1 {
  overflow: hidden;
}
#ab7f8af461a08e8 .a92cca2281a7ff1 , #ab7f8af461a08e8 .a92cca2281a7ff1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab7f8af461a08e8 .a92cca2281a7ff1:hover , #ab7f8af461a08e8 .a92cca2281a7ff1 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ab7f8af461a08e8 .uk-grid {
  margin-left: -10px;
}
#ab7f8af461a08e8 .uk-grid > * {
  padding-left: 10px;
}
#ab7f8af461a08e8 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab7f8af461a08e8 .dynamic-list-item {
  background-color: #025fca;
}
#ab7f8af461a08e8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab7f8af461a08e8 .uk-position-center-left-out {
    left: -30px;
  }
  #ab7f8af461a08e8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0bdaa16e2ade3f .af5c8a8b03af0ba {
  overflow: hidden;
}
#a0bdaa16e2ade3f .af5c8a8b03af0ba , #a0bdaa16e2ade3f .af5c8a8b03af0ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0bdaa16e2ade3f .af5c8a8b03af0ba:hover , #a0bdaa16e2ade3f .af5c8a8b03af0ba *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a0bdaa16e2ade3f .uk-grid {
  margin-left: -10px;
}
#a0bdaa16e2ade3f .uk-grid > * {
  padding-left: 10px;
}
#a0bdaa16e2ade3f .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0bdaa16e2ade3f .dynamic-list-item {
  background-color: #025fca;
}
#a0bdaa16e2ade3f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0bdaa16e2ade3f .uk-position-center-left-out {
    left: -30px;
  }
  #a0bdaa16e2ade3f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a17c0a047faeae5 .a154ca06dba49ca {
  overflow: hidden;
}
#a17c0a047faeae5 .a154ca06dba49ca , #a17c0a047faeae5 .a154ca06dba49ca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a17c0a047faeae5 .a154ca06dba49ca:hover , #a17c0a047faeae5 .a154ca06dba49ca *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a17c0a047faeae5 .uk-grid {
  margin-left: -10px;
}
#a17c0a047faeae5 .uk-grid > * {
  padding-left: 10px;
}
#a17c0a047faeae5 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a17c0a047faeae5 .dynamic-list-item {
  background-color: #025fca;
}
#a17c0a047faeae5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a17c0a047faeae5 .uk-position-center-left-out {
    left: -30px;
  }
  #a17c0a047faeae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f0caef68a13b5 .a023eacba6a3a85 {
  overflow: hidden;
}
#a6f0caef68a13b5 .a023eacba6a3a85 , #a6f0caef68a13b5 .a023eacba6a3a85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6f0caef68a13b5 .a023eacba6a3a85:hover , #a6f0caef68a13b5 .a023eacba6a3a85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a6f0caef68a13b5 .uk-grid {
  margin-left: -10px;
}
#a6f0caef68a13b5 .uk-grid > * {
  padding-left: 10px;
}
#a6f0caef68a13b5 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a6f0caef68a13b5 .dynamic-list-item {
  background-color: #025fca;
}
#a6f0caef68a13b5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6f0caef68a13b5 .uk-position-center-left-out {
    left: -30px;
  }
  #a6f0caef68a13b5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeba4600a0fca .a6cc0a96d3a3a58 {
  overflow: hidden;
}
#a7eeba4600a0fca .a6cc0a96d3a3a58 , #a7eeba4600a0fca .a6cc0a96d3a3a58 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7eeba4600a0fca .a6cc0a96d3a3a58:hover , #a7eeba4600a0fca .a6cc0a96d3a3a58 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a7eeba4600a0fca .uk-grid {
  margin-left: -10px;
}
#a7eeba4600a0fca .uk-grid > * {
  padding-left: 10px;
}
#a7eeba4600a0fca .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7eeba4600a0fca .dynamic-list-item {
  background-color: #025fca;
}
#a7eeba4600a0fca .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7eeba4600a0fca .uk-position-center-left-out {
    left: -30px;
  }
  #a7eeba4600a0fca .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84f6a4180a118a .ac4bcad98bad1dd {
  overflow: hidden;
}
#a84f6a4180a118a .ac4bcad98bad1dd , #a84f6a4180a118a .ac4bcad98bad1dd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a84f6a4180a118a .ac4bcad98bad1dd:hover , #a84f6a4180a118a .ac4bcad98bad1dd *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a84f6a4180a118a .uk-grid {
  margin-left: -10px;
}
#a84f6a4180a118a .uk-grid > * {
  padding-left: 10px;
}
#a84f6a4180a118a .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a84f6a4180a118a .dynamic-list-item {
  background-color: #025fca;
}
#a84f6a4180a118a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a84f6a4180a118a .uk-position-center-left-out {
    left: -30px;
  }
  #a84f6a4180a118a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5930af6fda1947 .a51a0a33a4a56e6 {
  overflow: hidden;
}
#a5930af6fda1947 .a51a0a33a4a56e6 , #a5930af6fda1947 .a51a0a33a4a56e6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5930af6fda1947 .a51a0a33a4a56e6:hover , #a5930af6fda1947 .a51a0a33a4a56e6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a5930af6fda1947 .uk-grid {
  margin-left: -10px;
}
#a5930af6fda1947 .uk-grid > * {
  padding-left: 10px;
}
#a5930af6fda1947 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a5930af6fda1947 .dynamic-list-item {
  background-color: #025fca;
}
#a5930af6fda1947 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5930af6fda1947 .uk-position-center-left-out {
    left: -30px;
  }
  #a5930af6fda1947 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae20ea99eea2448 .a56c5a7629aee99 {
  overflow: hidden;
}
#ae20ea99eea2448 .a56c5a7629aee99 , #ae20ea99eea2448 .a56c5a7629aee99 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae20ea99eea2448 .a56c5a7629aee99:hover , #ae20ea99eea2448 .a56c5a7629aee99 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ae20ea99eea2448 .uk-grid {
  margin-left: -10px;
}
#ae20ea99eea2448 .uk-grid > * {
  padding-left: 10px;
}
#ae20ea99eea2448 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ae20ea99eea2448 .dynamic-list-item {
  background-color: #025fca;
}
#ae20ea99eea2448 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae20ea99eea2448 .uk-position-center-left-out {
    left: -30px;
  }
  #ae20ea99eea2448 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad730a7878a72be {
  overflow: hidden;
  pointer-events: none;
}
#ad730a7878a72be > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 35px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad730a7878a72be > .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;
}
#ad730a7878a72be > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad730a7878a72be > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 35px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad730a7878a72be > .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;
}
#ad730a7878a72be > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad730a7878a72be > .tab-wrap > div > .tab-nav,
#ad730a7878a72be > .tab-nav,
#ad730a7878a72be > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad730a7878a72be > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#ad730a7878a72be > .tab-wrap > div > .tab-nav-horizontal,
#ad730a7878a72be > .tab-nav-horizontal,
#ad730a7878a72be > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad730a7878a72be > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad730a7878a72be > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad730a7878a72be > .tab-nav-horizontal::-webkit-scrollbar,
#ad730a7878a72be > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad730a7878a72be > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad730a7878a72be > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad730a7878a72be > .tab-nav-horizontal.tagScroll,
#ad730a7878a72be > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad730a7878a72be > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 35px;
  overflow-x: auto;
}
#ad730a7878a72be > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad730a7878a72be > .tab-nav-horizontal.tagScroll li a,
#ad730a7878a72be > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad730a7878a72be > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad730a7878a72be > .tab-wrap > div > .tab-nav a,
#ad730a7878a72be > .tab-nav a,
#ad730a7878a72be > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad730a7878a72be > .tab-tabs > .tab-nav a {
  padding: 0 56px;
}
#ad730a7878a72be > .tab-wrap > div > .tab-nav li a,
#ad730a7878a72be > .tab-nav li a,
#ad730a7878a72be > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad730a7878a72be > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 35px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #ffffff;
  padding: 0 56px;
}
#ad730a7878a72be > .tab-wrap > div > .tab-nav li a svg,
#ad730a7878a72be > .tab-nav li a svg,
#ad730a7878a72be > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad730a7878a72be > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad730a7878a72be > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad730a7878a72be > .tab-nav li a .ap_icon,
#ad730a7878a72be > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad730a7878a72be > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad730a7878a72be > .tab-wrap > div > .tab-nav li a:hover,
#ad730a7878a72be > .tab-nav li a:hover,
#ad730a7878a72be > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad730a7878a72be > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ad730a7878a72be > .tab-wrap > div > .tab-nav li.uk-active a,
#ad730a7878a72be > .tab-nav li.uk-active a,
#ad730a7878a72be > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad730a7878a72be > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  background-color: #025fca;
}
#ad730a7878a72be .layout-left li,
#ad730a7878a72be .layout-center li,
#ad730a7878a72be .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad730a7878a72be .layout-left li a,
#ad730a7878a72be .layout-center li a,
#ad730a7878a72be .layout-right li a {
  height: 100%;
}
#ad730a7878a72be > .tab-tabs .layout-left {
  text-align: left;
}
#ad730a7878a72be > .tab-tabs .layout-center {
  text-align: center;
}
#ad730a7878a72be > .tab-tabs .layout-right {
  text-align: right;
}
#ad730a7878a72be .tab-contents {
  height: 100%;
  height: calc(100% - 35px);
}
#ad730a7878a72be .tab-content-wrap {
  background-color: #ffffff;
}
#ad730a7878a72be .tab-contents,
#ad730a7878a72be .tab-contents-wrap {
  pointer-events: none;
}
#ad730a7878a72be .tab-content,
#ad730a7878a72be .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad730a7878a72be .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad730a7878a72be .tab-wrap .tab-contents {
  height: 100%;
}
#ad730a7878a72be .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad730a7878a72be .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad730a7878a72be .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a84f6a9025a45a1 .aa673a2da3ae039 {
  overflow: hidden;
}
#a84f6a9025a45a1 .aa673a2da3ae039 , #a84f6a9025a45a1 .aa673a2da3ae039 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a84f6a9025a45a1 .aa673a2da3ae039:hover , #a84f6a9025a45a1 .aa673a2da3ae039 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a84f6a9025a45a1 .a5b8bad0e5ae5ae {
  overflow: hidden;
}
#a84f6a9025a45a1 .a5b8bad0e5ae5ae .img-wrap {
  transition: all 0.3s ease-in;
}
#a84f6a9025a45a1 .a5b8bad0e5ae5ae .img-wrap:hover {
  transform: scale(1.2);
}
#a84f6a9025a45a1 .uk-grid {
  margin-left: -15px;
}
#a84f6a9025a45a1 .uk-grid > * {
  padding-left: 15px;
}
#a84f6a9025a45a1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a84f6a9025a45a1 .dynamic-list-item {
  background-color: #025fca;
}
#a84f6a9025a45a1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a84f6a9025a45a1 .uk-position-center-left-out {
    left: -30px;
  }
  #a84f6a9025a45a1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1eb1a9d32a7649 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a1eb1a9d32a7649 .ele-article-list.uk-grid {
  margin-left: -20px;
}
#a1eb1a9d32a7649 .ele-article-list.uk-grid > * {
  padding-left: 20px;
}
#a1eb1a9d32a7649 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #025fca;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1eb1a9d32a7649 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #025fca;
}
#a1eb1a9d32a7649 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1eb1a9d32a7649 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1eb1a9d32a7649 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1eb1a9d32a7649 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1eb1a9d32a7649 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a1eb1a9d32a7649 .ele-article-list .pic-article {
  padding: 21px 15px;
  border-bottom: 2px solid #ececec;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap {
  width: 59%;
  border-radius: 0px;
  overflow: hidden;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1eb1a9d32a7649 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a1eb1a9d32a7649 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a1eb1a9d32a7649 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a1eb1a9d32a7649 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1eb1a9d32a7649 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1eb1a9d32a7649 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1914a1101a7c93 > .ele-wrap {background-color: rgba(230, 230, 230, 0.18);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ee9a6020a30d4 > .ele-wrap {background-color: rgba(230, 230, 230, 0.18);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5287aabe3af1d1 > .ele-wrap {background-color: rgba(230, 230, 230, 0.18);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00e9a7fbaa50e5 .submit-wrap {
  text-align: center;
}
#a00e9a7fbaa50e5 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a00e9a7fbaa50e5 .form-item .uk-input,
#a00e9a7fbaa50e5 .form-item .uk-select,
#a00e9a7fbaa50e5 .form-item .uk-textarea {
  width: autopx;
}
#a00e9a7fbaa50e5 .form-item .auto-height {
  height: auto;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#add7ea2d63a17e4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a85baa6a6aaf921 .a11adaca96aa064 {
  overflow: hidden;
}
#a85baa6a6aaf921 .a11adaca96aa064 , #a85baa6a6aaf921 .a11adaca96aa064 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a85baa6a6aaf921 .a11adaca96aa064:hover , #a85baa6a6aaf921 .a11adaca96aa064 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a85baa6a6aaf921 .uk-grid {
  margin-left: -15px;
}
#a85baa6a6aaf921 .uk-grid > * {
  padding-left: 15px;
}
#a85baa6a6aaf921 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a85baa6a6aaf921 .dynamic-list-item {
  background-color: #025fca;
}
#a85baa6a6aaf921 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a85baa6a6aaf921 .uk-position-center-left-out {
    left: -30px;
  }
  #a85baa6a6aaf921 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7b08ac757a1375 {
  min-height: 90vh;
  /* mobile */
}
#a7b08ac757a1375 .search-highlight {
  background: yellow;
}
#a7b08ac757a1375 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a7b08ac757a1375 .el-title {
  margin-bottom: 20px;
}
#a7b08ac757a1375 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a7b08ac757a1375 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a7b08ac757a1375 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a7b08ac757a1375 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a7b08ac757a1375 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a7b08ac757a1375 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a7b08ac757a1375 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a7b08ac757a1375 .el-title {
    margin-bottom: 0;
  }
  #a7b08ac757a1375 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a7b08ac757a1375 .category {
    font-size: 12px;
  }
  #a7b08ac757a1375 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4ac6a002aa68a6 {
  /* 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------------------------*/
}
#a4ac6a002aa68a6 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a4ac6a002aa68a6 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a4ac6a002aa68a6 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a4ac6a002aa68a6 .error .clip:nth-of-type(1) .shadow,
#a4ac6a002aa68a6 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a4ac6a002aa68a6 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a4ac6a002aa68a6 .error h2 {
  font-size: 32px;
}
#a4ac6a002aa68a6 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a4ac6a002aa68a6 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a4ac6a002aa68a6 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a4ac6a002aa68a6 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a4ac6a002aa68a6 .error .clip .shadow {
  overflow: hidden;
}
#a4ac6a002aa68a6 .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);
}
#a4ac6a002aa68a6 .error .clip:nth-of-type(3) .shadow:after,
#a4ac6a002aa68a6 .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%;
}
#a4ac6a002aa68a6 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a4ac6a002aa68a6 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a4ac6a002aa68a6 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a4ac6a002aa68a6 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a4ac6a002aa68a6 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a4ac6a002aa68a6 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a4ac6a002aa68a6 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a4ac6a002aa68a6 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a4ac6a002aa68a6 {
    /* Error Page */
    /* Error Page */
  }
  #a4ac6a002aa68a6 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a4ac6a002aa68a6 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a4ac6a002aa68a6 .error .clip:nth-of-type(1) .shadow,
  #a4ac6a002aa68a6 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a4ac6a002aa68a6 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a4ac6a002aa68a6 .error h2 {
    font-size: 24px;
  }
  #a4ac6a002aa68a6 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a4ac6a002aa68a6 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a4ac6a002aa68a6 .error .container-error-404 {
    height: 150px;
  }
}
#a4ac6a002aa68a6 .overlay {
  position: relative;
  z-index: 20;
}
#a4ac6a002aa68a6 .ground-color {
  background: white;
}
#a4ac6a002aa68a6 .item-bg-color {
  background: #EAEAEA;
}
#a4ac6a002aa68a6 .padding-top {
  padding-top: 10px;
}
#a4ac6a002aa68a6 .padding-bottom {
  padding-bottom: 10px;
}
#a4ac6a002aa68a6 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4ac6a002aa68a6 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a4ac6a002aa68a6 .padding-all {
  padding: 10px;
}
#a4ac6a002aa68a6 .no-padding-left {
  padding-left: 0px;
}
#a4ac6a002aa68a6 .no-padding-right {
  padding-right: 0px;
}
#a4ac6a002aa68a6 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a4ac6a002aa68a6 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a4ac6a002aa68a6 .no-padding {
  padding: 0px;
}
#a4ac6a002aa68a6 .margin-top {
  margin-top: 10px;
}
#a4ac6a002aa68a6 .margin-bottom {
  margin-bottom: 10px;
}
#a4ac6a002aa68a6 .margin-right {
  margin-right: 10px;
}
#a4ac6a002aa68a6 .margin-left {
  margin-left: 10px;
}
#a4ac6a002aa68a6 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a4ac6a002aa68a6 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a4ac6a002aa68a6 .margin-all {
  margin: 10px;
}
#a4ac6a002aa68a6 .no-margin {
  margin: 0px;
}
#a4ac6a002aa68a6 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a4ac6a002aa68a6 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a4ac6a002aa68a6 .inside-col-shrink {
  margin: 0px 20px;
}
#a4ac6a002aa68a6 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac696a146dac695 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ac696a146dac695 .switch_item {
  margin-right: 10px;
}
#ac696a146dac695 a.switch_item:hover {
  text-decoration: underline;
}
#ac696a146dac695 .slider {
  width: 420px;
  height: 600px;
}
#ac696a146dac695 .uk-slideshow-items {
  height: 100%;
}
#ac696a146dac695 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ac696a146dac695 .login-wrap {
  width: 100%;
  height: 100%;
}
#ac696a146dac695 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ac696a146dac695 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ac696a146dac695 .phone-login-box {
  margin: 40px auto 40px;
}
#ac696a146dac695 .login-header {
  margin-bottom: 24px;
}
#ac696a146dac695 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ac696a146dac695 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ac696a146dac695 .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;
}
#ac696a146dac695 .forget_password {
  cursor: pointer;
}
#ac696a146dac695 .forget_password:hover {
  color: #1e87f0;
}
#ac696a146dac695 .input-item input.error,
#ac696a146dac695 .input-item input.error::placeholder {
  color: #fc4343;
}
#ac696a146dac695 .input-item input::placeholder {
  color: #999;
}
#ac696a146dac695 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ac696a146dac695 .form-item {
  margin: 24px 0;
}
#ac696a146dac695 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ac696a146dac695 .send-code {
  float: left;
  margin-left: 20px;
}
#ac696a146dac695 .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;
}
#ac696a146dac695 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ac696a146dac695 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ac696a146dac695 .login_btn_wrap {
  text-align: center;
}
#ac696a146dac695 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ac696a146dac695 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ac696a146dac695 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a68d7a8766a15fa .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a68d7a8766a15fa .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a68d7a8766a15fa .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a68d7a8766a15fa .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a68d7a8766a15fa .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a68d7a8766a15fa .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a68d7a8766a15fa .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a68d7a8766a15fa .nav-list {
  padding: 0 20px;
}
#a68d7a8766a15fa .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;
}
#a68d7a8766a15fa .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a68d7a8766a15fa .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a68d7a8766a15fa .order-item:hover {
  background: #f7f7f7;
}
#a68d7a8766a15fa .del-order {
  cursor: pointer;
}
#a68d7a8766a15fa .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a68d7a8766a15fa .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a68d7a8766a15fa .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a68d7a8766a15fa .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a68d7a8766a15fa .goods-item .goods-info {
  padding: 0 15px;
}
#a68d7a8766a15fa .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a68d7a8766a15fa .appoint-time {
  margin-bottom: 4px;
}
#a68d7a8766a15fa .appoint-name {
  color: #333;
  font-size: 14px;
}
#a68d7a8766a15fa .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a68d7a8766a15fa .goods-item .goods-name {
  color: #333;
}
#a68d7a8766a15fa .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a68d7a8766a15fa .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a68d7a8766a15fa .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a68d7a8766a15fa .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a68d7a8766a15fa .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a68d7a8766a15fa .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;
}
#a68d7a8766a15fa .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a68d7a8766a15fa .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a68d7a8766a15fa .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a68d7a8766a15fa .setting-form {
  padding: 30px 20px;
}
#a68d7a8766a15fa .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a68d7a8766a15fa .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a68d7a8766a15fa .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a68d7a8766a15fa .setting-form .setting-btns {
  margin-left: 130px;
}
#a68d7a8766a15fa .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a68d7a8766a15fa .setting-wrap {
  position: relative;
}
#a68d7a8766a15fa .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a68d7a8766a15fa .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a68d7a8766a15fa .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a68d7a8766a15fa .address-wrap {
  padding: 30px 20px;
}
#a68d7a8766a15fa .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a68d7a8766a15fa .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a68d7a8766a15fa .addr-list {
  min-height: 200px;
}
#a68d7a8766a15fa .addr-detail .addr-item-name,
#a68d7a8766a15fa .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;
}
#a68d7a8766a15fa .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a68d7a8766a15fa .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a68d7a8766a15fa .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a68d7a8766a15fa .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a68d7a8766a15fa .add-addr {
  height: 32px;
  line-height: 30px;
}
#a68d7a8766a15fa .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;
}
#a68d7a8766a15fa .publish-item {
  cursor: default;
  min-height: 120px;
}
#a68d7a8766a15fa .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a68d7a8766a15fa .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a68d7a8766a15fa .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a68d7a8766a15fa .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5ea4af521a25a9 {
  min-height: 90vh;
  /* mobile */
}
#a5ea4af521a25a9 .search-highlight {
  background: yellow;
}
#a5ea4af521a25a9 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a5ea4af521a25a9 .el-title {
  margin-bottom: 20px;
}
#a5ea4af521a25a9 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a5ea4af521a25a9 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a5ea4af521a25a9 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a5ea4af521a25a9 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a5ea4af521a25a9 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a5ea4af521a25a9 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a5ea4af521a25a9 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a5ea4af521a25a9 .el-title {
    margin-bottom: 0;
  }
  #a5ea4af521a25a9 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a5ea4af521a25a9 .category {
    font-size: 12px;
  }
  #a5ea4af521a25a9 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}#a84fea8fc2af198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a117ca9faaa1b55 .comment-detail {
  min-height: 600px;
}
#a117ca9faaa1b55 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a117ca9faaa1b55 table th,
#a117ca9faaa1b55 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a117ca9faaa1b55 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a117ca9faaa1b55 .red {
  color: #F00!important;
}
#a117ca9faaa1b55 .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;
}
#ab7a9a7b2fac650 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab7a9a7b2fac650 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
}
#ab7a9a7b2fac650 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab7a9a7b2fac650 .menu-list > li.active > a:before,
#ab7a9a7b2fac650 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab7a9a7b2fac650 .menu-list > li ul li {
  position: relative;
}
#ab7a9a7b2fac650 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab7a9a7b2fac650 .menu-list li ul li a:active,
#ab7a9a7b2fac650 .menu-list li ul li a.active,
#ab7a9a7b2fac650 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ab7a9a7b2fac650 .menu-list li ul,
#ab7a9a7b2fac650 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ab7a9a7b2fac650 .menu-list li ul.menu-b > li,
#ab7a9a7b2fac650 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab7a9a7b2fac650 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab7a9a7b2fac650 .menu-list li:hover > ul {
  display: block;
}
#ab7a9a7b2fac650 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a07ddadf2ea2de1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a07ddadf2ea2de1 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a07ddadf2ea2de1 .menu-list > li.active > a:before,
#a07ddadf2ea2de1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a07ddadf2ea2de1 .menu-list > li ul li {
  position: relative;
}
#a07ddadf2ea2de1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a07ddadf2ea2de1 .menu-list li ul li a:active,
#a07ddadf2ea2de1 .menu-list li ul li a.active,
#a07ddadf2ea2de1 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a07ddadf2ea2de1 .menu-list li ul,
#a07ddadf2ea2de1 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a07ddadf2ea2de1 .menu-list li ul.menu-b > li,
#a07ddadf2ea2de1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a07ddadf2ea2de1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a07ddadf2ea2de1 .menu-list li:hover > ul {
  display: block;
}
#a07ddadf2ea2de1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6177af073a9709 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(84, 84, 84, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6177af073a9709 .ele-wrap:hover {background-color: #0483cc;}