@to TopIcon:/resources/sys/img/totop-default.svg;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #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: #f0542c;
  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: #139ebb;
  text-shadow: none;
}
::selection {
  background: #139ebb;
  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 #139ebb;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #139ebb;
}
/* ========================================================================
     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: #139ebb;
  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: #139ebb;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #139ebb;
  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: #139ebb;
  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: #139ebb;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #139ebb;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #139ebb;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #139ebb;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #139ebb;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #139ebb;
  color: #ffffff;
  border-color: #139ebb;
}
/*
   * 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: #139ebb;
}
/* 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: #f0542c;
}
/* 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: #139ebb;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #139ebb;
}
.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: #139ebb;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #139ebb;
}
/* ========================================================================
     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: #139ebb;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #139ebb;
  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: #139ebb;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #139ebb;
  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: #139ebb;
}
/*
   * 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: #139ebb;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #139ebb;
  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: #139ebb;
  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: #139ebb;
}
/* 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: #139ebb;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #139ebb;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #139ebb;
}
/* 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: #139ebb;
  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: #139ebb;
  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: #139ebb;
  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: #139ebb;
}
/* 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: #139ebb;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #139ebb;
  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: #139ebb;
}
/*
   * 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: #139ebb;
}
/* 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: #139ebb;
}
/*
   * 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: #139ebb;
  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: #139ebb;
}
.uk-progress::-moz-progress-bar {
  background-color: #139ebb;
}
.uk-progress::-ms-fill {
  background-color: #139ebb;
}
/* ========================================================================
     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: #139ebb !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: #139ebb !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #139ebb;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #139ebb;
}
.uk-background-secondary {
  background-color: #139ebb;
}
/* ========================================================================
     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: #139ebb;
  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: #139ebb;
  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: #139ebb;
  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: #139ebb;
}
.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(19, 158, 187, 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: #139ebb;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #139ebb;
}
.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: #139ebb;
  border-color: #139ebb;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #139ebb;
}
/* ========================================================================
   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: #0e778d;
}
.ap-list-filter dd a.active {
  background-color: #139ebb;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #139ebb;
}
.category li a.active {
  color: #139ebb;
}
.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: #139ebb;
}
.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: #139ebb;
  border: 1px solid rgba(19, 158, 187, 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: #139ebb;
}
form .step .ui-step.active .ui-step-title {
  color: #139ebb;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #139ebb;
  background-color: #139ebb;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #139ebb;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #139ebb;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #139ebb;
  color: #139ebb;
}
.btn-effect-2:hover {
  background-color: #139ebb;
}
.uk-button.btn-effect-5 {
  background-color: #139ebb;
  box-shadow: 0 0 15px rgba(19, 158, 187, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #139ebb;
}
.header-effect-6 [data-item='title']::before {
  background-color: #139ebb;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb6da4808a3366 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8b7ca2978a2ae7 .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #a8b7ca2978a2ae7 .sidebar {
    width: 100%;
  }
}
#a8b7ca2978a2ae7 .menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#a8b7ca2978a2ae7 .menu-header h4 span {
  font-size: 12px;
}
#a8b7ca2978a2ae7 .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#a8b7ca2978a2ae7 .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
}
#a8b7ca2978a2ae7 .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon.png) center center no-repeat;
}
#a8b7ca2978a2ae7 .menu-item a:hover {
  color: #0f6ecd;
}
#a8b7ca2978a2ae7 .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#a8b7ca2978a2ae7 .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#a8b7ca2978a2ae7 .menu-level-3 {
  padding-left: 15px;
}
#a8b7ca2978a2ae7 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a8b7ca2978a2ae7 .accordion-menu li a:hover {
  background-color: #139ebb;
  color: #fff;
  border: none;
}
#a8b7ca2978a2ae7 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a8b7ca2978a2ae7 .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#a8b7ca2978a2ae7 .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#a8b7ca2978a2ae7 .contact-info {
  border-top: 1px solid #ECECEC;
}
#a8b7ca2978a2ae7 .contact-info p {
  margin: 0;
}
#a8b7ca2978a2ae7 .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#a8b7ca2978a2ae7 .hot-list {
  padding: 15px;
}
#a8b7ca2978a2ae7 .hot-list a {
  color: #777;
}
#a8b7ca2978a2ae7 .hot-list a:hover {
  color: #0f6ecd;
}
#a8b7ca2978a2ae7 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a8b7ca2978a2ae7 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a8b7ca2978a2ae7 .hot-item:hover a {
  color: #0f6ecd;
}
#a8b7ca2978a2ae7 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a8b7ca2978a2ae7 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #139ebb;
  content: "";
}
#a8b7ca2978a2ae7 .content-header {
  padding-bottom: 10px;
}
#a8b7ca2978a2ae7 .uk-button-group .uk-button {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#a8b7ca2978a2ae7 .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#a8b7ca2978a2ae7 .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #a8b7ca2978a2ae7 .uk-padding-small {
    padding: 0;
  }
}
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a994aaa40daa846 .ap-category-filter ul li.active {
  border-color: #139ebb;
  color: #139ebb;
}
#a994aaa40daa846 .grid-list .product-item {
  overflow: hidden;
}
#a994aaa40daa846 .grid-list .product-preview .img {
  display: block;
}
#a994aaa40daa846 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a994aaa40daa846 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a994aaa40daa846 .grid-list .product-info {
  min-height: 110px;
}
#a994aaa40daa846 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a994aaa40daa846 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a994aaa40daa846 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a994aaa40daa846 .grid-list .category-name {
  font-size: 12px;
}
#a994aaa40daa846 .grid-list .category-name a {
  color: #777;
}
#a994aaa40daa846 .grid-list .title,
#a994aaa40daa846 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a994aaa40daa846 .grid-list .title a,
#a994aaa40daa846 .grid-list .subTitle a {
  color: #191919;
}
#a994aaa40daa846 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a994aaa40daa846 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a994aaa40daa846 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a994aaa40daa846 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a994aaa40daa846 .grid-list .product:hover {
  background-color: auto;
}
#a994aaa40daa846 .grid-list .product:hover .title a {
  color: auto;
}
#a994aaa40daa846 .grid-list .product:hover .subTitle {
  color: auto;
}
#a994aaa40daa846 .grid-list .product:hover .category {
  color: auto;
}
#a994aaa40daa846 .grid-list .product:hover .abstract {
  color: auto;
}
#a994aaa40daa846 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a994aaa40daa846 .grid-list .product-info {
    min-height: 0;
  }
  #a994aaa40daa846 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a994aaa40daa846 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7009aab77ab7f3 {
  pointer-events: none;
}
#a7009aab77ab7f3 .menu-list {
  width: 100%;
  background: #50e3c2;
}
#a7009aab77ab7f3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a7009aab77ab7f3 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a7009aab77ab7f3 .menu-list .menu-header {
  background-color: #50e3c2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#a7009aab77ab7f3 .menu-list .menu-header svg,
#a7009aab77ab7f3 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a7009aab77ab7f3 .menu-list > ul {
  position: relative;
}
#a7009aab77ab7f3 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a7009aab77ab7f3 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-image: linear-gradient(0deg, #50e3c2, #08da5d);
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a7009aab77ab7f3 .menu-list > ul > li.active > a,
#a7009aab77ab7f3 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a7009aab77ab7f3 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a7009aab77ab7f3 .menu-list > ul > li a img,
#a7009aab77ab7f3 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a7009aab77ab7f3 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a7009aab77ab7f3 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a7009aab77ab7f3 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a7009aab77ab7f3 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a7009aab77ab7f3 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a7009aab77ab7f3 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #50e3c2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a7009aab77ab7f3 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a7009aab77ab7f3 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a7009aab77ab7f3 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#a9528a163ca2bba > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a09f4a047aa9a35 a, #a09f4a047aa9a35 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#ab355a4bfeab39c > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e8a2ecead4e9 a, #a87e8a2ecead4e9 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a8b7ca2978a2ae7 .uk-container {max-width: 800px;}#a8b7ca2978a2ae7 .uk-grid {margin-left: -0px;}@media (min-width: 1200px) {
                    #a8b7ca2978a2ae7 .uk-grid { margin-left: -0px;}
                }@media (max-width: 640) {
                    #a8b7ca2978a2ae7 .uk-grid { margin-left: -0px;}
                }#a8b7ca2978a2ae7 .uk-grid>* {padding-left: 0px;}@media (min-width: 1200px) {
                    #a8b7ca2978a2ae7 .uk-grid>* { padding-left: 0px;}
                }@media (max-width: 640) {#a8b7ca2978a2ae7 .uk-grid>* {
                    padding-left: 0px;}
                }#a8b7ca2978a2ae7 .uk-grid>.uk-grid-margin {margin-top: 10px;}@media (min-width: 1200px) {
                    #a8b7ca2978a2ae7 .uk-grid>.uk-grid-margin {margin-top: 10px;}
                }@media (max-width: 640) {
                    #a8b7ca2978a2ae7 .uk-grid>.uk-grid-margin {margin-top: 10px;}
                }#a8b7ca2978a2ae7 [data-item*=".title"], #a8b7ca2978a2ae7 [data-item*=".title"] a {text-align: center;font-size: 16px;}#a8b7ca2978a2ae7 [data-item*=".abstract"], #a8b7ca2978a2ae7 [data-item*=".abstract"] a {show: true;}#a8b7ca2978a2ae7 [data-item*=".subTitle"], #a8b7ca2978a2ae7 [data-item*=".subTitle"] a {show: true;}#a8b7ca2978a2ae7 [data-item*=".category"], #a8b7ca2978a2ae7 [data-item*=".category"] a {show: true;text-align: left;}#a8b7ca2978a2ae7 [data-item="items"] .img {background-size: contain;}#a8b7ca2978a2ae7 [data-item="items"] {left: 5px;top: -5px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb6da4808a3366 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae14ca21b1a13d0 .post-meta {
  color: #999;
}
#ae14ca21b1a13d0 .post-button a {
  color: #555;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  line-height: 2;
  padding: 0 20px;
  margin: 10px 4px 20px 4px;
  border: 2px solid #555;
}
@media (min-width: 992px) {
  #ae14ca21b1a13d0 .post-media img {
    width: 113%;
    max-width: 113%;
    margin: 0 -6.5%;
  }
}
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb6da4808a3366 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b37a2c9aaf1f2 .sidebar {
  width: 300px;
  margin-left: 40px;
  flex-shrink: 0;
}
#a3b37a2c9aaf1f2 .ele-slideshow {
  width: 100%;
  height: 180px;
  position: relative;
}
#a3b37a2c9aaf1f2 .sidebar.left {
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 640px) {
  #a3b37a2c9aaf1f2 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a3b37a2c9aaf1f2 .data-list .title {
  color: #333;
  font-size: 16px;
}
#a3b37a2c9aaf1f2 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a3b37a2c9aaf1f2 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a3b37a2c9aaf1f2 .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: #139ebb;
  cursor: pointer;
}
#a3b37a2c9aaf1f2 .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;
}
#a3b37a2c9aaf1f2 .uk-card .category:hover {
  background: #139ebb;
}
#a3b37a2c9aaf1f2 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a3b37a2c9aaf1f2 .hot-list a {
  color: #555;
}
#a3b37a2c9aaf1f2 .data-list a:hover,
#a3b37a2c9aaf1f2 .new-list a:hover,
#a3b37a2c9aaf1f2 .hot-list a:hover {
  color: #0f6ecd;
}
#a3b37a2c9aaf1f2 .hot-item .thumb {
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
#a3b37a2c9aaf1f2 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a3b37a2c9aaf1f2 .panel-title {
  position: relative;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #139ebb;
}
#a3b37a2c9aaf1f2 .panel-title .icon {
  width: 36px;
  height: 36px;
  color: #fff;
  background: #139ebb;
  margin-right: 10px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
}
#a3b37a2c9aaf1f2 .content-header {
  padding-bottom: 10px;
}
#a3b37a2c9aaf1f2 .item-title {
  color: #333;
}
#a3b37a2c9aaf1f2 input::placeholder {
  color: #999;
}
#a3b37a2c9aaf1f2 .new-item a {
  padding-left: 25px;
}
#a3b37a2c9aaf1f2 .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;
}
#a3b37a2c9aaf1f2 .data-list .day {
  font-size: 30px;
  font-weight: bold;
  display: block;
  line-height: 32px;
  color: #5fd6ef;
}
#a3b37a2c9aaf1f2 .data-list .datetime {
  color: #5fd6ef;
  font-size: 12px;
}
#a3b37a2c9aaf1f2 .recommend {
  display: block;
  position: relative;
}
#a3b37a2c9aaf1f2 .recommend span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  font-size: 20px;
  color: #000;
}
#a3b37a2c9aaf1f2 .menu-list {
  background: #139ebb;
  display: block;
  margin: 15px 0;
}
#a3b37a2c9aaf1f2 .menu-list li {
  float: left;
  font-size: 14px;
  line-height: 56px;
}
#a3b37a2c9aaf1f2 .menu-list li.active {
  background: none;
  border-top: 6px solid #413d4b;
  line-height: 50px;
}
#a3b37a2c9aaf1f2 .menu-list li.active a {
  color: #413d4b;
  background: #fff;
}
#a3b37a2c9aaf1f2 .menu-list li a {
  padding: 0 14px;
  display: block;
  color: #fff;
}
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
#a3b37a2c9aaf1f2 [data-item*=".abstract"], #a3b37a2c9aaf1f2 [data-item*=".abstract"] a {show: true;}#a3b37a2c9aaf1f2 [data-item*=".subTitle"], #a3b37a2c9aaf1f2 [data-item*=".subTitle"] a {show: true;}#a3b37a2c9aaf1f2 [data-item*=".category"], #a3b37a2c9aaf1f2 [data-item*=".category"] a {show: true;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb6da4808a3366 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8a39aef75a9145 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a8a39aef75a9145 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a8a39aef75a9145 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a8a39aef75a9145 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a8a39aef75a9145 .uk-container {
    padding: 0;
  }
  #a8a39aef75a9145 .sidebar {
    padding: 10px;
  }
}
#a8a39aef75a9145 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a8a39aef75a9145 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a8a39aef75a9145 .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: #139ebb;
  cursor: pointer;
}
#a8a39aef75a9145 .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;
}
#a8a39aef75a9145 .content-tags a:hover {
  background: #139ebb;
  color: #fff;
  border-color: #139ebb;
}
#a8a39aef75a9145 .abstract,
#a8a39aef75a9145 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a8a39aef75a9145 .copyright a {
  color: #999;
  word-break: break-all;
}
#a8a39aef75a9145 .detail-content {
  font-size: 16px;
  color: #444;
}
#a8a39aef75a9145 .detail-content img {
  margin-bottom: 10px;
}
#a8a39aef75a9145 .detail-content table {
  font-size: 13px;
}
#a8a39aef75a9145 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a8a39aef75a9145 .hot-list,
#a8a39aef75a9145 .new-list {
  padding: 12px;
}
#a8a39aef75a9145 .new-list a:hover,
#a8a39aef75a9145 .hot-list a:hover {
  color: #0f6ecd;
}
#a8a39aef75a9145 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a8a39aef75a9145 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a8a39aef75a9145 .hot-item:hover a {
  color: #0f6ecd;
}
#a8a39aef75a9145 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a8a39aef75a9145 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #139ebb;
  content: "";
}
#a8a39aef75a9145 .content-header {
  padding-bottom: 10px;
}
#a8a39aef75a9145 .item-title {
  color: #333;
}
#a8a39aef75a9145 input::placeholder {
  color: #999;
}
#a8a39aef75a9145 .datetime {
  color: #999;
}
#a8a39aef75a9145 .new-item a {
  padding-left: 25px;
}
#a8a39aef75a9145 .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;
}
#a8a39aef75a9145 .siblings a {
  color: #444;
  line-height: 2;
}
#a8a39aef75a9145 .siblings a:hover {
  color: #0f6ecd;
}
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab7e2abd1ba0af0 a {
                background-image: linear-gradient(90deg,
                rgba(235, 77, 77, 1),
                rgba(126, 211, 33, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 40px;text-align: center;font-family: inherit;}#ab7e2abd1ba0af0 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac12aad290ad5a6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ac12aad290ad5a6 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ac12aad290ad5a6 .ap-icon {
  margin-right: 6px;
}
#ac12aad290ad5a6 .indicator {
  margin-left: 4px;
}
#ac12aad290ad5a6 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: zcool-gdh;
  color: #f07309;
}
#ac12aad290ad5a6 .menu-list li:hover > a,
#ac12aad290ad5a6 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac12aad290ad5a6 .menu-list ul,
#ac12aad290ad5a6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ac12aad290ad5a6 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac12aad290ad5a6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac12aad290ad5a6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac12aad290ad5a6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2907a15d9a9582 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79f8a0f58a13d2 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(80, 227, 194, 1),
                undefined);
            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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5df3a8d32a73ea > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(80, 227, 194, 1),
                undefined);
            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);}#a5b4baf7dca3bbb > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(80, 227, 194, 1),
                undefined);
            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);}#a21b3a9a2ba3478 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa892a864dab437 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ae8aeac272aa490 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3e87a784fa391c > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab74daec24adae9 {
  pointer-events: none;
}
#ab74daec24adae9 .menu-list {
  width: 100%;
  background: #d03322;
}
#ab74daec24adae9 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab74daec24adae9 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab74daec24adae9 .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#ab74daec24adae9 .menu-list .menu-header svg,
#ab74daec24adae9 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab74daec24adae9 .menu-list > ul {
  position: relative;
}
#ab74daec24adae9 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ab74daec24adae9 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ab74daec24adae9 .menu-list > ul > li.active > a,
#ab74daec24adae9 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#ab74daec24adae9 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab74daec24adae9 .menu-list > ul > li a img,
#ab74daec24adae9 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab74daec24adae9 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab74daec24adae9 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ab74daec24adae9 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab74daec24adae9 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab74daec24adae9 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ab74daec24adae9 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab74daec24adae9 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab74daec24adae9 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab74daec24adae9 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#a06e9af5dfaa77a > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a55c6af14ea2cab > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2552a0fe6a6a55 > .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(0, 153, 51, 1);border-left-color: rgba(0, 153, 51, 1);border-bottom-color: rgba(0, 153, 51, 1);border-top-color: rgba(0, 153, 51, 1);border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a327aaae14a489e .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a327aaae14a489e .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5d21ac53fa842f .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px undefined;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a69d3afe65a5f18 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#af22eac2e6ad666 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a94f5a7ff2a3b40 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3e6daf876a5ab3 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(0, 153, 51, 1);border-left-color: rgba(0, 153, 51, 1);border-bottom-color: rgba(0, 153, 51, 1);border-top-color: rgba(0, 153, 51, 1);border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#ace29aec98a8adb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af613a2c14a1fed > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adeb3a4265a7fa3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a258fad244adee5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8009a2821a422c {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(245, 166, 35, 1);}#abb49a75b3abc96 {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(245, 166, 35, 1);}#a31eda98f1a900e {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(245, 166, 35, 1);}#afbd7a3e98a5532 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aff8ea09bfa2c58 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ee7a7182acc70 > .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(0, 153, 51, 1);border-left-color: rgba(0, 153, 51, 1);border-bottom-color: rgba(0, 153, 51, 1);border-top-color: rgba(0, 153, 51, 1);border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2d5ba58e3a5d88 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a2d5ba58e3a5d88 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ad6d0ab508af3cf .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a26aca8bbaa01c8 > .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);}#ac116a9eb9a5bfe > .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(0, 153, 51, 1);border-left-color: rgba(0, 153, 51, 1);border-bottom-color: rgba(0, 153, 51, 1);border-top-color: rgba(0, 153, 51, 1);border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#ab29aa0808a6293 > .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);}#ac40da41c5ac5ff {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(245, 166, 35, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb6da4808a3366 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aacf0a2a95aed06 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a956ead5f0a9aa7 a, #a956ead5f0a9aa7 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adc13a3f8aa9b50 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px undefined;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5737a50b9a698a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a5737a50b9a698a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab9d4ac7cea5a6e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae11ca310ba6136 > .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);}#ae58fa17d8a57e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c18a50cba537b > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8165a532ea4263 a, #a8165a532ea4263 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a983fa4cd6afa74 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8941a5d6aae2be {
  pointer-events: none;
}
#a8941a5d6aae2be .menu-list {
  width: 100%;
  background: #50e3c2;
}
#a8941a5d6aae2be ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8941a5d6aae2be .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8941a5d6aae2be .menu-list .menu-header {
  background-color: #50e3c2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#a8941a5d6aae2be .menu-list .menu-header svg,
#a8941a5d6aae2be .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8941a5d6aae2be .menu-list > ul {
  position: relative;
}
#a8941a5d6aae2be .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8941a5d6aae2be .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #50e3c2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8941a5d6aae2be .menu-list > ul > li.active > a,
#a8941a5d6aae2be .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a8941a5d6aae2be .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8941a5d6aae2be .menu-list > ul > li a img,
#a8941a5d6aae2be .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8941a5d6aae2be .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8941a5d6aae2be .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8941a5d6aae2be .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8941a5d6aae2be .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8941a5d6aae2be .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8941a5d6aae2be .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #50e3c2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8941a5d6aae2be .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8941a5d6aae2be .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8941a5d6aae2be .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#a6a60abd89a720d > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a6a60abd89a720d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a179ba9eeeae39c > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19e9ac03aacd08 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a19e9ac03aacd08  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#acabaaec74a1572 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1118ae487a46dc > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a1118ae487a46dc  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8b54a8a17a093c > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac955ae5a1af96c > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#ac955ae5a1af96c  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a3378a482ba05fc > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afd58ae23aa0283 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#afd58ae23aa0283  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#afc3fadda8a54c3 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa040ae8aaaa4ce > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#aa040ae8aaaa4ce  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1e31a61dbaa826 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5f10ab101a2866 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a5f10ab101a2866  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aee71af958a1a0a > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a291eaa7e5ad6de > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a291eaa7e5ad6de  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#abccfa43cfa146e > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acafca61acaafb0 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#acafca61acaafb0  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab0b2aa9fea5107 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abf6fa4e14ad411 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#abf6fa4e14ad411  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aca1fa51a6af4ab > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8a85abd6ca73cc > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a8a85abd6ca73cc  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1a1dae39ca5e7b > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ff9a9c4fa0797 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a3ff9a9c4fa0797  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4f45ae8dfaeeb4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0262aa9a4aa5a6 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a0262aa9a4aa5a6  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#afcc5a053fa1336 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9d6ea96e5a3943 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a9d6ea96e5a3943  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6575a95f8a6eb5 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a96efa0972a399f > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a96efa0972a399f  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ad2f4a1090a47b0 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a12d9aa000acac9 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a12d9aa000acac9  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1f43a4eeba0965 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae432a11bba6ba6 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#ae432a11bba6ba6  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7d9da9223aec97 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a465ea6fd7a8e09 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a465ea6fd7a8e09  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6578a068fa159d > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a86efa14cfacc9a > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a86efa14cfacc9a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aad1ca8954affb8 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa93fa19a3a3c7a > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#aa93fa19a3a3c7a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ad949a6df8ae04d > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a59e3a6310a5bac > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a59e3a6310a5bac  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1281a3f52a9bff > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a08dba512aa5037 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a08dba512aa5037  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a763ca2c5ba5483 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4fefa4a08ad48c > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a4fefa4a08ad48c  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#af6e3a5aaeab74b > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8c4dae90aae66c > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a8c4dae90aae66c  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a40f6a827aa94a2 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a651ea8f83abb68 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a651ea8f83abb68  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a42b2a24d4a67f9 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abfeaa92ebae45a .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad9c0aac15acd9d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab596a0fa2a758d > .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);}#aa722a64a1ab82c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a19a6a2708a4e27 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9319a00f5a309f a, #a9319a00f5a309f {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af35ba8cd4af2f2 {
  overflow: hidden;
}
#af35ba8cd4af2f2 .img-wrap {
  transition: all 0.3s ease-in;
}
#af35ba8cd4af2f2 .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aabf1af149a62c4 {
  overflow: hidden;
}
#aabf1af149a62c4 .img-wrap {
  transition: all 0.3s ease-in;
}
#aabf1af149a62c4 .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a33e5a9ad5a142d {
  overflow: hidden;
}
#a33e5a9ad5a142d .img-wrap {
  transition: all 0.3s ease-in;
}
#a33e5a9ad5a142d .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abdf6a88d3af4aa {
  overflow: hidden;
}
#abdf6a88d3af4aa .img-wrap {
  transition: all 0.3s ease-in;
}
#abdf6a88d3af4aa .img-wrap:hover {
  transform: scale(1.1);
}
#acd4ba46cda7a69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 9px 2px rgba(138, 138, 138, 0.23);}#acd4ba46cda7a69  > .ele-wrap:hover {border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe46a28eca5806 .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a15d7a1b6ba9fe1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 9px 2px rgba(138, 138, 138, 0.23);}#a15d7a1b6ba9fe1  > .ele-wrap:hover {border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad9bfadb3fad9c1 .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af25ea2454a5638 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 9px 2px rgba(138, 138, 138, 0.23);}#af25ea2454a5638  > .ele-wrap:hover {border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a81ebac097a8bdd .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adc1ea7f17abe9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 9px 2px rgba(138, 138, 138, 0.23);}#adc1ea7f17abe9e  > .ele-wrap:hover {border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae5d5ac031aa368 .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af627a2eeca6e11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9970acdf0a2b70 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aee91a5f4aad599 {
  pointer-events: none;
}
#aee91a5f4aad599 .menu-list {
  width: 100%;
  background: #d03322;
}
#aee91a5f4aad599 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aee91a5f4aad599 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#aee91a5f4aad599 .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#aee91a5f4aad599 .menu-list .menu-header svg,
#aee91a5f4aad599 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#aee91a5f4aad599 .menu-list > ul {
  position: relative;
}
#aee91a5f4aad599 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#aee91a5f4aad599 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#aee91a5f4aad599 .menu-list > ul > li.active > a,
#aee91a5f4aad599 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#aee91a5f4aad599 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#aee91a5f4aad599 .menu-list > ul > li a img,
#aee91a5f4aad599 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#aee91a5f4aad599 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#aee91a5f4aad599 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#aee91a5f4aad599 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#aee91a5f4aad599 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#aee91a5f4aad599 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#aee91a5f4aad599 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#aee91a5f4aad599 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#aee91a5f4aad599 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#aee91a5f4aad599 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abfc4acd28a5add > .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);}#a9faea1ab4a3b2f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aee87aa1bdaf83e .uk-position-bottom,
#aee87aa1bdaf83e .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 24px;
}
#aee87aa1bdaf83e .uk-position-bottom {
  background-color: #0f6ecd;
}
#aee87aa1bdaf83e .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aee87aa1bdaf83e .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ae5eba67a8a1620 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a53bba3baaaaa01 a, #a53bba3baaaaa01 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a24d2ae335a8581 .uk-position-bottom,
#a24d2ae335a8581 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 24px;
}
#a24d2ae335a8581 .uk-position-bottom {
  background-color: #0f6ecd;
}
#a24d2ae335a8581 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a24d2ae335a8581 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#adf24a76aaa0230 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb6da4808a3366 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acb40a98e3a17ed .event-list {
  margin-bottom: 20px;
}
#acb40a98e3a17ed .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #139ebb;
  border: 1px solid #139ebb;
  padding: 0;
}
#acb40a98e3a17ed .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#acb40a98e3a17ed .event-list p {
  margin: 0;
  padding: 0;
}
#acb40a98e3a17ed .event-list .text-mon {
  font-size: 12px;
}
#acb40a98e3a17ed .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#acb40a98e3a17ed .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#acb40a98e3a17ed .uk-card:hover .event-date {
  background-color: #139ebb;
  color: #fff;
}
#acb40a98e3a17ed .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #139ebb;
}
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4a04ad4a1a3f9d > .ele-wrap {background-color: rgba(225, 227, 228, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac6aea67eeac1cf {
  pointer-events: none;
}
#ac6aea67eeac1cf .menu-list {
  width: 100%;
  background: #d03322;
}
#ac6aea67eeac1cf ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac6aea67eeac1cf .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ac6aea67eeac1cf .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#ac6aea67eeac1cf .menu-list .menu-header svg,
#ac6aea67eeac1cf .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ac6aea67eeac1cf .menu-list > ul {
  position: relative;
}
#ac6aea67eeac1cf .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ac6aea67eeac1cf .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ac6aea67eeac1cf .menu-list > ul > li.active > a,
#ac6aea67eeac1cf .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#ac6aea67eeac1cf .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ac6aea67eeac1cf .menu-list > ul > li a img,
#ac6aea67eeac1cf .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ac6aea67eeac1cf .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ac6aea67eeac1cf .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ac6aea67eeac1cf .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ac6aea67eeac1cf .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ac6aea67eeac1cf .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ac6aea67eeac1cf .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ac6aea67eeac1cf .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ac6aea67eeac1cf .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ac6aea67eeac1cf .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#a9348a135ca637b .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;
                background-image: linear-gradient(45deg,
                rgba(255, 171, 102, 1),
                rgba(255, 95, 69, 1));
            border-radius: 0px;font-size: 16px;justify-content: center;}#a9348a135ca637b .ele-wrap:hover {border-color: rgba(255, 95, 69, 1);background-color: rgba(255, 95, 69, 1);color: #ffffff;}#a5b2aaf3a0ab556 > .ele-wrap {background-color: rgba(255, 250, 250, 0.71);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7f64a4f0daeefd .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a7f64a4f0daeefd .marquee-wrap > .str_move {
  cursor: text;
}
#a7f64a4f0daeefd .marquee-wrap:hover {
  background: #fafafa;
}
#a7f64a4f0daeefd .marquee-wrap .content {
  position: absolute;
}
#a7f64a4f0daeefd .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a7f64a4f0daeefd .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 207px;
  text-align: center;
  transition: all .3s ease;
}
#a1087a2486ad04e > .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);}#acb40a98e3a17ed [data-item*=".abstract"], #acb40a98e3a17ed [data-item*=".abstract"] a {show: true;}#acb40a98e3a17ed [data-item*=".subTitle"], #acb40a98e3a17ed [data-item*=".subTitle"] a {show: true;}#acb40a98e3a17ed [data-item*=".category"], #acb40a98e3a17ed [data-item*=".category"] a {show: true;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b81a466dab64e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a57b4a6ce0aa3ec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9809a9f85a1b98 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1bae1c7adfa6 a, #a8e1bae1c7adfa6 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#aef63a403da61de > .ele-wrap {
                background-image: linear-gradient(240deg,
                rgba(254, 236, 208, 1),
                rgba(255, 253, 250, 1));
            border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5cc5a18aaa337f , #a5cc5a18aaa337f a{color: rgba(255, 194, 93, 1);}#a05a1a3a16aa999 , #a05a1a3a16aa999 a{color: rgba(255, 194, 93, 1);}#a9b9aa4773ac49a > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75e5a2e2eafc8e .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a511aade75adefa > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#ad9bca30e1a940e > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#adb50a5609a667b , #adb50a5609a667b a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9530a666fa8b8d > .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);}#a482eacb38aa7bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1517a7be4a5277 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acc1fab4d6af618 a, #acc1fab4d6af618 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#afa6da1953a5709 > .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);}#a947cacf13a93b0 a {
                background-image: linear-gradient(90deg,
                rgba(235, 77, 77, 1),
                rgba(126, 211, 33, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a947cacf13a93b0 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7d2ba1455ac8e4 > .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);}#a593bad0f9a7885 a {
                background-image: linear-gradient(90deg,
                rgba(235, 77, 77, 1),
                rgba(126, 211, 33, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a593bad0f9a7885 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2ee0a70dfa0742 > .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);}#af649af364ac36a a {
                background-image: linear-gradient(90deg,
                rgba(235, 77, 77, 1),
                rgba(126, 211, 33, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#af649af364ac36a a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa8a0af365aab4b > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b81a466dab64e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af094a2421a9219 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ab6adf18a962f a, #a8ab6adf18a962f {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: FZHei-B01S;color: rgba(0, 0, 0, 1);}#a43dba13efa573a > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                undefined);
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5bb4ab243a572c > .ele-wrap {background-color: rgba(64, 135, 218, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4a60a0167a035f > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acb6bae5e1ad5d1 > .ele-wrap {background-color: rgba(234, 236, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79faa1a23add3a > .ele-wrap {background-color: rgba(255, 250, 250, 0.71);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af1c7a6a81a97c6 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#af1c7a6a81a97c6 .marquee-wrap > .str_move {
  cursor: text;
}
#af1c7a6a81a97c6 .marquee-wrap:hover {
  background: #fafafa;
}
#af1c7a6a81a97c6 .marquee-wrap .content {
  position: absolute;
}
#af1c7a6a81a97c6 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#af1c7a6a81a97c6 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 207px;
  text-align: center;
  transition: all .3s ease;
}
#addf8ac82ea4891 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a588ca6baaa41fa .form-agree {
  display: flex;
  align-items: center;
}
#a588ca6baaa41fa form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a588ca6baaa41fa .form-item .uk-input,
#a588ca6baaa41fa .form-item .uk-select,
#a588ca6baaa41fa .form-item .uk-textarea {
  width: 250px;
}
#a588ca6baaa41fa .form-item .auto-height {
  height: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3708aa9f9a2899 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a060daf3b0aba70 {
  overflow: hidden;
}
#a060daf3b0aba70 .img-wrap {
  transition: all 0.3s ease-in;
}
#a060daf3b0aba70 .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a437aae5bca80cc {
  overflow: hidden;
}
#a437aae5bca80cc .img-wrap {
  transition: all 0.3s ease-in;
}
#a437aae5bca80cc .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a68cfa7698afbed {
  overflow: hidden;
}
#a68cfa7698afbed .img-wrap {
  transition: all 0.3s ease-in;
}
#a68cfa7698afbed .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acac9afaaaa3cbf {
  overflow: hidden;
}
#acac9afaaaa3cbf .img-wrap {
  transition: all 0.3s ease-in;
}
#acac9afaaaa3cbf .img-wrap:hover {
  transform: scale(1.1);
}
#a84d0a85a0ad43d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 9px 2px rgba(138, 138, 138, 0.23);}#a84d0a85a0ad43d  > .ele-wrap:hover {border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8711a2844a1802 .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a86dbab5aeafe63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 9px 2px rgba(138, 138, 138, 0.23);}#a86dbab5aeafe63  > .ele-wrap:hover {border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac6a3a2e46acb54 .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a99b9aa971aca43 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 9px 2px rgba(138, 138, 138, 0.23);}#a99b9aa971aca43  > .ele-wrap:hover {border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a82a6af66fa49a7 .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3517a425eacefb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 9px 2px rgba(138, 138, 138, 0.23);}#a3517a425eacefb  > .ele-wrap:hover {border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3edbaebbfa98c2 .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0a2a49e8a7b4b {
  pointer-events: none;
}
#ad0a2a49e8a7b4b .menu-list {
  width: 100%;
  background: #0be3be;
}
#ad0a2a49e8a7b4b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ad0a2a49e8a7b4b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ad0a2a49e8a7b4b .menu-list .menu-header {
  background-color: #0be3be;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#ad0a2a49e8a7b4b .menu-list .menu-header svg,
#ad0a2a49e8a7b4b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ad0a2a49e8a7b4b .menu-list > ul {
  position: relative;
}
#ad0a2a49e8a7b4b .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ad0a2a49e8a7b4b .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #0be3be;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ad0a2a49e8a7b4b .menu-list > ul > li.active > a,
#ad0a2a49e8a7b4b .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#ad0a2a49e8a7b4b .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ad0a2a49e8a7b4b .menu-list > ul > li a img,
#ad0a2a49e8a7b4b .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ad0a2a49e8a7b4b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 230px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ad0a2a49e8a7b4b .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ad0a2a49e8a7b4b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ad0a2a49e8a7b4b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ad0a2a49e8a7b4b .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ad0a2a49e8a7b4b .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #0be3be;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ad0a2a49e8a7b4b .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ad0a2a49e8a7b4b .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ad0a2a49e8a7b4b .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa0f2a4448a1f39 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                undefined);
            border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aa0f2a4448a1f39  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab44a419fa20cf > .ele-wrap {background-color: rgba(245, 242, 241, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a9caffffad14e a {
                background-image: linear-gradient(90deg,
                rgba(235, 77, 77, 1),
                rgba(126, 211, 33, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;}#a2a9caffffad14e a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2127aca5aab2dd > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                undefined);
            border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a2127aca5aab2dd  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ac2d5ae449afe3a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ac2d5ae449afe3a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#afe68a46b9a9fa2 > .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);}#a144cad572a01b7 > .ele-wrap {background-color: rgba(245, 242, 241, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab076aa8b0a6c1f > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac953ae67fa041b a {
                background-image: linear-gradient(90deg,
                rgba(235, 77, 77, 1),
                rgba(126, 211, 33, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;}#ac953ae67fa041b a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a7851a369caf637 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                undefined);
            border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a7851a369caf637  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae89fab14fae461 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#ae89fab14fae461  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a49b3a575dab136 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a687aa4305a929e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a687aa4305a929e  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7472a70cdab597 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#ab918a99e5a32b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#ab918a99e5a32b1  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0e90a1727a50c8 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac9e0a8ceda2309 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#ac9e0a8ceda2309  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8e3ba5626a77a0 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a28d1a20dcadb48 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a28d1a20dcadb48  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2497a476ea2d8b .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a4fafa56b0a9b25 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a4fafa56b0a9b25  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8147af0faa9976 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#ae072a1074add30 > .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);}#a69efaed34a74ec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a69efaed34a74ec  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abf44ab3e9abbb1 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a5523aeebead6dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a5523aeebead6dc  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a729da3881acd7d .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a60e9af556a71fc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a60e9af556a71fc  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a712ea9439a195a .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#ac40fa3cf5a5812 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#ac40fa3cf5a5812  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3aa8abe65a3ddc .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a4ffdacb88a4014 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a4ffdacb88a4014  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6943a8accaa47a .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#ad898aa436ac28e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#ad898aa436ac28e  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a989baa6e5acd94 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4eeaafaa9aa13a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9128a534aab90a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a9128a534aab90a  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a04adad591ab996 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a7d1fa7a62ae7bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a7d1fa7a62ae7bf  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7023a8a2ea1bc3 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a6d99aa5ecaa4ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a6d99aa5ecaa4ca  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8e0eae460a03ef .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad3f4a208ca80ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#ad3f4a208ca80ae  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8861ae5cbabe1c .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#aed12a0614ae818 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#aed12a0614ae818  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5829af416a439c .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a7ffcabdb0aba7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a7ffcabdb0aba7e  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af64fa5dc9a6e1d .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#af883adfe1a1722 > .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);}#a86d0a9f15a395b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a86d0a9f15a395b  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a37a6a3c84acee6 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#aa397a4341aee33 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#aa397a4341aee33  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7435adac1a61df .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a55c0aa38bade25 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a55c0aa38bade25  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7a8ba6596a205e .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#aa056a7f0dae23f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#aa056a7f0dae23f  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1a58abcd6a9bf3 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a4d1aa189ca5b6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a4d1aa189ca5b6d  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8178a974fadc18 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a5d2fa1523a6202 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a5d2fa1523a6202  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5bc3a19b7ae11c .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7c5eaa7efa9d47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a7c5eaa7efa9d47  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6fb7aa78eac7dc .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a9551a6d1ba941b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a9551a6d1ba941b  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a16eeae9daa7592 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a53c8abbb0ab042 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a53c8abbb0ab042  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aacd2a0455ab10b .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa2f9aeddda930c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#aa2f9aeddda930c  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ade9fa099ea0a46 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a4636ad1eca79e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a4636ad1eca79e0  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abaa0a0ccea32d6 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a840da5ac4a5570 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a840da5ac4a5570  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a350fa6f2ea95af .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a7a67a2bfaa0e61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a7a67a2bfaa0e61  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeacaaf70eab210 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a4ad8a660ca2b58 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a4ad8a660ca2b58  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adef9a8a94ac2de .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a8d7daa22ba420c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a8d7daa22ba420c  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a353ba8f17a0307 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a175aae411a8381 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a175aae411a8381  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aa8a225aacb38 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#aee71a12a6a2fbd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#aee71a12a6a2fbd  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0eafa9525a7df0 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a9b9fa0cf6a5e84 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#a9b9fa0cf6a5e84  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a94fca169ea9db9 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac899aeafbad81f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#ac899aeafbad81f  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a356baa703a38ab .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#abf41a40d3a41cb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: #d8d8d8;border-right-color: #d8d8d8;border-bottom-color: #d8d8d8;border-top-color: #d8d8d8;}#abf41a40d3a41cb  > .ele-wrap:hover {background-color: rgba(241, 241, 241, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abfbda39d4a37b4 .img-wrap {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acfcaa0798ab912 .layer img {
  display: inline-block;
  position: absolute;
}
#acfcaa0798ab912 .layer {
  width: 100%;
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9862a7ee5aad88 {
  overflow: hidden;
}
#a9862a7ee5aad88 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9862a7ee5aad88 .img-wrap:hover {
  transform: scale(1.1);
}
#a8f97a1f97a68bc > .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-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac0b3a99e6a7b54 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 6px;border-bottom-width: 6px;border-top-width: 6px;border-right-style: none;border-left-color: rgba(245, 166, 73, 1);border-bottom-color: rgba(245, 166, 73, 1);border-top-color: rgba(245, 166, 73, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac6a2ac25aa3fe8 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5079ad994a7afc .layer img {
  display: inline-block;
  position: absolute;
}
#a5079ad994a7afc .layer {
  width: 100%;
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8181a3be3afddf > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abb7aa6199a3496 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a19c9ae05aa0694 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4c7aa095ba17e4 > .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);}#a0bbea45b9a4648 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4d18a4c58afcf9 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3dc4ae5bea4030 > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afcbea48fea4634 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0568a5e80ab547 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7333a923ca21fa > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a19b9af931a32a6 a, #a19b9af931a32a6 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#acae2a47fea88b5 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a83c2a60c9a562d > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6a88ad104a8076 > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af67ba9475a832b > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3dbda0dc3a2bd4 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ada58af663a620c > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac2a9a6dd3ae755 a, #ac2a9a6dd3ae755 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a9112ae96fa08e4 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afed6a9fb5a4290 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a427ca5a47a7af9 > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ada51a4415a70f4 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a624dac178ae2da > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a54bba4e3aa2234 > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a084ca451ca3634 a, #a084ca451ca3634 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a7a5bae553aea7f > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab02aae0bba81f2 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53b8aca8ea014a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
#a1efcabdbca5f4b > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a63c6a466ba3310 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a75eaa501ba410e > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1f0ca018aa72b7 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4453ae37ca29f2 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a07e0a95dea9396 > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a90f2ab91ba6834 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a92fba6893a5ac8 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7c7aa41ebaf767 > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aabaea2ccaa1ff4 a, #aabaea2ccaa1ff4 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a9dcdabad4aaf87 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a09aba1c20a8ba7 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a98d6ae28cae22a > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8ad05ea3829 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4473acf2aa6012 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a40b9a4f3da87a4 > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad0eeaabd7a0989 a, #ad0eeaabd7a0989 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a6c71ad09da69b2 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae49da7b52a66ea > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7265a1415a586c > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaf6aabd72a8f27 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4893a25a6a2328 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8c61aeb91ac1ed > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d83a160ba486e a, #a1d83a160ba486e {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#af3f4a294aac409 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9d9ba3c2fa463b > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
#a2429a5c99a0167 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0436ad7d7a8279 {
  overflow: hidden;
}
#a0436ad7d7a8279 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0436ad7d7a8279 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad4c9af1a2a3df4 > .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(0, 153, 51, 1);border-left-color: rgba(0, 153, 51, 1);border-bottom-color: rgba(0, 153, 51, 1);border-top-color: rgba(0, 153, 51, 1);border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a2b78a5c6ea0f67 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1360a9c80a97ef , #a1360a9c80a97ef a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6a7fae143a2406 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2b14a9ea9aa965 , #a2b14a9ea9aa965 a{color: rgba(255, 255, 255, 1);}#a8d6ea657ca80a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36bbaf7f5a6d2f > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9fdaaa7e6ad523 a, #a9fdaaa7e6ad523 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a1c49a86dda804e > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a51cca8c28a2b58 a, #a51cca8c28a2b58 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a839aa0d87ad8e0 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8402ad51ea79a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8d1eaf016af19d {
  overflow: hidden;
}
#a8d1eaf016af19d .img-wrap {
  transition: all 0.3s ease-in;
}
#a8d1eaf016af19d .img-wrap:hover {
  transform: scale(1.2);
}
#a90a9a4daea50db > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4778a048da2bab {
  overflow: hidden;
}
#a4778a048da2bab .img-wrap {
  transition: all 0.3s ease-in;
}
#a4778a048da2bab .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaaada22e0ac017 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab8b3a7af7a2306 {
  overflow: hidden;
}
#ab8b3a7af7a2306 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab8b3a7af7a2306 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac587a46fba89db > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a24aba9f65adf54 a, #a24aba9f65adf54 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a3658aa262aa287 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7582a21f1a0c64 {
  overflow: hidden;
}
#a7582a21f1a0c64 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7582a21f1a0c64 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1894a623ba558d > .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(0, 153, 51, 1);border-left-color: rgba(0, 153, 51, 1);border-bottom-color: rgba(0, 153, 51, 1);border-top-color: rgba(0, 153, 51, 1);border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a9e84a955fa8f65 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5d54a6c16a5926 , #a5d54a6c16a5926 a{color: rgba(255, 255, 255, 1);}#afb14a1dd4a8e71 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9cefabc2fa219c {
  overflow: hidden;
}
#a9cefabc2fa219c .img-wrap {
  transition: all 0.3s ease-in;
}
#a9cefabc2fa219c .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a950da53d3ae539 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acebdac9a4a2f59 {
  overflow: hidden;
}
#acebdac9a4a2f59 .img-wrap {
  transition: all 0.3s ease-in;
}
#acebdac9a4a2f59 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a11ebaa855ae61d > .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(0, 153, 51, 1);border-left-color: rgba(0, 153, 51, 1);border-bottom-color: rgba(0, 153, 51, 1);border-top-color: rgba(0, 153, 51, 1);border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a6170a31cbacd58 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6b5dae6b6a2f26 , #a6b5dae6b6a2f26 a{color: rgba(255, 255, 255, 1);}#af591af132a2231 > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a475aa3e32a7dfe a, #a475aa3e32a7dfe {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a90fea2526a85f0 > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab04da7b0da172e a, #ab04da7b0da172e {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a4098a5068a2642 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5ddcaa4c4a3f14 {
  overflow: hidden;
}
#a5ddcaa4c4a3f14 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5ddcaa4c4a3f14 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a46cfa181da03c4 > .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(0, 153, 51, 1);border-left-color: rgba(0, 153, 51, 1);border-bottom-color: rgba(0, 153, 51, 1);border-top-color: rgba(0, 153, 51, 1);border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a6a53abd5fa68e0 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5cb3a6662a1a80 , #a5cb3a6662a1a80 a{color: rgba(255, 255, 255, 1);}#aa5f8a1142ad215 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5144a62f5a0efd {
  overflow: hidden;
}
#a5144a62f5a0efd .img-wrap {
  transition: all 0.3s ease-in;
}
#a5144a62f5a0efd .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ed0a3dd1a3969 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0b9daccf3a8a8c {
  overflow: hidden;
}
#a0b9daccf3a8a8c .img-wrap {
  transition: all 0.3s ease-in;
}
#a0b9daccf3a8a8c .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9043a5d84ab531 > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac397a3d61a64b2 a, #ac397a3d61a64b2 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#adb62a638daa27f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc98a2f76ae427 {
  overflow: hidden;
}
#afc98a2f76ae427 .img-wrap {
  transition: all 0.3s ease-in;
}
#afc98a2f76ae427 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8e9ea182dabcb1 > .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(0, 153, 51, 1);border-left-color: rgba(0, 153, 51, 1);border-bottom-color: rgba(0, 153, 51, 1);border-top-color: rgba(0, 153, 51, 1);border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#ae40dac755a4d12 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a408faae5aa3f25 , #a408faae5aa3f25 a{color: rgba(255, 255, 255, 1);}#aac38a1775a00d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a60afae535a08fa {
  overflow: hidden;
}
#a60afae535a08fa .img-wrap {
  transition: all 0.3s ease-in;
}
#a60afae535a08fa .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adc9aad3c3af9c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5f59ad1cda6e79 {
  overflow: hidden;
}
#a5f59ad1cda6e79 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5f59ad1cda6e79 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a913faf7fdae2f3 > .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(0, 153, 51, 1);border-left-color: rgba(0, 153, 51, 1);border-bottom-color: rgba(0, 153, 51, 1);border-top-color: rgba(0, 153, 51, 1);border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a0bcca95baaaf1e > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a580faacc0a414b , #a580faacc0a414b a{color: rgba(255, 255, 255, 1);}#a9486aaf8ca5fbd > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4309a0c09a0eb7 a, #a4309a0c09a0eb7 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#abd7da4d23a4567 > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a171eae4cba0921 a, #a171eae4cba0921 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a7416a46b8a1597 > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe6da4b93a27cd a, #afe6da4b93a27cd {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a5e78ac67ea2977 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae233a52e2ace01 {
  overflow: hidden;
}
#ae233a52e2ace01 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae233a52e2ace01 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b28a808aa90a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6dbba2f97a1d26 {
  overflow: hidden;
}
#a6dbba2f97a1d26 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6dbba2f97a1d26 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae275ada54aaf9d > .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(0, 153, 51, 1);border-left-color: rgba(0, 153, 51, 1);border-bottom-color: rgba(0, 153, 51, 1);border-top-color: rgba(0, 153, 51, 1);border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a3694a827ca7d02 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad02fa1010a7480 , #ad02fa1010a7480 a{color: rgba(255, 255, 255, 1);}#a50c6aeedea2c23 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a02b3aba75a628f {
  overflow: hidden;
}
#a02b3aba75a628f .img-wrap {
  transition: all 0.3s ease-in;
}
#a02b3aba75a628f .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1a4aada13aeb1a > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1768a5e86ac487 .form-agree {
  display: flex;
  align-items: center;
}
#a1768a5e86ac487 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1768a5e86ac487 .form-item .uk-input,
#a1768a5e86ac487 .form-item .uk-select,
#a1768a5e86ac487 .form-item .uk-textarea {
  width: 250px;
}
#a1768a5e86ac487 .form-item .auto-height {
  height: auto;
}
#a8f73a3b19aada7 > .ele-wrap {background-color: rgba(184, 233, 134, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4caea65c1a859e a, #a4caea65c1a859e {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
#a8181a3be3afddf > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abb7aa6199a3496 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a97f8a7c42a5e8f > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6b2eaacaea4df9 > .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);}#a7711a1a9fa9013 > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4aeca7fb0ad136 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ace8dadb5cafe3e a {
                background-image: linear-gradient(90deg,
                rgba(235, 77, 77, 1),
                rgba(126, 211, 33, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 25px;text-align: center;font-family: inherit;}#ace8dadb5cafe3e a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aba95a4f3ba0461 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab44a419fa20cf > .ele-wrap {background-color: rgba(245, 242, 241, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9e22a401aa191a > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4393a6493ab70c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2feea1d16a1421 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad2bca9527a9b96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a79efa72efae776 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1fc6a4ed3a60d2 > .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);}#a1948aa42ba1dcf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 11px 0px rgba(233, 233, 233, 1);}#aac30a3bc4a9009 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 11px 0px rgba(233, 233, 233, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a47f9a5a17a2d2d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 11px 0px rgba(233, 233, 233, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a9ca3850aa9b9 > .ele-wrap {background-color: rgba(0, 0, 0, 0.61);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adc84ad574a4e87 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9063a914bac68f > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad250a61b6a6df0 a, #ad250a61b6a6df0 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a416dad477a804f > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0b4ea26a1a45ad > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7219a863fa9056 a, #a7219a863fa9056 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac8b3a71ffa2d1a > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaea3adc28a26cb > .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);}#a5e95aa53fa14f6 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac1ada889fafd7f a, #ac1ada889fafd7f {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
#a7523ae9eca8dab .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a61c2a4ad9abd66 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a79e3af29dab786 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a158fa11fcadb9f [data-item="items[0].title"] {left: 0px;top: -1px; position: relative;}#a158fa11fcadb9f [data-item="items[0].abstract"] {left: 0px;top: -1px; position: relative;}#aa6aaa0633af779 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a6fdaa79f7a4bb0 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#abb05a02d3a03ee .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
#a5727a1736a5a0d > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44d3a6788a84d3 > .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);}#a3364ac496af5aa > .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);}#a1289a8dcaaa01e > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
#a8181a3be3afddf > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abb7aa6199a3496 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8947a1ecda604a > .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);}#a889daa514abc9f > .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);}#a5502ab404a4389 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af254ab3eba9ba0 a, #af254ab3eba9ba0 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#ad8eaa1ed9a7353 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab4f8a8b88ae9d1 > .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);}#a5ae6a6957ac2ce > .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);}#ac124a74e5a71b1 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef16a7b42a2fc7 a, #aef16a7b42a2fc7 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#ad796a257dadaff > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7171a8d61a8043 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7b72a09dda558f > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bfbae109a186f a, #a3bfbae109a186f {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#a17dfa1596a2c8d > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af92fa862da808a > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a528bacec6a35da > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2a37a9340ad7dc > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afb68a94cfa40f4 a, #afb68a94cfa40f4 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}#af643a9e92af59c > .ele-wrap {background-color: rgba(214, 235, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9d8ba7891ad536 > .ele-wrap {background-color: rgba(18, 124, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aacefac5abaa504 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad30ba6d07a5193 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a78cfabed9a3813 a, #a78cfabed9a3813 {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a621aa12dca150f .ap-category-filter ul li.active {
  border-color: #139ebb;
  color: #139ebb;
}
#a621aa12dca150f .uk-grid {
  margin-left: -10px;
}
#a621aa12dca150f .uk-grid > * {
  padding-left: 10px;
}
#a621aa12dca150f .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a621aa12dca150f .uk-card {
  background-color: #f1f1f1;
  transition: all .3s ease;
}
#a621aa12dca150f .uk-card-media-top {
  overflow: hidden;
}
#a621aa12dca150f .uk-card-media-top .img {
  transition: all .3s ease;
}
#a621aa12dca150f .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a621aa12dca150f .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #999999;
  font-family: Arial;
}
#a621aa12dca150f .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a621aa12dca150f .uk-card-body {
  padding: 15px 10px 8px;
}
#a621aa12dca150f hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a621aa12dca150f .uk-button {
  border: 1px solid #ececec;
}
#a621aa12dca150f .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Medium;
  color: #3d3d3d;
}
#a621aa12dca150f .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #b5b5b5;
}
#a621aa12dca150f .uk-card:hover {
  background-color: #333333;
}
#a621aa12dca150f .uk-card:hover .title {
  color: #fff;
}
#a621aa12dca150f .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a621aa12dca150f .uk-card:hover .img {
  transform: scale(1.2);
}
#a621aa12dca150f .uk-card:hover .abstract {
  color: #fff;
}
#a621aa12dca150f .uk-card:hover .datetime {
  color: #d3b267;
}
#a621aa12dca150f .uk-card:hover .category {
  color: #d3b267;
}
#a621aa12dca150f .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a33b6a8921a454a .ap-category-filter ul li.active {
  border-color: #139ebb;
  color: #139ebb;
}
#a33b6a8921a454a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a33b6a8921a454a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a33b6a8921a454a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a33b6a8921a454a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a33b6a8921a454a .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a33b6a8921a454a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a33b6a8921a454a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a33b6a8921a454a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a33b6a8921a454a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a33b6a8921a454a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a33b6a8921a454a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a33b6a8921a454a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a33b6a8921a454a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a33b6a8921a454a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a33b6a8921a454a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a33b6a8921a454a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a33b6a8921a454a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a33b6a8921a454a .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a33b6a8921a454a .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a33b6a8921a454a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a33b6a8921a454a .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a33b6a8921a454a .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 6px;
}
#a33b6a8921a454a .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a33b6a8921a454a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a33b6a8921a454a .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a46f2a3fc2a0179 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac9cca7e30af1f8 .ap-category-filter ul li.active {
  border-color: #139ebb;
  color: #139ebb;
}
#ac9cca7e30af1f8 .uk-grid {
  margin-left: -10px;
}
#ac9cca7e30af1f8 .uk-grid > * {
  padding-left: 10px;
}
#ac9cca7e30af1f8 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ac9cca7e30af1f8 .uk-card {
  background-color: #f1f1f1;
  transition: all .3s ease;
}
#ac9cca7e30af1f8 .uk-card-media-top {
  overflow: hidden;
}
#ac9cca7e30af1f8 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ac9cca7e30af1f8 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#ac9cca7e30af1f8 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #999999;
  font-family: Arial;
}
#ac9cca7e30af1f8 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#ac9cca7e30af1f8 .uk-card-body {
  padding: 15px 10px 8px;
}
#ac9cca7e30af1f8 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#ac9cca7e30af1f8 .uk-button {
  border: 1px solid #ececec;
}
#ac9cca7e30af1f8 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Medium;
  color: #3d3d3d;
}
#ac9cca7e30af1f8 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #b5b5b5;
}
#ac9cca7e30af1f8 .uk-card:hover {
  background-color: #333333;
}
#ac9cca7e30af1f8 .uk-card:hover .title {
  color: #fff;
}
#ac9cca7e30af1f8 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#ac9cca7e30af1f8 .uk-card:hover .img {
  transform: scale(1.2);
}
#ac9cca7e30af1f8 .uk-card:hover .abstract {
  color: #fff;
}
#ac9cca7e30af1f8 .uk-card:hover .datetime {
  color: #d3b267;
}
#ac9cca7e30af1f8 .uk-card:hover .category {
  color: #d3b267;
}
#ac9cca7e30af1f8 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5ad8aaec3a6fe0 .ap-category-filter ul li.active {
  border-color: #139ebb;
  color: #139ebb;
}
#a5ad8aaec3a6fe0 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5ad8aaec3a6fe0 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5ad8aaec3a6fe0 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5ad8aaec3a6fe0 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5ad8aaec3a6fe0 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5ad8aaec3a6fe0 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5ad8aaec3a6fe0 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5ad8aaec3a6fe0 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5ad8aaec3a6fe0 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 6px;
}
#a5ad8aaec3a6fe0 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5ad8aaec3a6fe0 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5ad8aaec3a6fe0 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3512a2590aacae .ap-category-filter ul li.active {
  border-color: #139ebb;
  color: #139ebb;
}
#a3512a2590aacae .uk-grid {
  margin-left: -10px;
}
#a3512a2590aacae .uk-grid > * {
  padding-left: 10px;
}
#a3512a2590aacae .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a3512a2590aacae .uk-card {
  background-color: #f1f1f1;
  transition: all .3s ease;
}
#a3512a2590aacae .uk-card-media-top {
  overflow: hidden;
}
#a3512a2590aacae .uk-card-media-top .img {
  transition: all .3s ease;
}
#a3512a2590aacae .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a3512a2590aacae .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #999999;
  font-family: Arial;
}
#a3512a2590aacae .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a3512a2590aacae .uk-card-body {
  padding: 15px 10px 8px;
}
#a3512a2590aacae hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a3512a2590aacae .uk-button {
  border: 1px solid #ececec;
}
#a3512a2590aacae .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Medium;
  color: #3d3d3d;
}
#a3512a2590aacae .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #b5b5b5;
}
#a3512a2590aacae .uk-card:hover {
  background-color: #333333;
}
#a3512a2590aacae .uk-card:hover .title {
  color: #fff;
}
#a3512a2590aacae .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a3512a2590aacae .uk-card:hover .img {
  transform: scale(1.2);
}
#a3512a2590aacae .uk-card:hover .abstract {
  color: #fff;
}
#a3512a2590aacae .uk-card:hover .datetime {
  color: #d3b267;
}
#a3512a2590aacae .uk-card:hover .category {
  color: #d3b267;
}
#a3512a2590aacae .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
#a90d1a2555a6d8a > .ele-wrap {background-color: rgba(165, 170, 211, 0.44);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7f59a2738a9fe0 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6ae0a08c2a15a4 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
#a90d1a2555a6d8a > .ele-wrap {background-color: rgba(165, 170, 211, 0.44);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aca94a0608a90a6 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
#a90d1a2555a6d8a > .ele-wrap {background-color: rgba(165, 170, 211, 0.44);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1cd1ab808a3e12 a {
                background-image: linear-gradient(90deg,
                rgba(235, 77, 77, 1),
                rgba(126, 211, 33, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: center;font-family: inherit;}#a1cd1ab808a3e12 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8092a1b05acb51 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ade95a1141a03da {
  pointer-events: none;
}
#ade95a1141a03da .menu-list {
  width: 100%;
  background: #d03322;
}
#ade95a1141a03da ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ade95a1141a03da .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ade95a1141a03da .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#ade95a1141a03da .menu-list .menu-header svg,
#ade95a1141a03da .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ade95a1141a03da .menu-list > ul {
  position: relative;
}
#ade95a1141a03da .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ade95a1141a03da .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ade95a1141a03da .menu-list > ul > li.active > a,
#ade95a1141a03da .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#ade95a1141a03da .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ade95a1141a03da .menu-list > ul > li a img,
#ade95a1141a03da .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ade95a1141a03da .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ade95a1141a03da .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ade95a1141a03da .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ade95a1141a03da .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ade95a1141a03da .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ade95a1141a03da .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ade95a1141a03da .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ade95a1141a03da .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ade95a1141a03da .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9977a11c9a7041 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9977a11c9a7041 .marquee-wrap > .str_move {
  cursor: text;
}
#a9977a11c9a7041 .marquee-wrap:hover {
  background: #fafafa;
}
#a9977a11c9a7041 .marquee-wrap .content {
  position: absolute;
}
#a9977a11c9a7041 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a9977a11c9a7041 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa5fda96cea685a > .ele-wrap {background-color: rgba(64, 135, 218, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a11cba7911ac3a8 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 6px;border-bottom-width: 6px;border-top-width: 6px;border-right-style: none;border-left-color: rgba(245, 166, 73, 1);border-bottom-color: rgba(245, 166, 73, 1);border-top-color: rgba(245, 166, 73, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac64da5f3baeaa0 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb6da4808a3366 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0547a2cdda71bc {
  pointer-events: none;
}
#a0547a2cdda71bc .menu-list {
  width: 100%;
  background: #50e3c2;
}
#a0547a2cdda71bc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a0547a2cdda71bc .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a0547a2cdda71bc .menu-list .menu-header {
  background-color: #50e3c2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#a0547a2cdda71bc .menu-list .menu-header svg,
#a0547a2cdda71bc .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a0547a2cdda71bc .menu-list > ul {
  position: relative;
}
#a0547a2cdda71bc .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a0547a2cdda71bc .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-image: linear-gradient(0deg, #50e3c2, #08da5d);
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a0547a2cdda71bc .menu-list > ul > li.active > a,
#a0547a2cdda71bc .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a0547a2cdda71bc .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a0547a2cdda71bc .menu-list > ul > li a img,
#a0547a2cdda71bc .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a0547a2cdda71bc .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a0547a2cdda71bc .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a0547a2cdda71bc .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a0547a2cdda71bc .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a0547a2cdda71bc .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a0547a2cdda71bc .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #50e3c2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a0547a2cdda71bc .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a0547a2cdda71bc .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a0547a2cdda71bc .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10bda9a56ae9b2 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a10bda9a56ae9b2 .marquee-wrap > .str_move {
  cursor: text;
}
#a10bda9a56ae9b2 .marquee-wrap:hover {
  background: #fafafa;
}
#a10bda9a56ae9b2 .marquee-wrap .content {
  position: absolute;
}
#a10bda9a56ae9b2 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a10bda9a56ae9b2 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
#a4e2baf197ac02c > .ele-wrap {background-color: rgba(234, 236, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4d94a27d6a7a13 > .ele-wrap {background-color: rgba(255, 250, 250, 0.71);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0ff9a81c2a888e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a0ff9a81c2a888e .marquee-wrap > .str_move {
  cursor: text;
}
#a0ff9a81c2a888e .marquee-wrap:hover {
  background: #fafafa;
}
#a0ff9a81c2a888e .marquee-wrap .content {
  position: absolute;
}
#a0ff9a81c2a888e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a0ff9a81c2a888e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 207px;
  text-align: center;
  transition: all .3s ease;
}
#a560fa5da9a5dfb .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;
                background-image: linear-gradient(45deg,
                rgba(255, 171, 102, 1),
                rgba(255, 95, 69, 1));
            border-radius: 0px;font-size: 16px;justify-content: center;}#a560fa5da9a5dfb .ele-wrap:hover {border-color: rgba(255, 95, 69, 1);background-color: rgba(255, 95, 69, 1);color: #ffffff;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaffaa0ce2ad4c1 .a636fa0e41a8702 {
  overflow: hidden;
}
#aaffaa0ce2ad4c1 .a636fa0e41a8702 , #aaffaa0ce2ad4c1 .a636fa0e41a8702 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaffaa0ce2ad4c1 .a54a4a455ea2e1b .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(230, 98, 98, 0.62);
  border-right-style: solid;
  border-left-color: rgba(230, 98, 98, 0.62);
  border-bottom-color: rgba(230, 98, 98, 0.62);
  border-top-color: rgba(230, 98, 98, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaffaa0ce2ad4c1 .aac7bab480a230b > .ele-wrap {background-color: rgba(223, 234, 246, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#aaffaa0ce2ad4c1 .aac7bab480a230b  > .ele-wrap:hover {background-color: rgba(251, 249, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaffaa0ce2ad4c1 .a4393a45b5abee5 {
  overflow: hidden;
}
#aaffaa0ce2ad4c1 .a4393a45b5abee5 , #aaffaa0ce2ad4c1 .a4393a45b5abee5 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: Arial;color: rgba(109, 164, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaffaa0ce2ad4c1 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aaffaa0ce2ad4c1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aaffaa0ce2ad4c1 .uk-position-center-left-out {
    left: -30px;
  }
  #aaffaa0ce2ad4c1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae12aabe94a6459 > .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4f61a83aea4a25 {
  min-height: 90vh;
  /* mobile */
}
#a4f61a83aea4a25 .search-highlight {
  background: yellow;
}
#a4f61a83aea4a25 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a4f61a83aea4a25 .el-title {
  margin-bottom: 20px;
}
#a4f61a83aea4a25 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a4f61a83aea4a25 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a4f61a83aea4a25 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a4f61a83aea4a25 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a4f61a83aea4a25 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a4f61a83aea4a25 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a4f61a83aea4a25 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a4f61a83aea4a25 .el-title {
    margin-bottom: 0;
  }
  #a4f61a83aea4a25 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a4f61a83aea4a25 .category {
    font-size: 12px;
  }
  #a4f61a83aea4a25 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb6da4808a3366 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1018adbbca2ae8 .lbt-box {
  position: relative;
  height: 500px;
  margin: 0 auto;
}
#a1018adbbca2ae8 .imgs {
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
#a1018adbbca2ae8 .imgitem {
  position: absolute;
  width: 400px;
  height: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  transition: .8s;
  opacity: 0;
}
#a1018adbbca2ae8 .imgitem img {
  width: 100%;
  height: 100%;
}
#a1018adbbca2ae8 .cur-img {
  width: 800px;
  z-index: 100;
  opacity: 1;
}
#a1018adbbca2ae8 .pre-img {
  transform: translateX(-400px) rotateY(30deg) scale(0.8);
  z-index: 9;
  opacity: 0.9;
}
#a1018adbbca2ae8 .next-img {
  transform: translateX(400px) rotateY(-30deg) scale(0.8);
  z-index: 9;
  opacity: 0.9;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae590aea2ea4b66 .i-wrap {
  width: calc(100.1%);
  position: relative;
  left: -0.05rem;
  overflow: hidden;
}
#ae590aea2ea4b66 .i-bn {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
#ae590aea2ea4b66 .i-s {
  position: relative;
}
#ae590aea2ea4b66 .i-item {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  flex-shrink: 0;
  margin: 10px;
  border: 1px solid #dcdcdc;
  border-radius: .1rem;
  position: relative;
  background-color: #fff;
  transition: all .3s;
  overflow: hidden;
}
#ae590aea2ea4b66 .i-arrow {
  width: 20px;
  height: 40px;
  margin-top: -20px;
  background-image: url(/resources/sys/img/section/arrow-24.png);
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
#ae590aea2ea4b66 .i-arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
#ae590aea2ea4b66 .i-prev {
  left: -30px;
}
#ae590aea2ea4b66 .i-next {
  right: -30px;
  transform: rotate(180deg);
}
#ae590aea2ea4b66 .i-bn .swiper-wrapper {
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  width: auto;
  height: auto;
}
#ae590aea2ea4b66 .i-bn .swiper-slide {
  display: inline-flex;
  height: auto;
  white-space: normal;
  flex-wrap: nowrap;
}
#ae590aea2ea4b66 .i-item:hover {
  border-color: #139ebb;
}
#ae590aea2ea4b66 .i-img {
  width: 100%;
  height: auto;
}
#ae590aea2ea4b66 .i-item .title {
  padding: 10px 0;
  color: #333;
  font-size: 16px;
}
#ae590aea2ea4b66 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc94a2a86a901b .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #afc94a2a86a901b .promotion-card {
    width: 70%;
    left: auto;
  }
}
#afc94a2a86a901b .promotion-card * {
  margin: 0;
}
#afc94a2a86a901b .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #139ebb;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#afc94a2a86a901b .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #139ebb;
}
#afc94a2a86a901b .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #052930;
  background: linear-gradient(to right, #052930 55%, #139ebb 95%) !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#add52afd54a942b {
  /* 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------------------------*/
}
#add52afd54a942b * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#add52afd54a942b .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#add52afd54a942b .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#add52afd54a942b .error .clip:nth-of-type(1) .shadow,
#add52afd54a942b .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#add52afd54a942b .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#add52afd54a942b .error h2 {
  font-size: 32px;
}
#add52afd54a942b .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#add52afd54a942b .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#add52afd54a942b .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#add52afd54a942b .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#add52afd54a942b .error .clip .shadow {
  overflow: hidden;
}
#add52afd54a942b .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);
}
#add52afd54a942b .error .clip:nth-of-type(3) .shadow:after,
#add52afd54a942b .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%;
}
#add52afd54a942b .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#add52afd54a942b .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#add52afd54a942b .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#add52afd54a942b .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#add52afd54a942b .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#add52afd54a942b .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#add52afd54a942b .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#add52afd54a942b .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #add52afd54a942b {
    /* Error Page */
    /* Error Page */
  }
  #add52afd54a942b .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #add52afd54a942b .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #add52afd54a942b .error .clip:nth-of-type(1) .shadow,
  #add52afd54a942b .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #add52afd54a942b .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #add52afd54a942b .error h2 {
    font-size: 24px;
  }
  #add52afd54a942b .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #add52afd54a942b .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #add52afd54a942b .error .container-error-404 {
    height: 150px;
  }
}
#add52afd54a942b .overlay {
  position: relative;
  z-index: 20;
}
#add52afd54a942b .ground-color {
  background: white;
}
#add52afd54a942b .item-bg-color {
  background: #EAEAEA;
}
#add52afd54a942b .padding-top {
  padding-top: 10px;
}
#add52afd54a942b .padding-bottom {
  padding-bottom: 10px;
}
#add52afd54a942b .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#add52afd54a942b .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#add52afd54a942b .padding-all {
  padding: 10px;
}
#add52afd54a942b .no-padding-left {
  padding-left: 0px;
}
#add52afd54a942b .no-padding-right {
  padding-right: 0px;
}
#add52afd54a942b .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#add52afd54a942b .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#add52afd54a942b .no-padding {
  padding: 0px;
}
#add52afd54a942b .margin-top {
  margin-top: 10px;
}
#add52afd54a942b .margin-bottom {
  margin-bottom: 10px;
}
#add52afd54a942b .margin-right {
  margin-right: 10px;
}
#add52afd54a942b .margin-left {
  margin-left: 10px;
}
#add52afd54a942b .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#add52afd54a942b .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#add52afd54a942b .margin-all {
  margin: 10px;
}
#add52afd54a942b .no-margin {
  margin: 0px;
}
#add52afd54a942b .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#add52afd54a942b .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#add52afd54a942b .inside-col-shrink {
  margin: 0px 20px;
}
#add52afd54a942b hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
#ae590aea2ea4b66 .uk-grid {margin-left: -7px;}@media (min-width: 1200px) {
                    #ae590aea2ea4b66 .uk-grid { margin-left: -7px;}
                }@media (max-width: 640) {
                    #ae590aea2ea4b66 .uk-grid { margin-left: -7px;}
                }#ae590aea2ea4b66 .uk-grid>* {padding-left: 7px;}@media (min-width: 1200px) {
                    #ae590aea2ea4b66 .uk-grid>* { padding-left: 7px;}
                }@media (max-width: 640) {#ae590aea2ea4b66 .uk-grid>* {
                    padding-left: 7px;}
                }@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7205ae467a7c9c {
  pointer-events: none;
}
#a7205ae467a7c9c .menu-list {
  width: 100%;
  background: #d03322;
}
#a7205ae467a7c9c ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a7205ae467a7c9c .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a7205ae467a7c9c .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#a7205ae467a7c9c .menu-list .menu-header svg,
#a7205ae467a7c9c .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a7205ae467a7c9c .menu-list > ul {
  position: relative;
}
#a7205ae467a7c9c .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a7205ae467a7c9c .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a7205ae467a7c9c .menu-list > ul > li.active > a,
#a7205ae467a7c9c .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a7205ae467a7c9c .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a7205ae467a7c9c .menu-list > ul > li a img,
#a7205ae467a7c9c .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a7205ae467a7c9c .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a7205ae467a7c9c .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a7205ae467a7c9c .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a7205ae467a7c9c .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a7205ae467a7c9c .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a7205ae467a7c9c .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a7205ae467a7c9c .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a7205ae467a7c9c .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a7205ae467a7c9c .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af346a0637aaac0 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#af346a0637aaac0 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#af346a0637aaac0 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#af346a0637aaac0 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#af346a0637aaac0 .marquee-wrap .marquee-item svg,
#af346a0637aaac0 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#af346a0637aaac0 .marquee-wrap:hover {
  background: ;
}
#af346a0637aaac0 .marquee-wrap .content {
  position: absolute;
}
#af346a0637aaac0 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
}
#af346a0637aaac0 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 774px;
  overflow: hidden;
  line-height: 259px;
  text-align: center;
  transition: all .3s ease;
}
#af346a0637aaac0 .marquee-wrap.horizontal .marquee-item span {
  line-height: 259px;
}
#a344caf945a4361 {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(245, 166, 35, 1);}#afc94a2a86a901b [data-item="feature.image"] {left: 0px;top: 1px; position: relative;}#afc94a2a86a901b [data-item="promotion.detail"] {left: 0px;top: -1px; position: relative;}#afc94a2a86a901b [data-item="promotion.icon"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb6da4808a3366 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6c74aba21adfa1 {
  min-height: 90vh;
  /* mobile */
}
#a6c74aba21adfa1 .search-highlight {
  background: yellow;
}
#a6c74aba21adfa1 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a6c74aba21adfa1 .el-title {
  margin-bottom: 20px;
}
#a6c74aba21adfa1 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a6c74aba21adfa1 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a6c74aba21adfa1 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a6c74aba21adfa1 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a6c74aba21adfa1 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a6c74aba21adfa1 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a6c74aba21adfa1 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a6c74aba21adfa1 .el-title {
    margin-bottom: 0;
  }
  #a6c74aba21adfa1 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a6c74aba21adfa1 .category {
    font-size: 12px;
  }
  #a6c74aba21adfa1 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a551aa885fad1ab {
  min-height: 90vh;
  /* mobile */
}
#a551aa885fad1ab .search-highlight {
  background: yellow;
}
#a551aa885fad1ab .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a551aa885fad1ab .el-title {
  margin-bottom: 20px;
}
#a551aa885fad1ab .el-item:hover .el-title {
  color: #0f6ecd;
}
#a551aa885fad1ab .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a551aa885fad1ab .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a551aa885fad1ab .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a551aa885fad1ab .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a551aa885fad1ab .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a551aa885fad1ab .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a551aa885fad1ab .el-title {
    margin-bottom: 0;
  }
  #a551aa885fad1ab .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a551aa885fad1ab .category {
    font-size: 12px;
  }
  #a551aa885fad1ab .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6258a2e03a26a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a915bab2e7a7c4a > .ele-wrap {background-color: rgba(6, 118, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadb3a753ea59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #0676f8;
  text-align: left;
}
#aadb3a753ea59f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aadb3a753ea59f8 .ap-icon {
  margin-right: 6px;
}
#aadb3a753ea59f8 .indicator {
  margin-left: 4px;
}
#aadb3a753ea59f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Black;
  color: #ffffff;
  background-color: #0676f8;
}
#aadb3a753ea59f8 .menu-list li:hover > a,
#aadb3a753ea59f8 .menu-list li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Black;
  color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul,
#aadb3a753ea59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aadb3a753ea59f8 .menu-list ul {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
}
#aadb3a753ea59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadb3a753ea59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadb3a753ea59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #8b572a;
  background-color: #ffffff;
}
#aadb3a753ea59f8 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #d0021b;
  background-color: #50e3c2;
}
#aadb3a753ea59f8 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53c8a2f68add0a > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91baa003da42df form {
  width: 100%;
  height: 100%;
}
#a91baa003da42df .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a91baa003da42df .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a91baa003da42df .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a91baa003da42df .search-box .search-type.show {
  display: block;
}
#a91baa003da42df .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a91baa003da42df .search-box .search-type li:hover {
  color: #00ad5f;
}
#a91baa003da42df .search-box .search-type li.active {
  color: #00ad5f;
}
#a91baa003da42df .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a91baa003da42df .inner-form .input-field {
  height: 100%;
}
#a91baa003da42df .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a91baa003da42df .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a91baa003da42df .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a91baa003da42df .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a91baa003da42df .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a91baa003da42df .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a91baa003da42df .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a91baa003da42df .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a91baa003da42df .btn-search:hover {
  background: #00ad5f;
}
#a91baa003da42df .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab1ba62ada6786 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aab1ba62ada6786 .marquee-wrap > .str_move {
  cursor: text;
}
#aab1ba62ada6786 .marquee-wrap:hover {
  background: #fafafa;
}
#aab1ba62ada6786 .marquee-wrap .content {
  position: absolute;
}
#aab1ba62ada6786 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aab1ba62ada6786 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1163a7e36a3322 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a1163a7e36a3322 .marquee-wrap > .str_move {
  cursor: text;
}
#a1163a7e36a3322 .marquee-wrap:hover {
  background: #fafafa;
}
#a1163a7e36a3322 .marquee-wrap .content {
  position: absolute;
}
#a1163a7e36a3322 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a1163a7e36a3322 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5cd7a43e2aca7d .form-agree {
  display: flex;
  align-items: center;
}
#a5cd7a43e2aca7d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5cd7a43e2aca7d .form-item .uk-input,
#a5cd7a43e2aca7d .form-item .uk-select,
#a5cd7a43e2aca7d .form-item .uk-textarea {
  width: autopx;
}
#a5cd7a43e2aca7d .form-item .auto-height {
  height: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
