.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: #004098;
  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: #004098;
  text-shadow: none;
}
::selection {
  background: #004098;
  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 #004098;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #004098;
}
/* ========================================================================
     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: #004098;
  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: #004098;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #004098;
  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: #004098;
  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: #004098;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #004098;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #004098;
  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: #004098;
  color: #ffffff;
  border-color: #004098;
}
/*
   * 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: #004098;
}
/* 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: #004098;
}
/* 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: #004098;
}
/*
   * 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: #004098;
}
/*
   * 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: #004098;
  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: #004098;
  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: #004098;
}
/*
   * 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: #004098;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #004098;
  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: #004098;
  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: #004098;
}
/* 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: #004098;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #004098;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #004098;
}
/* 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: #004098;
  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: #004098;
  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: #004098;
  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: #004098;
}
/* 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: #004098;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #004098;
  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: #004098;
}
/*
   * 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: #004098;
}
/* 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: #004098;
}
/*
   * 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: #004098;
  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: #004098;
}
.uk-progress::-moz-progress-bar {
  background-color: #004098;
}
.uk-progress::-ms-fill {
  background-color: #004098;
}
/* ========================================================================
     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: #004098 !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: #004098 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #004098;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #004098;
}
.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: #004098;
  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: #004098;
  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: #004098;
  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: #004098;
}
.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: #004098;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #004098;
}
.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: #004098;
  border-color: #004098;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #004098;
}
/* ========================================================================
   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: #002b65;
}
.ap-list-filter dd a.active {
  background-color: #004098;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #004098;
}
.category li a.active {
  color: #004098;
}
.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: #004098;
}
.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: #004098;
  border: 1px solid rgba(0, 64, 152, 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: #004098;
}
form .step .ui-step.active .ui-step-title {
  color: #004098;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #004098;
  background-color: #004098;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #004098;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #004098;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #004098;
  color: #004098;
}
.btn-effect-2:hover {
  background-color: #004098;
}
.uk-button.btn-effect-5 {
  background-color: #004098;
  box-shadow: 0 0 15px rgba(0, 64, 152, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #004098;
}
.header-effect-6 [data-item='title']::before {
  background-color: #004098;
}
#a7430a935baa8e2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a7430a935baa8e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7430a935baa8e2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#adef6a5e3ea0c6f .sidebar {
  width: 300px;
  margin-left: 20px;
}
#adef6a5e3ea0c6f .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #adef6a5e3ea0c6f .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#adef6a5e3ea0c6f .data-list .uk-card {
  cursor: pointer !important;
}
#adef6a5e3ea0c6f .data-list .uk-card img {
  max-height: 300px;
}
#adef6a5e3ea0c6f .data-list .uk-card:hover {
  background: #fafafa;
}
#adef6a5e3ea0c6f .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#adef6a5e3ea0c6f .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#adef6a5e3ea0c6f .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#adef6a5e3ea0c6f .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#adef6a5e3ea0c6f .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#adef6a5e3ea0c6f .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#adef6a5e3ea0c6f .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: #004098;
  cursor: pointer;
}
#adef6a5e3ea0c6f .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;
}
#adef6a5e3ea0c6f .uk-card .category:hover {
  background: #004098;
}
#adef6a5e3ea0c6f .accordion-menu {
  width: 100%;
}
#adef6a5e3ea0c6f .accordion-menu ul ul.submenu,
#adef6a5e3ea0c6f .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#adef6a5e3ea0c6f .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#adef6a5e3ea0c6f .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;
}
#adef6a5e3ea0c6f .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#adef6a5e3ea0c6f .accordion-menu .menu-item.active > a {
  background: #004098;
  color: #fff;
}
#adef6a5e3ea0c6f .accordion-menu li a:hover {
  background-color: #004098;
  color: #fff;
  border: none;
}
#adef6a5e3ea0c6f .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#adef6a5e3ea0c6f .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#adef6a5e3ea0c6f .hot-list,
#adef6a5e3ea0c6f .new-list {
  padding: 12px;
}
#adef6a5e3ea0c6f .new-list a:hover,
#adef6a5e3ea0c6f .hot-list a:hover {
  color: #0f6ecd;
}
#adef6a5e3ea0c6f .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#adef6a5e3ea0c6f .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#adef6a5e3ea0c6f .hot-item:hover a {
  color: #0f6ecd;
}
#adef6a5e3ea0c6f .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#adef6a5e3ea0c6f .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #004098;
  content: "";
}
#adef6a5e3ea0c6f .content-header {
  padding-bottom: 10px;
}
#adef6a5e3ea0c6f .item-title {
  color: #333;
}
#adef6a5e3ea0c6f input::placeholder {
  color: #999;
}
#adef6a5e3ea0c6f .datetime {
  color: #999;
}
#adef6a5e3ea0c6f .new-item a {
  padding-left: 25px;
}
#adef6a5e3ea0c6f .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;
}
#ad710adc58abf9e .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#adef6a5e3ea0c6f [data-item*=".title"], #adef6a5e3ea0c6f [data-item*=".title"] a {max-line: 2;}#adef6a5e3ea0c6f [data-item*=".abstract"], #adef6a5e3ea0c6f [data-item*=".abstract"] a {show: true;max-line: 2;}#adef6a5e3ea0c6f [data-item*=".subTitle"], #adef6a5e3ea0c6f [data-item*=".subTitle"] a {show: true;}#adef6a5e3ea0c6f [data-item*=".category"], #adef6a5e3ea0c6f [data-item*=".category"] a {show: true;}#a7430a935baa8e2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a7430a935baa8e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7430a935baa8e2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a3e7fa43a2acd01 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a3e7fa43a2acd01 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a3e7fa43a2acd01 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a3e7fa43a2acd01 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a3e7fa43a2acd01 .uk-container {
    padding: 0;
  }
  #a3e7fa43a2acd01 .sidebar {
    padding: 10px;
  }
}
#a3e7fa43a2acd01 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a3e7fa43a2acd01 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a3e7fa43a2acd01 .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: #004098;
  cursor: pointer;
}
#a3e7fa43a2acd01 .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;
}
#a3e7fa43a2acd01 .content-tags a:hover {
  background: #004098;
  color: #fff;
  border-color: #004098;
}
#a3e7fa43a2acd01 .abstract,
#a3e7fa43a2acd01 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a3e7fa43a2acd01 .copyright a {
  color: #999;
  word-break: break-all;
}
#a3e7fa43a2acd01 .detail-content {
  font-size: 16px;
  color: #444;
}
#a3e7fa43a2acd01 .detail-content img {
  margin-bottom: 10px;
}
#a3e7fa43a2acd01 .detail-content table {
  font-size: 13px;
}
#a3e7fa43a2acd01 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a3e7fa43a2acd01 .hot-list,
#a3e7fa43a2acd01 .new-list {
  padding: 12px;
}
#a3e7fa43a2acd01 .new-list a:hover,
#a3e7fa43a2acd01 .hot-list a:hover {
  color: #0f6ecd;
}
#a3e7fa43a2acd01 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a3e7fa43a2acd01 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a3e7fa43a2acd01 .hot-item:hover a {
  color: #0f6ecd;
}
#a3e7fa43a2acd01 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a3e7fa43a2acd01 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #004098;
  content: "";
}
#a3e7fa43a2acd01 .content-header {
  padding-bottom: 10px;
}
#a3e7fa43a2acd01 .item-title {
  color: #333;
}
#a3e7fa43a2acd01 input::placeholder {
  color: #999;
}
#a3e7fa43a2acd01 .datetime {
  color: #999;
}
#a3e7fa43a2acd01 .new-item a {
  padding-left: 25px;
}
#a3e7fa43a2acd01 .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;
}
#a3e7fa43a2acd01 .siblings a {
  color: #444;
  line-height: 2;
}
#a3e7fa43a2acd01 .siblings a:hover {
  color: #0f6ecd;
}
#a9021a0515a1ef6 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a9846a3755abc3f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9846a3755abc3f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9846a3755abc3f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a1322aa367ab991 .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#a1322aa367ab991 .t_yiqiduan p {
  color: #666;
  font-size: 18px;
  line-height: 1.75;
}
#a1322aa367ab991 .t_yiqiduan.t_yiqiduan_1 p {
  color: #fff;
}
#a1322aa367ab991 .t_jiah3 h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
#a1322aa367ab991 .t_yimorezi {
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  margin-right: 26px;
  transition: all 0.36s;
}
#a1322aa367ab991 .t_yimoreicon {
  width: 24px;
  line-height: 46px;
}
#a1322aa367ab991 .t_yimoreicon img {
  width: 100%;
  transition: all 0.36s;
}
#a1322aa367ab991 .t_yibtn {
  width: 100%;
  display: inline-block;
  position: relative;
}
#a1322aa367ab991 .g_cpt2 {
  position: relative;
}
#a1322aa367ab991 .g_cpt2toptu.act {
  display: block;
}
#a1322aa367ab991 .g_cpt2toptu {
  display: none;
}
#a1322aa367ab991 .g_cpt2toptu img {
  width: 100%;
}
#a1322aa367ab991 .g_cpt2bot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#a1322aa367ab991 .item {
  z-index: 1;
  overflow: hidden;
}
#a1322aa367ab991 .item {
  position: relative;
  height: 100%;
  transition: all .36s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#a1322aa367ab991 .item a {
  display: block;
  padding: 80px 90px;
  position: absolute;
  z-index: 10;
  height: 100%;
}
#a1322aa367ab991 .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e33228;
  transition: all .36s ease;
  opacity: 0;
}
#a1322aa367ab991 .item.act .t_yiqiduan p {
  opacity: 1;
}
#a1322aa367ab991 .g_cpt2botbox {
  transition: all .36s ease;
}
#a1322aa367ab991 .g_cpt2boticon {
  width: 39px;
  margin-bottom: 22px;
  transition: all .36s ease;
  opacity: 1;
}
#a1322aa367ab991 .g_cpt2boticon img {
  width: 100%;
}
#a1322aa367ab991 .g_cpt2 .t_jiah3 h3 {
  margin-bottom: 30px;
}
#a1322aa367ab991 .item .t_yiqiduan p {
  opacity: 0;
  transition: all 0.36s;
}
#a1322aa367ab991 .g_cpt2bottu {
  margin-top: 28px;
  transition: all .36s ease;
  opacity: 0;
}
#a1322aa367ab991 .g_cpt2bottu img {
  width: 100%;
}
#a1322aa367ab991 .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all .36s ease;
  opacity: 0;
}
#a1322aa367ab991 .g_cpt2botbox {
  transform: translateY(46px);
}
#a1322aa367ab991 .t_jiah3 h3 {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a1322aa367ab991 .t_yiqiduan p {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a1322aa367ab991 .g_cpt2botbox {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a1322aa367ab991 .totop1 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.4s;
}
#a1322aa367ab991 .totop2 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.5s;
}
#a1322aa367ab991 .totop3 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.6s;
}
#a1322aa367ab991 .item.act .g_cpt2botbox {
  transform: translateY(0);
}
#a1322aa367ab991 .item.act .g_cpt2bottu {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  #a1322aa367ab991 .t_yimorezi {
    line-height: 44px;
    margin-right: 20px;
  }
  #a1322aa367ab991 .t_yimoreicon {
    line-height: 44px;
  }
  #a1322aa367ab991 .item a {
    padding: 70px 60px;
  }
  #a1322aa367ab991 .g_cpt2botbox {
    transform: translateY(20px);
  }
  #a1322aa367ab991 .g_cpt2boticon {
    width: 38px;
    margin-bottom: 20px;
  }
  #a1322aa367ab991 .t_jiah3 h3 {
    font-size: 28px;
  }
  #a1322aa367ab991 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1440px) {
  #a1322aa367ab991 .item a {
    padding: 60px 50px;
  }
  #a1322aa367ab991 .g_cpt2botbox {
    transform: translateY(12px);
  }
  #a1322aa367ab991 .t_jiah3 h3 {
    font-size: 26px;
  }
  #a1322aa367ab991 .g_cpt2boticon {
    width: 36px;
    margin-bottom: 18px;
  }
  #a1322aa367ab991 .t_yiqiduan p {
    font-size: 16px;
  }
  #a1322aa367ab991 .g_cpt2bottu {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1366px) {
  #a1322aa367ab991 .t_yimoreicon {
    line-height: 40px;
    width: 20px;
  }
  #a1322aa367ab991 .t_yimorezi {
    line-height: 40px;
  }
  #a1322aa367ab991 .t_jiah3 h3 {
    font-size: 24px;
  }
  #a1322aa367ab991 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 22px;
  }
  #a1322aa367ab991 .item a {
    padding: 50px 40px;
  }
  #a1322aa367ab991 .g_cpt2bottu {
    margin-top: 24px;
  }
  #a1322aa367ab991 .g_cpt2bottu {
    margin-top: 20px;
  }
  #a1322aa367ab991 .g_cpt2boticon {
    width: 34px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #a1322aa367ab991 .t_jiah3 h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  #a1322aa367ab991 .item a {
    padding: 36px 30px;
  }
  #a1322aa367ab991 .t_yiqiduan p {
    line-height: 1.5;
  }
  #a1322aa367ab991 .g_cpt2boticon {
    width: 32px;
  }
  #a1322aa367ab991 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 18px;
  }
  #a1322aa367ab991 .g_cpt2bottu {
    margin-top: 18px;
  }
  #a1322aa367ab991 .t_yimorezi {
    margin-right: 18px;
  }
  #a1322aa367ab991 .g_cpt2bottu {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #a1322aa367ab991 .g_cpt2top {
    height: 400px;
    position: relative;
  }
  #a1322aa367ab991 .g_cpt2toptu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #a1322aa367ab991 .g_cpt2toptu img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 950px) {
  #a1322aa367ab991 .t_jiah3 h3 {
    font-size: 20px;
  }
  #a1322aa367ab991 .item a {
    padding: 26px 20px;
  }
  #a1322aa367ab991 .item .t_yiqiduan p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #a1322aa367ab991 .t_yimorezi {
    line-height: 36px;
  }
  #a1322aa367ab991 .t_yimoreicon {
    line-height: 36px;
    width: 18px;
  }
  #a1322aa367ab991 .t_yimorezi {
    margin-right: 16px;
  }
  #a1322aa367ab991 .item {
    width: 100%;
  }
  #a1322aa367ab991 .g_cpt2toptu {
    position: relative;
    min-height: 222px;
  }
  #a1322aa367ab991 .g_cpt2toptu {
    display: block;
    overflow: hidden;
  }
  #a1322aa367ab991 .g_cpt2top {
    height: auto;
  }
  #a1322aa367ab991 .item a {
    width: 100%;
    top: 0;
    left: 0;
  }
  #a1322aa367ab991 .g_cpt2boticon {
    width: 28px;
    margin-bottom: 12px;
  }
  #a1322aa367ab991 .item .g_cpt2botbox {
    transform: translateY(0);
  }
  #a1322aa367ab991 .item .g_cpt2boticon {
    margin-bottom: 10px;
  }
  #a1322aa367ab991 .item .t_yiqiduan p {
    opacity: 1;
  }
  #a1322aa367ab991 .item .g_cpt2bottu {
    opacity: 1;
  }
  #a1322aa367ab991 .g_cpt2bottu {
    margin-top: 6px;
  }
  #a1322aa367ab991 .t_jiah3 h3 {
    font-size: 18px;
  }
  #a1322aa367ab991 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 12px;
  }
  #a1322aa367ab991 .item .t_yiqiduan p {
    max-height: 63px;
    overflow: hidden;
  }
  #a1322aa367ab991 .item::before {
    display: none;
  }
  #a1322aa367ab991 .t_syk2 .item .g_cpt2botbox {
    transform: translateY(0);
  }
  #a1322aa367ab991 .t_syk2 .item .g_cpt2boticon {
    margin-bottom: 10px;
  }
  #a1322aa367ab991 .t_syk2 .item .t_yiqiduan p {
    opacity: 1;
  }
  #a1322aa367ab991 .t_syk2 .item .g_cpt2bottu {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  #a1322aa367ab991 .t_yimorezi {
    font-size: 12px;
    line-height: 34px;
  }
  #a1322aa367ab991 .t_yimoreicon {
    line-height: 34px;
    width: 16px;
  }
  #a1322aa367ab991 .t_yimorezi {
    margin-right: 14px;
  }
  #a1322aa367ab991 .t_yiqiduan p {
    font-size: 14px;
  }
  #a1322aa367ab991 .item .t_yiqiduan p {
    max-height: 84px;
  }
  #a1322aa367ab991 .g_cpt2toptu {
    min-height: 240px;
  }
}
@keyframes totop {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#acb97adb36a4899 .uk-slider {
  padding-top: 30px;
}
#acb97adb36a4899 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#acb97adb36a4899 .uk-card-media-top {
  overflow: hidden;
}
#acb97adb36a4899 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#acb97adb36a4899 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#acb97adb36a4899 .uk-card {
  border: 1px solid #ececec;
}
#acb97adb36a4899 .uk-dotnav > * {
  padding-left: 6px;
}
#acb97adb36a4899 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #3288ff;
}
#acb97adb36a4899 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #004098;
}
#a34b3a7d50adfc9 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#acb97adb36a4899 .uk-container {max-width: 1500px;}#acb97adb36a4899 [data-item*=".title"], #acb97adb36a4899 [data-item*=".title"] a {max-line: 2;font-size: 18px;font-weight: bold;}#acb97adb36a4899 [data-item*=".abstract"], #acb97adb36a4899 [data-item*=".abstract"] a {show: true;max-line: 2;}#acb97adb36a4899 [data-item*=".subTitle"], #acb97adb36a4899 [data-item*=".subTitle"] a {show: false;}#acb97adb36a4899 [data-item*=".category"], #acb97adb36a4899 [data-item*=".category"] a {show: true;}#a00afa0b70adec2 .a8471a9449a14c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a00afa0b70adec2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a00afa0b70adec2 .uk-position-center-left-out {
    left: -30px;
  }
  #a00afa0b70adec2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af908ade3ba7f92 .af43baf8e2a2a54 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#af908ade3ba7f92 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af908ade3ba7f92 .uk-position-center-left-out {
    left: -30px;
  }
  #af908ade3ba7f92 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7656ad421a975a .ad05eabcd9a52e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a7656ad421a975a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7656ad421a975a .uk-position-center-left-out {
    left: -30px;
  }
  #a7656ad421a975a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afbada0c81a3c5f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#afbada0c81a3c5f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afbada0c81a3c5f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#aee58a85b6a821e .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a46fda78b3ac113 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a46fda78b3ac113 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a46fda78b3ac113 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a098daf2e1a94fe .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a427fac9e7aed6c > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab2dea88baac74a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a72cda0ddca92a4 > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8167a2082a1386 > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad66aade89acf8c .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a70a2ae0efa5339 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5f3baeb56a3d05 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a9876ad5e4a7177 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aa0d9a6926a7dce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4662aac35a7988 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a0ae7a6280aa737 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ae88ea16f4a948f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a94f6a64ebac1f8 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a6108a1ce6aab05 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#aab3caa7b9a046b > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5612a5950a3f96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ab1e1a3f3ca3b48 > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6161ae680a4f14 > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad4caa6c91a7d48 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#aff87af96ea1df0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af5a9abe61a3fcd > .ele-wrap {
                background-image: linear-gradient(115deg,
                rgba(11, 115, 186, 1),
                rgba(14, 146, 183, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a8d33aa885a00f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ae45ca2ec0a9c10 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a61c3a8477a4e85 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a32e8a0d59a031a .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#ac58cab444a4077 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a622ca05d0a63e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833306.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a7afaa3e6bafa03 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833604.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aac7aadf20ace94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833928.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aac3fa67f2ad9c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577834150.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aadf4a12b6afe0d {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aadf4a12b6afe0d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aadf4a12b6afe0d .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a3212ab1b0ad083 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a68fca4d46ac807 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a68fca4d46ac807 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a68fca4d46ac807 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#aece8a5e8da303c .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a6054a7aeeab6b6 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a6054a7aeeab6b6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6054a7aeeab6b6 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#aa95ba2c12ac7dd .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3432ab9adab2ee > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3004a6a2daf2a8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a6d1caf7deaea06 > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2cc1a88b1a8246 > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a09e4a98aea165e .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#accafadf5ba2582 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ac3b9a4d38a65eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a7ee8ae5dba66ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ae911aadf1a2d37 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a7b85a0589a4ceb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a1d19a4c6ca69a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ad9c1af6c1a60c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a7544a5913a04ac > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a30e6a3712ade86 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a3dc9a1ad4a12c1 > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4ef8a4205a98b4 > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a95aaae814a4f45 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a4f35abf1fa6c84 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a794fa2490a8aac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a7f1aab6a7a5a72 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833306.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a475aae7c1a37ac .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#af07aaac1da60c4 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a599aa93a3a8ea2 > .ele-wrap {background-color: rgba(233, 243, 248, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#aaa16a85a7af5eb > .ele-wrap {background-color: rgba(233, 243, 248, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a75e2abbc5ab375 > .ele-wrap {background-color: rgba(233, 243, 248, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a814dad548ab130 > .ele-wrap {background-color: rgba(233, 243, 248, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a4d33ac71aa318a > .ele-wrap {background-color: rgba(233, 243, 248, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#aa38fac76ca3384 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833604.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a6110ae98da6264 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833928.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a1af5a6435ae26a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577834150.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#afcbba36d5a41a8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a8b88a0f5ba1dbd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a82e3abda1ac43d > .ele-wrap {
                background-image: linear-gradient(115deg,
                rgba(11, 115, 186, 1),
                rgba(14, 146, 183, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#ab599afb0bae4ba > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab140ac3d0aa27a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 35px;border-bottom-right-radius: 35px;border-bottom-left-radius: 35px;border-top-left-radius: 35px;}#a170fa9576a3ba4 > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a913ba5f3aa167f > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a63eaa31ffa7be3 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a60b4af0abad015 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a679dac88da18c7 > .ele-wrap {
                background-image: linear-gradient(115deg,
                rgba(11, 115, 186, 1),
                rgba(14, 146, 183, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#ab8eeab817a6f06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a0bf4a4c69a37cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ac864a36c5a9920 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a063caddcba0208 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#ae6e6adabfa5480 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#aa1dea4ca4ad73a .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a60a7a2445a03d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833306.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5deeac7ffa6371 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833604.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a97fbacd96ae232 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833928.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aac14a27e8a46dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577834150.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a2577a7028ada72 > .ele-wrap {background-color: rgba(7, 51, 93, 0.9);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#aa0e5a32f9a6489 > .ele-wrap {background-color: rgba(7, 51, 93, 0.8);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#afbaca959ca2667 > .ele-wrap {background-color: rgba(7, 51, 93, 0.8);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a2ee6a3828aa4d1 > .ele-wrap {background-color: rgba(7, 51, 93, 0.9);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a05fdafd64a103a [data-item="undefined"] {background-color: rgba(7, 51, 93, 0.8);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a0b99a5b2ba580e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a0b99a5b2ba580e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0b99a5b2ba580e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a0bdfa7a3fabc97 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa1a2ac7f1ae85d > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9598a04aba4579 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a7a65ad24fa5a2c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af085aa65daad65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a97afaff5dafba9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aa1c9a25d9a8f22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a0de2a211dae05d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a01f1ad281ac7ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a95cca4bdaad488 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ade5aa316cafedd .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#aecf5a7ddaa15f1 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a304aae79cabd6f > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1009ad942a82c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#aea75a129ba9751 > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad1f9a2de1afcd2 > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a77a4a4ed1a9d69 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#abb1ca35eea7f1d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ae8b8a1193aebf5 > .ele-wrap {
                background-image: linear-gradient(115deg,
                rgba(11, 115, 186, 1),
                rgba(14, 146, 183, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a352aa0d34a57f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a9482ae284a5133 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ae9d9af94cadab8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4105ab0e3ab0cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833306.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a6734a2edfafd35 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833604.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a2197a3de0a9737 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833928.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#adac4ae9b1a3fa5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577834150.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a6ef7a206fa61b4 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a6ef7a206fa61b4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6ef7a206fa61b4 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a9261abfc3afa33 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7f38a82e5a3841 > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5822a94c5a0d50 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a659ea5a71a7927 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a0a4ca8a79a6440 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a37f7a6354ac6cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aa5f5a6551a3672 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a39d3a726aa75ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a6a82a2b99a72e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4c78a4ef5ac2dd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ad42fa7e03a5df5 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#aaa2caaf2aa2e10 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a78bea7520adf86 > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab9f8a02fda597a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ac318a1fe0a418b > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a197dab72da54a2 > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2dcbab06ea1e63 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a8942afa0ca493f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#afb2aa0d4ca40cc > .ele-wrap {
                background-image: linear-gradient(115deg,
                rgba(11, 115, 186, 1),
                rgba(14, 146, 183, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a1a51aa42cab43d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a6dc4a3e8fa744d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a0d48a4214acc52 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a232aac23daa6c6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833306.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a65edafc0aa1699 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833604.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a35bbaa763af2b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833928.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a09ceaf84ca0cd7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577834150.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a2b52a225ea704f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a2b52a225ea704f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2b52a225ea704f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a813bab6e0acb63 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5545a4e74a83f2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a5545a4e74a83f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5545a4e74a83f2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a7834afa29a1ab6 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a174ca593fa6cb8 > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8fa8ad0a6a33ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#a98cba62a6a67f9 > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1b65a9213a5d9e > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6ad8a6e6fae2fe .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#ad34da5b2eab198 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a43bfaf3baa8957 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a905fa649fae596 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a86d3a5e98a51ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ab25cab0b1a621e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aa5ffa4204ad506 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ac892ad0f2a3b4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a10e7af4d2aca4f .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a5f93a5ef7a2350 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#afae6ac2cfa722c .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a607aab406a5f9a .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a6ef5a0ec1a6886 > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a25f6a0521a0215 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#abbbba8d05a6167 > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abaa4a31ddadcf2 > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a569bad16aad21c .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#adc12a988aa5e2d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5d5daf93ea4872 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a0b3fa7654a9fae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ae4e0a9fc1ae45d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a06bda6729a2e38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a7c10ab035a62c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a0ea1a8c9aabe7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ac7a0afca3a16e1 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a9df9add8fa8bf5 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a71f4a251eafbf9 > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a175dabd6fa1542 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#acf9da79c7a4c85 > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aed3ca6a2cae797 > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2e2ca26dcadf27 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a35f1a5364a3766 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aa1e4a9a9aae6a4 > .ele-wrap {
                background-image: linear-gradient(115deg,
                rgba(11, 115, 186, 1),
                rgba(14, 146, 183, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a8e43a237ba85cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a8c34a2551a5a0a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a0eb1ae2a2aba30 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a535da2f7ba09a8 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#ad5a2a2228a14aa .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a4fcea519ca2b1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833306.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a71a3af8e7ae12f > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833604.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aed0da7cf1ac835 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833928.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a8eb7a8cb7a6c4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577834150.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a10f6ab61ea1635 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a10f6ab61ea1635 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a10f6ab61ea1635 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#aff62a9c59ad532 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#abab2aea06a729d > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a06b9a5111a7063 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#aa869a02a8a5b68 > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7057a06bda611a > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acefea1d2fae9a9 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a7ef0a83c0a50f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a90b1ab855a3455 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#abfb7a42e0a1d74 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a61c7a1c1fa185c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a3316a956da1332 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#afc70a0428aa8b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a0a58af2c1a4924 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a9a6fa61d9adbca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ad1bca65b2a7588 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a51b4ad149a0dc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a3605a395fa98fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a1edca9b3aa55fc > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781574425407.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4c23a5051a085b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781574539670.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4106a4ed6a06ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781574600545.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a1852aa151a7206 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781574658990.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a7430a935baa8e2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a7430a935baa8e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7430a935baa8e2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a8ce5ad4dea73cd .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2d20a26dda7988 > .ele-wrap {background-color: rgba(255, 255, 255, 0.6);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad6c3a53aeaf326 .a7800a1e9ba246b {
  overflow: hidden;
}
#ad6c3a53aeaf326 .a7800a1e9ba246b , #ad6c3a53aeaf326 .a7800a1e9ba246b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;}#ad6c3a53aeaf326 .a05a1ab83ea1480 , #ad6c3a53aeaf326 .a05a1ab83ea1480 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ad6c3a53aeaf326 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad6c3a53aeaf326 .uk-position-center-left-out {
    left: -30px;
  }
  #ad6c3a53aeaf326 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a04b7afd42aef1f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a04b7afd42aef1f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a04b7afd42aef1f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a93e9a1186a4c56 .ap-icon {
  display: inline-block;
  font-size: 32px;
}
#a93e9a1186a4c56 .ap-icon svg {
  fill: #004098;
}
#af88ba6f44a738f .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5de4a9e6aacb82 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab73eacfbba6e82 , #ab73eacfbba6e82 a{color: rgba(0, 64, 152, 1);}#a2819a8562aed09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a9afea0fd8a048b .form-agree {
  display: flex;
  align-items: center;
}
#a9afea0fd8a048b .uk-form .form-submit-btn {
  width: 620px;
}
#a9afea0fd8a048b .submit-wrap {
  text-align: center;
}
#a9afea0fd8a048b form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9afea0fd8a048b .form-item .uk-input,
#a9afea0fd8a048b .form-item .uk-select,
#a9afea0fd8a048b .form-item .uk-textarea {
  width: autopx;
}
#a9afea0fd8a048b .form-item .auto-height {
  height: auto;
}
#a9afea0fd8a048b .uk-form-label,
#a9afea0fd8a048b .form-agree,
#a9afea0fd8a048b .uk-h3,
#a9afea0fd8a048b p {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ada0ca3d9fa36fc {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ada0ca3d9fa36fc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ada0ca3d9fa36fc .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2993acfa1a33f0 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#afadaa8dbaa4884 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#afadaa8dbaa4884 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a4839a891aa9157 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4839a891aa9157 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#abadda6a32a64da .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#abadda6a32a64da .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#af70aa05aaad321 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#af70aa05aaad321 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a4e01acf8aaa17d .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4e01acf8aaa17d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a4b30aa707a73fa .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4b30aa707a73fa .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a1defaae31ad337 {
  overflow: hidden;
  pointer-events: none;
}
#a1defaae31ad337 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1defaae31ad337 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a1defaae31ad337 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1defaae31ad337 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1defaae31ad337 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a1defaae31ad337 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1defaae31ad337 > .tab-wrap > div > .tab-nav,
#a1defaae31ad337 > .tab-nav,
#a1defaae31ad337 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1defaae31ad337 > .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;
}
#a1defaae31ad337 > .tab-wrap > div > .tab-nav-horizontal,
#a1defaae31ad337 > .tab-nav-horizontal,
#a1defaae31ad337 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1defaae31ad337 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1defaae31ad337 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1defaae31ad337 > .tab-nav-horizontal::-webkit-scrollbar,
#a1defaae31ad337 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1defaae31ad337 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1defaae31ad337 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1defaae31ad337 > .tab-nav-horizontal.tagScroll,
#a1defaae31ad337 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1defaae31ad337 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a1defaae31ad337 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1defaae31ad337 > .tab-nav-horizontal.tagScroll li a,
#a1defaae31ad337 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1defaae31ad337 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1defaae31ad337 > .tab-wrap > div > .tab-nav a,
#a1defaae31ad337 > .tab-nav a,
#a1defaae31ad337 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1defaae31ad337 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1defaae31ad337 > .tab-wrap > div > .tab-nav li a,
#a1defaae31ad337 > .tab-nav li a,
#a1defaae31ad337 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1defaae31ad337 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 55px;
  margin-left: 55px;
}
#a1defaae31ad337 > .tab-wrap > div > .tab-nav li a svg,
#a1defaae31ad337 > .tab-nav li a svg,
#a1defaae31ad337 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1defaae31ad337 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1defaae31ad337 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1defaae31ad337 > .tab-nav li a .ap_icon,
#a1defaae31ad337 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1defaae31ad337 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1defaae31ad337 > .tab-wrap > div > .tab-nav li a:hover,
#a1defaae31ad337 > .tab-nav li a:hover,
#a1defaae31ad337 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1defaae31ad337 > .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;
}
#a1defaae31ad337 > .tab-wrap > div > .tab-nav li.uk-active a,
#a1defaae31ad337 > .tab-nav li.uk-active a,
#a1defaae31ad337 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1defaae31ad337 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a1defaae31ad337 .layout-left li,
#a1defaae31ad337 .layout-center li,
#a1defaae31ad337 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1defaae31ad337 .layout-left li a,
#a1defaae31ad337 .layout-center li a,
#a1defaae31ad337 .layout-right li a {
  height: 100%;
}
#a1defaae31ad337 > .tab-tabs .layout-left {
  text-align: left;
}
#a1defaae31ad337 > .tab-tabs .layout-center {
  text-align: center;
}
#a1defaae31ad337 > .tab-tabs .layout-right {
  text-align: right;
}
#a1defaae31ad337 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a1defaae31ad337 .tab-content-wrap {
  background-color: #ffffff;
}
#a1defaae31ad337 .tab-contents,
#a1defaae31ad337 .tab-contents-wrap {
  pointer-events: none;
}
#a1defaae31ad337 .tab-content,
#a1defaae31ad337 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1defaae31ad337 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1defaae31ad337 .tab-wrap .tab-contents {
  height: 100%;
}
#a1defaae31ad337 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1defaae31ad337 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1defaae31ad337 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5bcdaa0a0a8024 .aeceea786fafe98  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(146, 143, 143, 1);}#a5bcdaa0a0a8024 .a7e33ad265a76eb {
  overflow: hidden;
}
#a5bcdaa0a0a8024 .a7e33ad265a76eb , #a5bcdaa0a0a8024 .a7e33ad265a76eb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a5bcdaa0a0a8024 .a7e33ad265a76eb:hover , #a5bcdaa0a0a8024 .a7e33ad265a76eb *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a5bcdaa0a0a8024 .uk-grid {
  margin-left: 0px;
}
#a5bcdaa0a0a8024 .uk-grid > * {
  padding-left: 0px;
}
#a5bcdaa0a0a8024 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5bcdaa0a0a8024 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5bcdaa0a0a8024 .uk-position-center-left-out {
    left: -30px;
  }
  #a5bcdaa0a0a8024 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af91cad55fa99ef {
  overflow: hidden;
  pointer-events: none;
}
#af91cad55fa99ef > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#af91cad55fa99ef > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#af91cad55fa99ef > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af91cad55fa99ef > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#af91cad55fa99ef > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#af91cad55fa99ef > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af91cad55fa99ef > .tab-wrap > div > .tab-nav,
#af91cad55fa99ef > .tab-nav,
#af91cad55fa99ef > .tab-tabs > .tab-wrap > div > .tab-nav,
#af91cad55fa99ef > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#af91cad55fa99ef > .tab-wrap > div > .tab-nav-horizontal,
#af91cad55fa99ef > .tab-nav-horizontal,
#af91cad55fa99ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af91cad55fa99ef > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af91cad55fa99ef > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af91cad55fa99ef > .tab-nav-horizontal::-webkit-scrollbar,
#af91cad55fa99ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af91cad55fa99ef > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af91cad55fa99ef > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af91cad55fa99ef > .tab-nav-horizontal.tagScroll,
#af91cad55fa99ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af91cad55fa99ef > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#af91cad55fa99ef > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af91cad55fa99ef > .tab-nav-horizontal.tagScroll li a,
#af91cad55fa99ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af91cad55fa99ef > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af91cad55fa99ef > .tab-wrap > div > .tab-nav a,
#af91cad55fa99ef > .tab-nav a,
#af91cad55fa99ef > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af91cad55fa99ef > .tab-tabs > .tab-nav a {
  padding: 0 60px;
}
#af91cad55fa99ef > .tab-wrap > div > .tab-nav li a,
#af91cad55fa99ef > .tab-nav li a,
#af91cad55fa99ef > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af91cad55fa99ef > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  background-color: #e4e4e4;
  padding: 0 60px;
}
#af91cad55fa99ef > .tab-wrap > div > .tab-nav li a svg,
#af91cad55fa99ef > .tab-nav li a svg,
#af91cad55fa99ef > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af91cad55fa99ef > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af91cad55fa99ef > .tab-wrap > div > .tab-nav li a .ap_icon,
#af91cad55fa99ef > .tab-nav li a .ap_icon,
#af91cad55fa99ef > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af91cad55fa99ef > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af91cad55fa99ef > .tab-wrap > div > .tab-nav li a:hover,
#af91cad55fa99ef > .tab-nav li a:hover,
#af91cad55fa99ef > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af91cad55fa99ef > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
  border-bottom-width: 2px;
  border-bottom-color: #004098;
  border-bottom-style: solid;
}
#af91cad55fa99ef > .tab-wrap > div > .tab-nav li.uk-active a,
#af91cad55fa99ef > .tab-nav li.uk-active a,
#af91cad55fa99ef > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af91cad55fa99ef > .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: #ffffff;
  border-bottom-style: solid;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #004098;
}
#af91cad55fa99ef .layout-left li,
#af91cad55fa99ef .layout-center li,
#af91cad55fa99ef .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af91cad55fa99ef .layout-left li a,
#af91cad55fa99ef .layout-center li a,
#af91cad55fa99ef .layout-right li a {
  height: 100%;
}
#af91cad55fa99ef > .tab-tabs .layout-left {
  text-align: left;
}
#af91cad55fa99ef > .tab-tabs .layout-center {
  text-align: center;
}
#af91cad55fa99ef > .tab-tabs .layout-right {
  text-align: right;
}
#af91cad55fa99ef .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#af91cad55fa99ef .tab-content-wrap {
  background-color: transparent;
}
#af91cad55fa99ef .tab-contents,
#af91cad55fa99ef .tab-contents-wrap {
  pointer-events: none;
}
#af91cad55fa99ef .tab-content,
#af91cad55fa99ef .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af91cad55fa99ef .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af91cad55fa99ef .tab-wrap .tab-contents {
  height: 100%;
}
#af91cad55fa99ef .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af91cad55fa99ef .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af91cad55fa99ef .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#abe8ba4704ab2aa .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#abe8ba4704ab2aa .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a323ca6dcba3622 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a323ca6dcba3622 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a6404ae2eea8dd2 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6404ae2eea8dd2 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#ab66fa31b2ab2e7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ab66fa31b2ab2e7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a24f5a8eefa9776 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a24f5a8eefa9776 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a5d09a419ea4c08 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5d09a419ea4c08 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#ad4b0a5b89a3cb1 {
  overflow: hidden;
  pointer-events: none;
}
#ad4b0a5b89a3cb1 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad4b0a5b89a3cb1 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad4b0a5b89a3cb1 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad4b0a5b89a3cb1 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad4b0a5b89a3cb1 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad4b0a5b89a3cb1 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad4b0a5b89a3cb1 > .tab-wrap > div > .tab-nav,
#ad4b0a5b89a3cb1 > .tab-nav,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad4b0a5b89a3cb1 > .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;
}
#ad4b0a5b89a3cb1 > .tab-wrap > div > .tab-nav-horizontal,
#ad4b0a5b89a3cb1 > .tab-nav-horizontal,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad4b0a5b89a3cb1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad4b0a5b89a3cb1 > .tab-nav-horizontal::-webkit-scrollbar,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad4b0a5b89a3cb1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad4b0a5b89a3cb1 > .tab-nav-horizontal.tagScroll,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ad4b0a5b89a3cb1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad4b0a5b89a3cb1 > .tab-nav-horizontal.tagScroll li a,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad4b0a5b89a3cb1 > .tab-wrap > div > .tab-nav a,
#ad4b0a5b89a3cb1 > .tab-nav a,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad4b0a5b89a3cb1 > .tab-wrap > div > .tab-nav li a,
#ad4b0a5b89a3cb1 > .tab-nav li a,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 55px;
  margin-left: 55px;
}
#ad4b0a5b89a3cb1 > .tab-wrap > div > .tab-nav li a svg,
#ad4b0a5b89a3cb1 > .tab-nav li a svg,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad4b0a5b89a3cb1 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad4b0a5b89a3cb1 > .tab-nav li a .ap_icon,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad4b0a5b89a3cb1 > .tab-wrap > div > .tab-nav li a:hover,
#ad4b0a5b89a3cb1 > .tab-nav li a:hover,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad4b0a5b89a3cb1 > .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;
}
#ad4b0a5b89a3cb1 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad4b0a5b89a3cb1 > .tab-nav li.uk-active a,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad4b0a5b89a3cb1 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ad4b0a5b89a3cb1 .layout-left li,
#ad4b0a5b89a3cb1 .layout-center li,
#ad4b0a5b89a3cb1 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad4b0a5b89a3cb1 .layout-left li a,
#ad4b0a5b89a3cb1 .layout-center li a,
#ad4b0a5b89a3cb1 .layout-right li a {
  height: 100%;
}
#ad4b0a5b89a3cb1 > .tab-tabs .layout-left {
  text-align: left;
}
#ad4b0a5b89a3cb1 > .tab-tabs .layout-center {
  text-align: center;
}
#ad4b0a5b89a3cb1 > .tab-tabs .layout-right {
  text-align: right;
}
#ad4b0a5b89a3cb1 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ad4b0a5b89a3cb1 .tab-content-wrap {
  background-color: #ffffff;
}
#ad4b0a5b89a3cb1 .tab-contents,
#ad4b0a5b89a3cb1 .tab-contents-wrap {
  pointer-events: none;
}
#ad4b0a5b89a3cb1 .tab-content,
#ad4b0a5b89a3cb1 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad4b0a5b89a3cb1 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad4b0a5b89a3cb1 .tab-wrap .tab-contents {
  height: 100%;
}
#ad4b0a5b89a3cb1 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad4b0a5b89a3cb1 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad4b0a5b89a3cb1 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7de9a5491a37cc .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a7de9a5491a37cc .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a3233aba37a79ac .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a3233aba37a79ac .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a2854ac229ad5dd .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a2854ac229ad5dd .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a00cca224ea06c2 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a00cca224ea06c2 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#af48aa0c0ba66bd .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#af48aa0c0ba66bd .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#aa1ada8e5fa4c5c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 64, 152, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aa1ada8e5fa4c5c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 59, 138, 1);}#a6058acc94a247b {
  overflow: hidden;
  pointer-events: none;
}
#a6058acc94a247b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6058acc94a247b > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a6058acc94a247b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6058acc94a247b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6058acc94a247b > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a6058acc94a247b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6058acc94a247b > .tab-wrap > div > .tab-nav,
#a6058acc94a247b > .tab-nav,
#a6058acc94a247b > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6058acc94a247b > .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;
}
#a6058acc94a247b > .tab-wrap > div > .tab-nav-horizontal,
#a6058acc94a247b > .tab-nav-horizontal,
#a6058acc94a247b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6058acc94a247b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6058acc94a247b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6058acc94a247b > .tab-nav-horizontal::-webkit-scrollbar,
#a6058acc94a247b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6058acc94a247b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6058acc94a247b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6058acc94a247b > .tab-nav-horizontal.tagScroll,
#a6058acc94a247b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6058acc94a247b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a6058acc94a247b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6058acc94a247b > .tab-nav-horizontal.tagScroll li a,
#a6058acc94a247b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6058acc94a247b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6058acc94a247b > .tab-wrap > div > .tab-nav a,
#a6058acc94a247b > .tab-nav a,
#a6058acc94a247b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6058acc94a247b > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6058acc94a247b > .tab-wrap > div > .tab-nav li a,
#a6058acc94a247b > .tab-nav li a,
#a6058acc94a247b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6058acc94a247b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 55px;
  margin-left: 55px;
}
#a6058acc94a247b > .tab-wrap > div > .tab-nav li a svg,
#a6058acc94a247b > .tab-nav li a svg,
#a6058acc94a247b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6058acc94a247b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6058acc94a247b > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6058acc94a247b > .tab-nav li a .ap_icon,
#a6058acc94a247b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6058acc94a247b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6058acc94a247b > .tab-wrap > div > .tab-nav li a:hover,
#a6058acc94a247b > .tab-nav li a:hover,
#a6058acc94a247b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6058acc94a247b > .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;
}
#a6058acc94a247b > .tab-wrap > div > .tab-nav li.uk-active a,
#a6058acc94a247b > .tab-nav li.uk-active a,
#a6058acc94a247b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6058acc94a247b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a6058acc94a247b .layout-left li,
#a6058acc94a247b .layout-center li,
#a6058acc94a247b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6058acc94a247b .layout-left li a,
#a6058acc94a247b .layout-center li a,
#a6058acc94a247b .layout-right li a {
  height: 100%;
}
#a6058acc94a247b > .tab-tabs .layout-left {
  text-align: left;
}
#a6058acc94a247b > .tab-tabs .layout-center {
  text-align: center;
}
#a6058acc94a247b > .tab-tabs .layout-right {
  text-align: right;
}
#a6058acc94a247b .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a6058acc94a247b .tab-content-wrap {
  background-color: #ffffff;
}
#a6058acc94a247b .tab-contents,
#a6058acc94a247b .tab-contents-wrap {
  pointer-events: none;
}
#a6058acc94a247b .tab-content,
#a6058acc94a247b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6058acc94a247b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6058acc94a247b .tab-wrap .tab-contents {
  height: 100%;
}
#a6058acc94a247b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6058acc94a247b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6058acc94a247b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1758a1ed4af7ac .a0612ae9afaaca5  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(146, 143, 143, 1);}#a1758a1ed4af7ac .a50afa20afa61c1 {
  overflow: hidden;
}
#a1758a1ed4af7ac .a50afa20afa61c1 , #a1758a1ed4af7ac .a50afa20afa61c1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a1758a1ed4af7ac .a50afa20afa61c1:hover , #a1758a1ed4af7ac .a50afa20afa61c1 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a1758a1ed4af7ac .uk-grid {
  margin-left: 0px;
}
#a1758a1ed4af7ac .uk-grid > * {
  padding-left: 0px;
}
#a1758a1ed4af7ac .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1758a1ed4af7ac .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1758a1ed4af7ac .uk-position-center-left-out {
    left: -30px;
  }
  #a1758a1ed4af7ac .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6261a9908ad8b2 {
  overflow: hidden;
  pointer-events: none;
}
#a6261a9908ad8b2 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6261a9908ad8b2 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a6261a9908ad8b2 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6261a9908ad8b2 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6261a9908ad8b2 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a6261a9908ad8b2 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6261a9908ad8b2 > .tab-wrap > div > .tab-nav,
#a6261a9908ad8b2 > .tab-nav,
#a6261a9908ad8b2 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6261a9908ad8b2 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a6261a9908ad8b2 > .tab-wrap > div > .tab-nav-horizontal,
#a6261a9908ad8b2 > .tab-nav-horizontal,
#a6261a9908ad8b2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6261a9908ad8b2 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6261a9908ad8b2 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6261a9908ad8b2 > .tab-nav-horizontal::-webkit-scrollbar,
#a6261a9908ad8b2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6261a9908ad8b2 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6261a9908ad8b2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6261a9908ad8b2 > .tab-nav-horizontal.tagScroll,
#a6261a9908ad8b2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6261a9908ad8b2 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a6261a9908ad8b2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6261a9908ad8b2 > .tab-nav-horizontal.tagScroll li a,
#a6261a9908ad8b2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6261a9908ad8b2 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6261a9908ad8b2 > .tab-wrap > div > .tab-nav a,
#a6261a9908ad8b2 > .tab-nav a,
#a6261a9908ad8b2 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6261a9908ad8b2 > .tab-tabs > .tab-nav a {
  padding: 0 60px;
}
#a6261a9908ad8b2 > .tab-wrap > div > .tab-nav li a,
#a6261a9908ad8b2 > .tab-nav li a,
#a6261a9908ad8b2 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6261a9908ad8b2 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  background-color: #e4e4e4;
  padding: 0 60px;
}
#a6261a9908ad8b2 > .tab-wrap > div > .tab-nav li a svg,
#a6261a9908ad8b2 > .tab-nav li a svg,
#a6261a9908ad8b2 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6261a9908ad8b2 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6261a9908ad8b2 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6261a9908ad8b2 > .tab-nav li a .ap_icon,
#a6261a9908ad8b2 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6261a9908ad8b2 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6261a9908ad8b2 > .tab-wrap > div > .tab-nav li a:hover,
#a6261a9908ad8b2 > .tab-nav li a:hover,
#a6261a9908ad8b2 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6261a9908ad8b2 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
  border-bottom-width: 2px;
  border-bottom-color: #004098;
  border-bottom-style: solid;
}
#a6261a9908ad8b2 > .tab-wrap > div > .tab-nav li.uk-active a,
#a6261a9908ad8b2 > .tab-nav li.uk-active a,
#a6261a9908ad8b2 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6261a9908ad8b2 > .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: #ffffff;
  border-bottom-style: solid;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #004098;
}
#a6261a9908ad8b2 .layout-left li,
#a6261a9908ad8b2 .layout-center li,
#a6261a9908ad8b2 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6261a9908ad8b2 .layout-left li a,
#a6261a9908ad8b2 .layout-center li a,
#a6261a9908ad8b2 .layout-right li a {
  height: 100%;
}
#a6261a9908ad8b2 > .tab-tabs .layout-left {
  text-align: left;
}
#a6261a9908ad8b2 > .tab-tabs .layout-center {
  text-align: center;
}
#a6261a9908ad8b2 > .tab-tabs .layout-right {
  text-align: right;
}
#a6261a9908ad8b2 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a6261a9908ad8b2 .tab-content-wrap {
  background-color: transparent;
}
#a6261a9908ad8b2 .tab-contents,
#a6261a9908ad8b2 .tab-contents-wrap {
  pointer-events: none;
}
#a6261a9908ad8b2 .tab-content,
#a6261a9908ad8b2 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6261a9908ad8b2 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6261a9908ad8b2 .tab-wrap .tab-contents {
  height: 100%;
}
#a6261a9908ad8b2 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6261a9908ad8b2 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6261a9908ad8b2 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a72c8ac93fad19c {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a72c8ac93fad19c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a72c8ac93fad19c .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a784fadad4ab180 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a35e7a45c2a048f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a35e7a45c2a048f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a35e7a45c2a048f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ac9fbadb98a8b7d .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4f73a6e60a555f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a4f73a6e60a555f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f73a6e60a555f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#acff9ada2fa5f86 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5bedaed02ad3b3 > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(5, 101, 232, 1);border-left-color: rgba(5, 101, 232, 1);border-bottom-color: rgba(5, 101, 232, 1);border-top-color: rgba(5, 101, 232, 1);}#ad512a28d0af2c7 > .ele-wrap {background-color: rgba(5, 101, 232, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a5f38a28c0ac123 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a5f38a28c0ac123 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f38a28c0ac123 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ad6aaa71f2abf45 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7409a01eaaa130 [data-item="undefined"] {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;}#a7409a01eaaa130 [data-item="undefined"]:hover {border-top-width: 0px;border-top-style: none;border-bottom-color: rgba(0, 64, 152, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab1dbaaf52a883e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ab1dbaaf52a883e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab1dbaaf52a883e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a7066a2a64a04af .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#af183a88daa6dd2 [data-item="undefined"] {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;}#af183a88daa6dd2 [data-item="undefined"]:hover {border-top-width: 0px;border-top-style: none;border-bottom-color: rgba(0, 64, 152, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a0359a74eba37bc {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a0359a74eba37bc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0359a74eba37bc .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a633fa0907ad881 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae3d9af7cba40bb {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae3d9af7cba40bb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae3d9af7cba40bb .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2daca125aa8e73 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#aeb50aaacbafaef [data-item="undefined"] {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;}#aeb50aaacbafaef [data-item="undefined"]:hover {border-top-width: 0px;border-top-style: none;border-bottom-color: rgba(0, 64, 152, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa9e6aef4cabe7c {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aa9e6aef4cabe7c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9e6aef4cabe7c .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#aaa86ae53ca9da1 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a47a5a6705a862f > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a070cac27eac88e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ad40da6cbba734b > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3a1aaa33cab8bf > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5c76a36a9a4cc9 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#ae775aa4e2a3303 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aef2da81c8adc5b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a6ebfa6ec2a8ab9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833306.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#af071adb2ca78bc .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a6422aeefeacae2 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#aaf6ba0ef3a93ce > .ele-wrap {background-color: rgba(233, 243, 248, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a38f8ac0bfa936c > .ele-wrap {background-color: rgba(233, 243, 248, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a322aa37a7a17be > .ele-wrap {background-color: rgba(233, 243, 248, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a4152a08e3a3b13 > .ele-wrap {background-color: rgba(233, 243, 248, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#af11cadae0a99d0 > .ele-wrap {background-color: rgba(233, 243, 248, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a7d91a10d7a8091 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833604.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a80acadbe6aed1a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833928.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aa8eba3fd1a6a96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577834150.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a02faa2934a7d08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a2d72a17a8a478c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a8e42aa8e1ae0f0 > .ele-wrap {
                background-image: linear-gradient(115deg,
                rgba(11, 115, 186, 1),
                rgba(14, 146, 183, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a9977ab085ac9ad {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9977ab085ac9ad .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9977ab085ac9ad .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a462bac1a3afd1f .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a1632aba1ea2dcb > .ele-wrap {background-color: rgba(239, 250, 246, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781575132163.png);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-right-width: 2px;border-right-color: rgba(220, 229, 236, 1);border-left-color: rgba(220, 229, 236, 1);border-bottom-color: rgba(220, 229, 236, 1);border-top-color: rgba(220, 229, 236, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8a89a6044ad041 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(208, 228, 241, 1);border-left-color: rgba(208, 228, 241, 1);border-bottom-color: rgba(208, 228, 241, 1);border-top-color: rgba(208, 228, 241, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a0365a9d34a89d4 > .ele-wrap {background-color: rgba(220, 241, 235, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8bd3ac78ea17e9 > .ele-wrap {background-color: rgba(25, 169, 121, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9b28a1025a5e00 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#acc3aa75caaa383 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#adbcfa8f41abd17 > .ele-wrap {
                background-image: linear-gradient(115deg,
                rgba(11, 115, 186, 1),
                rgba(14, 146, 183, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#aa681a63c7ac6e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a0cabaf70ba439c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5467a8ce1a48ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aba59a28e0a5f65 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a54d0a0e9ca3027 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#acc7faadebac268 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a2831ad85aa032b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833306.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a3025a2e33afbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833604.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5e28a88dea8965 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577833928.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a14c3a3471ae7b8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/afd7aaa713a1d4b/1781577834150.png);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(215, 226, 235, 1);border-left-color: rgba(215, 226, 235, 1);border-bottom-color: rgba(215, 226, 235, 1);border-top-color: rgba(215, 226, 235, 1);border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5d4aa4634a8ad1 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a5d4aa4634a8ad1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5d4aa4634a8ad1 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a0446a4684a7814 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab62cab18bae81e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ab62cab18bae81e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab62cab18bae81e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#abc09a6ba9adba2 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad049a2c93abefc {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad049a2c93abefc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad049a2c93abefc .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a7b8aacafdaa13f .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#af7e0a82a0a90aa {
  /* 修复吸顶导航宽度被写死的问题 */
}
#af7e0a82a0a90aa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af7e0a82a0a90aa .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a1518a2245a7099 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#af92ca9dfca8332 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#af92ca9dfca8332 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af92ca9dfca8332 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#af692ad9caaf6c6 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7cadac569af6a3 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a7cadac569af6a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7cadac569af6a3 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a763fa9dcea0aff .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#aab87a626fa25a1 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aab87a626fa25a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aab87a626fa25a1 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a92bea4912afb5e .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a9846a3755abc3f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9846a3755abc3f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9846a3755abc3f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ade71aaa9cae8aa {
  min-height: 90vh;
  /* mobile */
}
#ade71aaa9cae8aa .search-highlight {
  background: yellow;
}
#ade71aaa9cae8aa .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ade71aaa9cae8aa .el-title {
  margin-bottom: 20px;
}
#ade71aaa9cae8aa .el-item:hover .el-title {
  color: #0f6ecd;
}
#ade71aaa9cae8aa .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ade71aaa9cae8aa .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ade71aaa9cae8aa .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ade71aaa9cae8aa .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ade71aaa9cae8aa .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ade71aaa9cae8aa .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ade71aaa9cae8aa .el-title {
    margin-bottom: 0;
  }
  #ade71aaa9cae8aa .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ade71aaa9cae8aa .category {
    font-size: 12px;
  }
  #ade71aaa9cae8aa .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a9007ac4fbaa1b6 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a9846a3755abc3f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9846a3755abc3f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9846a3755abc3f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ac840aaa90ae4b6 {
  /* 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------------------------*/
}
#ac840aaa90ae4b6 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ac840aaa90ae4b6 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ac840aaa90ae4b6 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ac840aaa90ae4b6 .error .clip:nth-of-type(1) .shadow,
#ac840aaa90ae4b6 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ac840aaa90ae4b6 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ac840aaa90ae4b6 .error h2 {
  font-size: 32px;
}
#ac840aaa90ae4b6 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ac840aaa90ae4b6 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ac840aaa90ae4b6 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ac840aaa90ae4b6 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ac840aaa90ae4b6 .error .clip .shadow {
  overflow: hidden;
}
#ac840aaa90ae4b6 .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);
}
#ac840aaa90ae4b6 .error .clip:nth-of-type(3) .shadow:after,
#ac840aaa90ae4b6 .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%;
}
#ac840aaa90ae4b6 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ac840aaa90ae4b6 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ac840aaa90ae4b6 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ac840aaa90ae4b6 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ac840aaa90ae4b6 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ac840aaa90ae4b6 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ac840aaa90ae4b6 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ac840aaa90ae4b6 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ac840aaa90ae4b6 {
    /* Error Page */
    /* Error Page */
  }
  #ac840aaa90ae4b6 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ac840aaa90ae4b6 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ac840aaa90ae4b6 .error .clip:nth-of-type(1) .shadow,
  #ac840aaa90ae4b6 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ac840aaa90ae4b6 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ac840aaa90ae4b6 .error h2 {
    font-size: 24px;
  }
  #ac840aaa90ae4b6 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ac840aaa90ae4b6 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ac840aaa90ae4b6 .error .container-error-404 {
    height: 150px;
  }
}
#ac840aaa90ae4b6 .overlay {
  position: relative;
  z-index: 20;
}
#ac840aaa90ae4b6 .ground-color {
  background: white;
}
#ac840aaa90ae4b6 .item-bg-color {
  background: #EAEAEA;
}
#ac840aaa90ae4b6 .padding-top {
  padding-top: 10px;
}
#ac840aaa90ae4b6 .padding-bottom {
  padding-bottom: 10px;
}
#ac840aaa90ae4b6 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac840aaa90ae4b6 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ac840aaa90ae4b6 .padding-all {
  padding: 10px;
}
#ac840aaa90ae4b6 .no-padding-left {
  padding-left: 0px;
}
#ac840aaa90ae4b6 .no-padding-right {
  padding-right: 0px;
}
#ac840aaa90ae4b6 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ac840aaa90ae4b6 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ac840aaa90ae4b6 .no-padding {
  padding: 0px;
}
#ac840aaa90ae4b6 .margin-top {
  margin-top: 10px;
}
#ac840aaa90ae4b6 .margin-bottom {
  margin-bottom: 10px;
}
#ac840aaa90ae4b6 .margin-right {
  margin-right: 10px;
}
#ac840aaa90ae4b6 .margin-left {
  margin-left: 10px;
}
#ac840aaa90ae4b6 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ac840aaa90ae4b6 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ac840aaa90ae4b6 .margin-all {
  margin: 10px;
}
#ac840aaa90ae4b6 .no-margin {
  margin: 0px;
}
#ac840aaa90ae4b6 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ac840aaa90ae4b6 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ac840aaa90ae4b6 .inside-col-shrink {
  margin: 0px 20px;
}
#ac840aaa90ae4b6 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a5556a1541a20c6 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a9846a3755abc3f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9846a3755abc3f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9846a3755abc3f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab396ae4b9a1f57 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ab396ae4b9a1f57 .switch_item {
  margin-right: 10px;
}
#ab396ae4b9a1f57 a.switch_item:hover {
  text-decoration: underline;
}
#ab396ae4b9a1f57 .slider {
  width: 420px;
  height: 600px;
}
#ab396ae4b9a1f57 .uk-slideshow-items {
  height: 100%;
}
#ab396ae4b9a1f57 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ab396ae4b9a1f57 .login-wrap {
  width: 100%;
  height: 100%;
}
#ab396ae4b9a1f57 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ab396ae4b9a1f57 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ab396ae4b9a1f57 .phone-login-box {
  margin: 40px auto 40px;
}
#ab396ae4b9a1f57 .login-header {
  margin-bottom: 24px;
}
#ab396ae4b9a1f57 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ab396ae4b9a1f57 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ab396ae4b9a1f57 .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;
}
#ab396ae4b9a1f57 .forget_password {
  cursor: pointer;
}
#ab396ae4b9a1f57 .forget_password:hover {
  color: #004098;
}
#ab396ae4b9a1f57 .input-item input.error,
#ab396ae4b9a1f57 .input-item input.error::placeholder {
  color: #fc4343;
}
#ab396ae4b9a1f57 .input-item input::placeholder {
  color: #999;
}
#ab396ae4b9a1f57 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ab396ae4b9a1f57 .form-item {
  margin: 24px 0;
}
#ab396ae4b9a1f57 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ab396ae4b9a1f57 .send-code {
  float: left;
  margin-left: 20px;
}
#ab396ae4b9a1f57 .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;
}
#ab396ae4b9a1f57 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ab396ae4b9a1f57 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ab396ae4b9a1f57 .login_btn_wrap {
  text-align: center;
}
#ab396ae4b9a1f57 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ab396ae4b9a1f57 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ab396ae4b9a1f57 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#af6c9aa324a3925 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a9846a3755abc3f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9846a3755abc3f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9846a3755abc3f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a5910a6d8dad643 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a5910a6d8dad643 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a5910a6d8dad643 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a5910a6d8dad643 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a5910a6d8dad643 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a5910a6d8dad643 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a5910a6d8dad643 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a5910a6d8dad643 .nav-list {
  padding: 0 20px;
}
#a5910a6d8dad643 .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;
}
#a5910a6d8dad643 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a5910a6d8dad643 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a5910a6d8dad643 .order-item:hover {
  background: #f7f7f7;
}
#a5910a6d8dad643 .del-order {
  cursor: pointer;
}
#a5910a6d8dad643 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a5910a6d8dad643 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a5910a6d8dad643 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a5910a6d8dad643 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a5910a6d8dad643 .goods-item .goods-info {
  padding: 0 15px;
}
#a5910a6d8dad643 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a5910a6d8dad643 .appoint-time {
  margin-bottom: 4px;
}
#a5910a6d8dad643 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a5910a6d8dad643 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a5910a6d8dad643 .goods-item .goods-name {
  color: #333;
}
#a5910a6d8dad643 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a5910a6d8dad643 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a5910a6d8dad643 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a5910a6d8dad643 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a5910a6d8dad643 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a5910a6d8dad643 .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;
}
#a5910a6d8dad643 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a5910a6d8dad643 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a5910a6d8dad643 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a5910a6d8dad643 .setting-form {
  padding: 30px 20px;
}
#a5910a6d8dad643 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a5910a6d8dad643 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a5910a6d8dad643 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a5910a6d8dad643 .setting-form .setting-btns {
  margin-left: 130px;
}
#a5910a6d8dad643 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a5910a6d8dad643 .setting-wrap {
  position: relative;
}
#a5910a6d8dad643 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a5910a6d8dad643 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a5910a6d8dad643 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a5910a6d8dad643 .address-wrap {
  padding: 30px 20px;
}
#a5910a6d8dad643 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a5910a6d8dad643 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a5910a6d8dad643 .addr-list {
  min-height: 200px;
}
#a5910a6d8dad643 .addr-detail .addr-item-name,
#a5910a6d8dad643 .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;
}
#a5910a6d8dad643 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a5910a6d8dad643 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a5910a6d8dad643 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a5910a6d8dad643 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a5910a6d8dad643 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a5910a6d8dad643 .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a5910a6d8dad643 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a5910a6d8dad643 .publish-item .status-0 {
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/info-unread.png);
}
#a5910a6d8dad643 .publish-item .status-1 {
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/info-fail.png);
}
#a5910a6d8dad643 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #004098;
}
#a5910a6d8dad643 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a62ada0086a2b52 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a9846a3755abc3f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9846a3755abc3f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9846a3755abc3f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ae193ad105aeb5f {
  min-height: 90vh;
  /* mobile */
}
#ae193ad105aeb5f .search-highlight {
  background: yellow;
}
#ae193ad105aeb5f .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ae193ad105aeb5f .el-title {
  margin-bottom: 20px;
}
#ae193ad105aeb5f .el-item:hover .el-title {
  color: #0f6ecd;
}
#ae193ad105aeb5f .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ae193ad105aeb5f .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ae193ad105aeb5f .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ae193ad105aeb5f .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ae193ad105aeb5f .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ae193ad105aeb5f .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ae193ad105aeb5f .el-title {
    margin-bottom: 0;
  }
  #ae193ad105aeb5f .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ae193ad105aeb5f .category {
    font-size: 12px;
  }
  #ae193ad105aeb5f .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ae81ba6775a0961 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a9846a3755abc3f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9846a3755abc3f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9846a3755abc3f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ae21ba7cc1a40b7 .comment-detail {
  min-height: 600px;
}
#ae21ba7cc1a40b7 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#ae21ba7cc1a40b7 table th,
#ae21ba7cc1a40b7 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#ae21ba7cc1a40b7 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#ae21ba7cc1a40b7 .red {
  color: #F00!important;
}
#ae21ba7cc1a40b7 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#aa0c4ab234a4595 .uk-container {
  line-height: 2;
  color: #999;
}
#a68a2ad28ea97c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a68a2ad28ea97c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a68a2ad28ea97c2 .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;
}
#a68a2ad28ea97c2 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list > li.active > a:before,
#a68a2ad28ea97c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a68a2ad28ea97c2 .menu-list > li ul li {
  position: relative;
}
#a68a2ad28ea97c2 .menu-list > li ul li:hover > a {
  color: #004098;
}
#a68a2ad28ea97c2 .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: #ffffff;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul li a:active,
#a68a2ad28ea97c2 .menu-list li ul li a.active,
#a68a2ad28ea97c2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #004098;
}
#a68a2ad28ea97c2 .menu-list li ul,
#a68a2ad28ea97c2 .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: #ffffff;
}
#a68a2ad28ea97c2 .menu-list li ul.menu-b > li,
#a68a2ad28ea97c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a68a2ad28ea97c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a68a2ad28ea97c2 .menu-list li:hover > ul {
  display: block;
}
#a68a2ad28ea97c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac5f3a848caeb4a .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#ac5f3a848caeb4a .site-language-menu a:hover {
  color: #333333;
}
#ac5f3a848caeb4a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac5f3a848caeb4a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac5f3a848caeb4a .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ac5f3a848caeb4a .uk-dropdown li a:hover {
  color: #222;
}
#ac5f3a848caeb4a .uk-dropdown li:last-child {
  border-bottom: none;
}
