<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: #30ad36;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #30ad36;
}
/* 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) &gt; code,
:not(pre) &gt; kbd,
:not(pre) &gt; 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: #30ad36;
}
/* 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: #30ad36;
  text-shadow: none;
}
::selection {
  background: #30ad36;
  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 #30ad36;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #30ad36;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list &gt; ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped &gt; li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list &gt; dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped &gt; 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: #30ad36;
  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: #30ad36;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active &gt; .uk-icon-button {
  background-color: #30ad36;
  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: #30ad36;
  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: #30ad36;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #30ad36;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #30ad36;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #30ad36;
  color: #ffffff;
  border-color: #30ad36;
}
/*
   * 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: #30ad36;
}
/* 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: #30ad36;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #30ad36;
}
/* 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: #30ad36;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #30ad36;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #30ad36;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #30ad36;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #30ad36;
}
/*
   * 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: #30ad36;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #30ad36;
  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 &gt; :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 &gt; .uk-parent &gt; a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default &gt; li &gt; a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default &gt; li &gt; a:hover,
.uk-nav-default &gt; li &gt; a:focus {
  color: #30ad36;
  background-color: transparent;
}
/* Active */
.uk-nav-default &gt; li.uk-active &gt; 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 &gt; li &gt; a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary &gt; li &gt; a:hover,
.uk-nav-primary &gt; li &gt; a:focus {
  color: #30ad36;
}
/* 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 &gt; li &gt; a {
  color: #666;
}
.uk-navbar-nav &gt; li &gt; 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 &gt; li:hover &gt; a,
.uk-navbar-nav &gt; li &gt; a:focus,
.uk-navbar-nav &gt; li &gt; a.uk-open {
  color: #30ad36;
  outline: none;
}
.uk-navbar-nav &gt; li &gt; a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav &gt; li.uk-active &gt; a::before {
  background-color: #30ad36;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #30ad36;
}
/* 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 &gt; li &gt; a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav &gt; li &gt; a:hover,
.uk-navbar-dropdown-nav &gt; li &gt; a:focus {
  color: #30ad36;
  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 &gt; * &gt; :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav &gt; * &gt; a:hover,
.uk-subnav &gt; * &gt; a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill &gt; * &gt; :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill &gt; * &gt; a:hover,
.uk-subnav-pill &gt; * &gt; a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill &gt; * &gt; a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill &gt; .uk-active &gt; a {
  background-color: #30ad36;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav &gt; .uk-disabled &gt; a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb &gt; * &gt; * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb &gt; * &gt; :hover,
.uk-breadcrumb &gt; * &gt; :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb &gt; .uk-disabled &gt; * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination &gt; * &gt; * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination &gt; * &gt; :hover,
.uk-pagination &gt; * &gt; :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination &gt; .uk-active &gt; * {
  color: #30ad36;
  background-color: transparent;
}
/* Disabled */
.uk-pagination &gt; .uk-disabled &gt; * {
  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 &gt; * &gt; a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab &gt; * &gt; a:hover,
.uk-tab &gt; * &gt; a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab &gt; .uk-active &gt; a {
  border-color: #30ad36;
}
/* Disabled */
.uk-tab &gt; .uk-disabled &gt; a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav &gt; * &gt; :hover,
.uk-dotnav &gt; * &gt; :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav &gt; * &gt; :active {
  background-color: #30ad36;
  border-color: transparent;
}
/* Active */
.uk-dotnav &gt; .uk-active &gt; * {
  background-color: #30ad36;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav &gt; li &gt; a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav &gt; li &gt; a:hover,
.uk-dropdown-nav &gt; li &gt; a:focus,
.uk-dropdown-nav &gt; li.uk-active &gt; a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #30ad36;
}
/*
   * 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: #30ad36;
}
/* 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 &gt; .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: #30ad36;
}
/*
   * 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: #30ad36;
  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: #30ad36;
}
.uk-progress::-moz-progress-bar {
  background-color: #30ad36;
}
.uk-progress::-ms-fill {
  background-color: #30ad36;
}
/* ========================================================================
     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: #30ad36 !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: #30ad36 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #30ad36;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #30ad36;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary &gt; :not([class*='uk-card-media']) a,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) a,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) a:hover,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) a:hover,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) h1,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary &gt; :not([class*='uk-card-media']) h2,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary &gt; :not([class*='uk-card-media']) h3,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary &gt; :not([class*='uk-card-media']) h4,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary &gt; :not([class*='uk-card-media']) h5,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary &gt; :not([class*='uk-card-media']) h6,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) h1,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary &gt; :not([class*='uk-card-media']) h2,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary &gt; :not([class*='uk-card-media']) h3,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary &gt; :not([class*='uk-card-media']) h4,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary &gt; :not([class*='uk-card-media']) h5,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary &gt; :not([class*='uk-card-media']) h6,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary &gt; :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: #30ad36;
  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 &gt; :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary &gt; :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: #30ad36;
  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 &gt; :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #30ad36;
  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 &gt; :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary &gt; :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 &gt; li &gt; a:hover,
.uk-light .uk-nav-default &gt; li &gt; a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:focus,
.uk-card-primary.uk-card-body .uk-nav-default &gt; li &gt; a:hover,
.uk-card-primary.uk-card-body .uk-nav-default &gt; li &gt; a:focus,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li &gt; a:hover,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li &gt; a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default &gt; li &gt; a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default &gt; li &gt; a:focus,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li &gt; a:hover,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li &gt; a:focus,
.uk-overlay-primary .uk-nav-default &gt; li &gt; a:hover,
.uk-overlay-primary .uk-nav-default &gt; li &gt; a:focus,
.ap-toolbar .uk-nav-default &gt; li &gt; a:hover,
.ap-toolbar .uk-nav-default &gt; li &gt; a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default &gt; li.uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-nav-default &gt; li.uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-nav-default &gt; li.uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-overlay-primary .uk-nav-default &gt; li.uk-active &gt; a,
.ap-toolbar .uk-nav-default &gt; li.uk-active &gt; 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 &gt; :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 &gt; :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 &gt; li.uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-overlay-primary .uk-nav-primary &gt; li.uk-active &gt; a,
.ap-toolbar .uk-nav-primary &gt; li.uk-active &gt; 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 &gt; :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 &gt; :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 &gt; li &gt; a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li &gt; a::before,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li &gt; a::before,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a::before,
.uk-overlay-primary .uk-navbar-nav &gt; li &gt; a::before,
.ap-toolbar .uk-navbar-nav &gt; li &gt; a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav &gt; li:hover &gt; a,
.uk-light .uk-navbar-nav &gt; li &gt; a:focus,
.uk-light .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li:hover &gt; a,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li &gt; a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li:hover &gt; a,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li &gt; a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-overlay-primary .uk-navbar-nav &gt; li:hover &gt; a,
.uk-overlay-primary .uk-navbar-nav &gt; li &gt; a:focus,
.uk-overlay-primary .uk-navbar-nav &gt; li &gt; a.uk-open,
.ap-toolbar .uk-navbar-nav &gt; li:hover &gt; a,
.ap-toolbar .uk-navbar-nav &gt; li &gt; a:focus,
.ap-toolbar .uk-navbar-nav &gt; li &gt; a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-overlay-primary .uk-navbar-nav &gt; li.uk-active &gt; a,
.ap-toolbar .uk-navbar-nav &gt; li.uk-active &gt; a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-overlay-primary .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.ap-toolbar .uk-navbar-nav &gt; li.uk-active &gt; a::before {
  background-color: #30ad36;
}
.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 &gt; :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary &gt; :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 &gt; .uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav &gt; .uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav &gt; .uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav &gt; .uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav &gt; .uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-subnav &gt; .uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-subnav &gt; .uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-subnav &gt; .uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-subnav &gt; .uk-active &gt; a,
.uk-overlay-primary .uk-subnav &gt; .uk-active &gt; a,
.ap-toolbar .uk-subnav &gt; .uk-active &gt; a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-overlay-primary .uk-subnav-pill &gt; .uk-active &gt; a,
.ap-toolbar .uk-subnav-pill &gt; .uk-active &gt; a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab &gt; .uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab &gt; .uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab &gt; .uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab &gt; .uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab &gt; .uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-tab &gt; .uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-tab &gt; .uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-tab &gt; .uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-tab &gt; .uk-active &gt; a,
.uk-overlay-primary .uk-tab &gt; .uk-active &gt; a,
.ap-toolbar .uk-tab &gt; .uk-active &gt; a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav &gt; .uk-active &gt; *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav &gt; .uk-active &gt; *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav &gt; .uk-active &gt; *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav &gt; .uk-active &gt; *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav &gt; .uk-active &gt; *,
.uk-card-primary.uk-card-body .uk-dotnav &gt; .uk-active &gt; *,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-dotnav &gt; .uk-active &gt; *,
.uk-card-secondary.uk-card-body .uk-dotnav &gt; .uk-active &gt; *,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-dotnav &gt; .uk-active &gt; *,
.uk-overlay-primary .uk-dotnav &gt; .uk-active &gt; *,
.ap-toolbar .uk-dotnav &gt; .uk-active &gt; * {
  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 &gt; :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary &gt; :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 &gt; li.uk-active &gt; a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav &gt; li &gt; a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav &gt; li &gt; a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav &gt; li &gt; a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav &gt; li &gt; a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #30ad36;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #30ad36;
}
.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 &gt; li &gt; 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: #30ad36;
  border-color: #30ad36;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #30ad36;
}
/* ========================================================================
   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 &gt; * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid &gt; .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse &gt; .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse &gt; * {
    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: #25852a;
}
.ap-list-filter dd a.active {
  background-color: #30ad36;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #30ad36;
}
.category li a.active {
  color: #30ad36;
}
.uk-lightbox-items &gt; * &gt; 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: #30ad36;
}
.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: #30ad36;
  border: 1px solid rgba(48, 173, 54, 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: #30ad36;
}
form .step .ui-step.active .ui-step-title {
  color: #30ad36;
}
/**************** è‡ªå®šä¹‰ç‰ˆå—æ&nbsp;·å¼ ********************/
.btn-effect-1 {
  border-color: #30ad36;
  background-color: #30ad36;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #30ad36;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #30ad36;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #30ad36;
  color: #30ad36;
}
.btn-effect-2:hover {
  background-color: #30ad36;
}
.uk-button.btn-effect-5 {
  background-color: #30ad36;
  box-shadow: 0 0 15px rgba(48, 173, 54, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #30ad36;
}
.header-effect-6 [data-item='title']::before {
  background-color: #30ad36;
}
#a61f0a158ca29fa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac662a6cd9abf1e .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #ac662a6cd9abf1e .sidebar {
    width: 100%;
  }
}
#ac662a6cd9abf1e .accordion-menu,
#ac662a6cd9abf1e .accordion-menu ul ul.submenu,
#ac662a6cd9abf1e .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ac662a6cd9abf1e .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#ac662a6cd9abf1e .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
}
#ac662a6cd9abf1e .accordion-menu &gt; ul &gt; li &gt; a {
  background: #ddd;
  font-size: 16px;
}
#ac662a6cd9abf1e .accordion-menu li a:hover {
  background-color: #30ad36;
  color: #fff;
  border: none;
}
#ac662a6cd9abf1e .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ac662a6cd9abf1e .contact {
  color: #fff;
}
#ac662a6cd9abf1e .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#ac662a6cd9abf1e .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#ac662a6cd9abf1e .hot-list a {
  color: #777;
}
#ac662a6cd9abf1e .hot-list a:hover {
  color: #30ad36;
}
#ac662a6cd9abf1e .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ac662a6cd9abf1e .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ac662a6cd9abf1e .hot-item:hover a {
  color: #30ad36;
}
#ac662a6cd9abf1e .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ac662a6cd9abf1e .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #30ad36;
  content: "";
}
#ac662a6cd9abf1e .content-header {
  padding-bottom: 10px;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac662a6cd9abf1e [data-item*=".abstract"], #ac662a6cd9abf1e [data-item*=".abstract"] a {show: true;}#ac662a6cd9abf1e [data-item*=".subTitle"], #ac662a6cd9abf1e [data-item*=".subTitle"] a {show: true;}#ac662a6cd9abf1e [data-item*=".category"], #ac662a6cd9abf1e [data-item*=".category"] a {show: true;}#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a4e48ad546a27fc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a23c0a0451a7871 .detail-content .goods-params div {
  margin: 4px 0;
}
#a23c0a0451a7871 .desc {
  white-space: pre-wrap;
}
#a23c0a0451a7871 .video-box,
#a23c0a0451a7871 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a23c0a0451a7871 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a23c0a0451a7871 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a23c0a0451a7871 .preview-box img {
  width: 100%;
}
#a23c0a0451a7871 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a23c0a0451a7871 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a23c0a0451a7871 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a23c0a0451a7871 .thumb-box {
  width: 100%;
  position: relative;
}
#a23c0a0451a7871 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a23c0a0451a7871 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a23c0a0451a7871 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a23c0a0451a7871 .thumb-list {
  overflow: hidden;
}
#a23c0a0451a7871 .thumb-list ul {
  width: 100000px;
}
#a23c0a0451a7871 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a23c0a0451a7871 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a23c0a0451a7871 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a23c0a0451a7871 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a23c0a0451a7871 .thumb-list ul li.active img {
  border-color: #30ad36;
}
#a23c0a0451a7871 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a23c0a0451a7871 .zoom-box img {
  max-width: initial;
}
#a23c0a0451a7871 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a23c0a0451a7871 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a23c0a0451a7871 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a23c0a0451a7871 .goods-intro .price span {
  line-height: 30px;
}
#a23c0a0451a7871 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a23c0a0451a7871 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #30ad36;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a23c0a0451a7871 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #30ad36;
  font-size: 18px;
}
#a23c0a0451a7871 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a23c0a0451a7871 .line-through {
  text-decoration: line-through;
}
#a23c0a0451a7871 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a23c0a0451a7871 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a23c0a0451a7871 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a23c0a0451a7871 .price .policy-info li::before {
  content: 'ï½¥ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a23c0a0451a7871 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a23c0a0451a7871 .number .name {
  line-height: 30px;
  width: 54px;
}
#a23c0a0451a7871 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a23c0a0451a7871 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a23c0a0451a7871 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a23c0a0451a7871 .select-num i {
  line-height: 30px;
}
#a23c0a0451a7871 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a23c0a0451a7871 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a23c0a0451a7871 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a23c0a0451a7871 .buttons {
  margin: 30px 0 0 12px;
}
#a23c0a0451a7871 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #30ad36;
  text-align: center;
  border-radius: 2px;
}
#a23c0a0451a7871 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a23c0a0451a7871 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a23c0a0451a7871 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a23c0a0451a7871 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a23c0a0451a7871 .hot-list .img-wrap {
  display: block;
}
#a23c0a0451a7871 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a23c0a0451a7871 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a23c0a0451a7871 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a23c0a0451a7871 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a23c0a0451a7871 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a23c0a0451a7871 ::-webkit-scrollbar {
  display: none;
}
#a23c0a0451a7871 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a23c0a0451a7871 .left .detail-nav-tab .item.uk-active,
#a23c0a0451a7871 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #30ad36;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a23c0a0451a7871 .left .detail-nav-tab .item.uk-active a {
  color: #30ad36;
  cursor: default;
}
#a23c0a0451a7871 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a23c0a0451a7871 .hot-list .item:last-child {
  border-bottom: none;
}
#a23c0a0451a7871 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a23c0a0451a7871 .hot-list .item .goods-title:hover {
  color: #30ad36;
}
#a23c0a0451a7871 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #30ad36;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a23c0a0451a7871 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a23c0a0451a7871 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a23c0a0451a7871 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a23c0a0451a7871 .right {
    width: 100%;
  }
  #a23c0a0451a7871 .preview-box img {
    height: 340px;
  }
  #a23c0a0451a7871 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a23c0a0451a7871 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a23c0a0451a7871 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a4e48ad546a27fc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a96c9a1340a7a74 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a96c9a1340a7a74 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a96c9a1340a7a74 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a96c9a1340a7a74 .data-list .uk-card {
  cursor: pointer !important;
}
#a96c9a1340a7a74 .data-list .uk-card img {
  max-height: 300px;
}
#a96c9a1340a7a74 .data-list .uk-card:hover {
  background: #fafafa;
}
#a96c9a1340a7a74 .data-list .uk-card:hover .uk-h4 {
  color: #30ad36;
}
#a96c9a1340a7a74 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a96c9a1340a7a74 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a96c9a1340a7a74 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a96c9a1340a7a74 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a96c9a1340a7a74 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a96c9a1340a7a74 .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: #30ad36;
  cursor: pointer;
}
#a96c9a1340a7a74 .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;
}
#a96c9a1340a7a74 .uk-card .category:hover {
  background: #30ad36;
}
#a96c9a1340a7a74 .accordion-menu {
  width: 100%;
}
#a96c9a1340a7a74 .accordion-menu ul ul.submenu,
#a96c9a1340a7a74 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a96c9a1340a7a74 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a96c9a1340a7a74 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a96c9a1340a7a74 .accordion-menu &gt; ul &gt; li &gt; a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a96c9a1340a7a74 .accordion-menu .menu-item.active &gt; a {
  background: #30ad36;
  color: #fff;
}
#a96c9a1340a7a74 .accordion-menu li a:hover {
  background-color: #30ad36;
  color: #fff;
  border: none;
}
#a96c9a1340a7a74 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a96c9a1340a7a74 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a96c9a1340a7a74 .hot-list,
#a96c9a1340a7a74 .new-list {
  padding: 12px;
}
#a96c9a1340a7a74 .new-list a:hover,
#a96c9a1340a7a74 .hot-list a:hover {
  color: #30ad36;
}
#a96c9a1340a7a74 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a96c9a1340a7a74 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a96c9a1340a7a74 .hot-item:hover a {
  color: #30ad36;
}
#a96c9a1340a7a74 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a96c9a1340a7a74 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #30ad36;
  content: "";
}
#a96c9a1340a7a74 .content-header {
  padding-bottom: 10px;
}
#a96c9a1340a7a74 .item-title {
  color: #333;
}
#a96c9a1340a7a74 input::placeholder {
  color: #999;
}
#a96c9a1340a7a74 .datetime {
  color: #999;
}
#a96c9a1340a7a74 .new-item a {
  padding-left: 25px;
}
#a96c9a1340a7a74 .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;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a61f0a158ca29fa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a739eaa9aeaaf06 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a739eaa9aeaaf06 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a739eaa9aeaaf06 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a739eaa9aeaaf06 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a739eaa9aeaaf06 .uk-container {
    padding: 0;
  }
  #a739eaa9aeaaf06 .sidebar {
    padding: 10px;
  }
}
#a739eaa9aeaaf06 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a739eaa9aeaaf06 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a739eaa9aeaaf06 .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: #30ad36;
  cursor: pointer;
}
#a739eaa9aeaaf06 .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;
}
#a739eaa9aeaaf06 .content-tags a:hover {
  background: #30ad36;
  color: #fff;
  border-color: #30ad36;
}
#a739eaa9aeaaf06 .abstract,
#a739eaa9aeaaf06 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a739eaa9aeaaf06 .copyright a {
  color: #999;
  word-break: break-all;
}
#a739eaa9aeaaf06 .detail-content {
  font-size: 16px;
  color: #444;
}
#a739eaa9aeaaf06 .detail-content img {
  margin-bottom: 10px;
}
#a739eaa9aeaaf06 .detail-content table {
  font-size: 13px;
}
#a739eaa9aeaaf06 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a739eaa9aeaaf06 .hot-list,
#a739eaa9aeaaf06 .new-list {
  padding: 12px;
}
#a739eaa9aeaaf06 .new-list a:hover,
#a739eaa9aeaaf06 .hot-list a:hover {
  color: #30ad36;
}
#a739eaa9aeaaf06 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a739eaa9aeaaf06 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a739eaa9aeaaf06 .hot-item:hover a {
  color: #30ad36;
}
#a739eaa9aeaaf06 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a739eaa9aeaaf06 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #30ad36;
  content: "";
}
#a739eaa9aeaaf06 .content-header {
  padding-bottom: 10px;
}
#a739eaa9aeaaf06 .item-title {
  color: #333;
}
#a739eaa9aeaaf06 input::placeholder {
  color: #999;
}
#a739eaa9aeaaf06 .datetime {
  color: #999;
}
#a739eaa9aeaaf06 .new-item a {
  padding-left: 25px;
}
#a739eaa9aeaaf06 .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;
}
#a739eaa9aeaaf06 .siblings a {
  color: #444;
  line-height: 2;
}
#a739eaa9aeaaf06 .siblings a:hover {
  color: #30ad36;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a4e48ad546a27fc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1f74a584daab4d {
  @charset "utf-8";
  /*li*/
  /*é¼&nbsp;æ&nbsp;‡æ‚¬æµ®æ•ˆæžœ*/
  /*å·¦å³æŒ‰é’®*/
}
#a1f74a584daab4d * {
  padding: 0;
  margin: 0;
}
#a1f74a584daab4d .swiper-container &gt; .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
#a1f74a584daab4d .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #51B542;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
#a1f74a584daab4d .features-slide {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a1f74a584daab4d .product-section {
  position: relative;
  overflow: hidden;
}
#a1f74a584daab4d .product-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 114vw;
  position: relative;
}
#a1f74a584daab4d .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#a1f74a584daab4d .product-features .product-body {
  margin: 0px 25px;
}
#a1f74a584daab4d .features-item {
  list-style: none;
}
#a1f74a584daab4d .features-item img {
  transition: all 0.5s;
  width: auto;
  height: 650px;
  float: left;
  position: relative;
  z-index: 1;
}
#a1f74a584daab4d .features-item.swiper-slide-active img {
  filter: grayscale(0);
}
#a1f74a584daab4d .features-item.swiper-slide-active h3 {
  color: #ffffff;
}
#a1f74a584daab4d .features-item.swiper-slide-active .tlt {
  color: #52B447;
}
#a1f74a584daab4d .features-info {
  position: relative;
}
#a1f74a584daab4d .features-info::after {
  content: '';
  clear: both;
}
#a1f74a584daab4d .features-info:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#a1f74a584daab4d .features-slide .features-item &gt; * {
  text-align: left;
}
#a1f74a584daab4d .features-item h3 {
  font-size: 86pt;
  margin: 0 0 0 180px;
  color: #ffffff;
  transition: all 0.5s;
  z-index: 2;
  position: relative;
  transform: translateY(-90px);
}
#a1f74a584daab4d .features-item p {
  margin: 0 0 0 180px;
  font-size: 22px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  transform: translate(10px, -80px);
}
#a1f74a584daab4d .features-item p::before {
  content: '';
  display: inline-block;
  background: #51B542;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 10px;
}
#a1f74a584daab4d .features-item .features-info .features-info-i {
  font-size: 14px;
  color: #A0A2A8;
  line-height: 22px;
  margin-bottom: 10px;
}
#a1f74a584daab4d .history-txt {
  background: #52B447;
}
#a1f74a584daab4d .tlt {
  position: absolute;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: auto;
  height: 100px;
  top: 50px;
  color: #fff;
  margin-left: 180px;
  z-index: 2;
}
#a1f74a584daab4d .tlt::after {
  content: "";
  position: absolute;
  display: block;
  top: 110px;
  height: 30px;
  width: 100%;
  left: 0px;
  background: url(/resources/upload/af1cead508a7bc4/1639061581471.png) no-repeat;
}
#a1f74a584daab4d .features-item:hover .tlt {
  color: #51B542;
}
#a1f74a584daab4d .features-item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#a1f74a584daab4d .swiper-button {
  position: absolute;
  top: 75%;
  left: 45%;
  width: 200px;
  height: 40px;
}
#a1f74a584daab4d .product-features .swiper-button-prev {
  width: 37px;
  height: 40%;
  left: 0px;
  background: none;
}
#a1f74a584daab4d .product-features .swiper-button-prev:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(/resources/upload/af1cead508a7bc4/1638975627410.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -7px;
  transform: rotate(180deg);
}
#a1f74a584daab4d .product-features .swiper-button-prev:hover::after {
  background: url(/resources/upload/af1cead508a7bc4/1640143453600.png) no-repeat;
  transform: rotate(180deg);
}
#a1f74a584daab4d .product-features .swiper-button-next {
  width: 37px;
  height: 40%;
  right: 50px;
  background: none;
}
#a1f74a584daab4d .product-features .swiper-button-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(/resources/upload/af1cead508a7bc4/1638975627410.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -7px;
}
#a1f74a584daab4d .product-features .swiper-button-next:hover::after {
  background: url(/resources/upload/af1cead508a7bc4/1640143453600.png) no-repeat;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#adee3ac65da6b79 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab86da3bf8ae813 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23d2a08b6ac8a6 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2da0a09caa8b58 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#a2da0a09caa8b58  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(9, 9, 9, 1);}#a8189a6a00a0298 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6bd8aa5e7a3202 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#a6bd8aa5e7a3202  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa307aba08ab383 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3532adbe2aa6e3 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#a3532adbe2aa6e3  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa0b8a038fa596d &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac463ac10da4331 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#ac463ac10da4331  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7e9fa029ca0839 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a18faadcfeaa860 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#a18faadcfeaa860  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a077fa81f6ab644 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a49c7a66fba0839 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#a49c7a66fba0839  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#ac0ada039da9c67 {
  @charset "utf-8";
  /*li*/
  /*é¼&nbsp;æ&nbsp;‡æ‚¬æµ®æ•ˆæžœ*/
  /*å·¦å³æŒ‰é’®*/
}
#ac0ada039da9c67 * {
  padding: 0;
  margin: 0;
}
#ac0ada039da9c67 .swiper-container &gt; .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
#ac0ada039da9c67 .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #51B542;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
#ac0ada039da9c67 .features-slide {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac0ada039da9c67 .product-section {
  position: relative;
  overflow: hidden;
}
#ac0ada039da9c67 .product-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 114vw;
  position: relative;
}
#ac0ada039da9c67 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#ac0ada039da9c67 .product-features .product-body {
  margin: 0px 25px;
}
#ac0ada039da9c67 .features-item {
  list-style: none;
}
#ac0ada039da9c67 .features-item img {
  transition: all 0.5s;
  width: auto;
  height: 650px;
  float: left;
  position: relative;
  z-index: 1;
}
#ac0ada039da9c67 .features-item.swiper-slide-active img {
  filter: grayscale(0);
}
#ac0ada039da9c67 .features-item.swiper-slide-active h3 {
  color: #ffffff;
}
#ac0ada039da9c67 .features-item.swiper-slide-active .tlt {
  color: #52B447;
}
#ac0ada039da9c67 .features-info {
  position: relative;
}
#ac0ada039da9c67 .features-info::after {
  content: '';
  clear: both;
}
#ac0ada039da9c67 .features-info:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#ac0ada039da9c67 .features-slide .features-item &gt; * {
  text-align: left;
}
#ac0ada039da9c67 .features-item h3 {
  font-size: 86pt;
  margin: 0 0 0 180px;
  color: #ffffff;
  transition: all 0.5s;
  z-index: 2;
  position: relative;
  transform: translateY(-90px);
}
#ac0ada039da9c67 .features-item p {
  margin: 0 0 0 180px;
  font-size: 22px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  transform: translate(10px, -80px);
}
#ac0ada039da9c67 .features-item p::before {
  content: '';
  display: inline-block;
  background: #51B542;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 10px;
}
#ac0ada039da9c67 .features-item .features-info .features-info-i {
  font-size: 14px;
  color: #A0A2A8;
  line-height: 22px;
  margin-bottom: 10px;
}
#ac0ada039da9c67 .history-txt {
  background: #52B447;
}
#ac0ada039da9c67 .tlt {
  position: absolute;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: auto;
  height: 100px;
  top: 50px;
  color: #fff;
  margin-left: 180px;
  z-index: 2;
}
#ac0ada039da9c67 .tlt::after {
  content: "";
  position: absolute;
  display: block;
  top: 110px;
  height: 30px;
  width: 100%;
  left: 0px;
  background: url(/resources/upload/af1cead508a7bc4/1639061581471.png) no-repeat;
}
#ac0ada039da9c67 .features-item:hover .tlt {
  color: #51B542;
}
#ac0ada039da9c67 .features-item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#ac0ada039da9c67 .swiper-button {
  position: absolute;
  top: 75%;
  left: 45%;
  width: 200px;
  height: 40px;
}
#ac0ada039da9c67 .product-features .swiper-button-prev {
  width: 37px;
  height: 40%;
  left: 0px;
  background: none;
}
#ac0ada039da9c67 .product-features .swiper-button-prev:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(/resources/upload/af1cead508a7bc4/1638975627410.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -7px;
  transform: rotate(180deg);
}
#ac0ada039da9c67 .product-features .swiper-button-prev:hover::after {
  background: url(/resources/upload/af1cead508a7bc4/1640143453600.png) no-repeat;
  transform: rotate(180deg);
}
#ac0ada039da9c67 .product-features .swiper-button-next {
  width: 37px;
  height: 40%;
  right: 50px;
  background: none;
}
#ac0ada039da9c67 .product-features .swiper-button-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(/resources/upload/af1cead508a7bc4/1638975627410.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -7px;
}
#ac0ada039da9c67 .product-features .swiper-button-next:hover::after {
  background: url(/resources/upload/af1cead508a7bc4/1640143453600.png) no-repeat;
}
#a41ceac39eafcac .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a41ceac39eafcac .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a2905a4851abe93 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2905a4851abe93 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2905a4851abe93 .ap-icon {
  margin-right: 6px;
}
#a2905a4851abe93 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a2905a4851abe93 .menu-list &gt; li.icon-bottom &gt; a,
#a2905a4851abe93 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a2905a4851abe93 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a2905a4851abe93 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a2905a4851abe93 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a2905a4851abe93 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a2905a4851abe93 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a2905a4851abe93 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a2905a4851abe93 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a2905a4851abe93 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a2905a4851abe93 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2905a4851abe93 .menu-list &gt; li:hover &gt; a,
#a2905a4851abe93 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2905a4851abe93 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a2905a4851abe93 .menu-list ul,
#a2905a4851abe93 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2905a4851abe93 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a2905a4851abe93 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2905a4851abe93 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2905a4851abe93 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a94bea42e4abced &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#a7304a02faa65a2 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac665abfc5ae0b1:hover, #ac665abfc5ae0b1 a:hover {color: rgba(255, 255, 255, 1);}#a1b44aa2c1a4863:hover, #a1b44aa2c1a4863 a:hover {color: rgba(255, 255, 255, 1);}#a20c0af9eca5f18 &gt; .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;}#a63daad23aa685e {
  pointer-events: none;
}
#a63daad23aa685e .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63daad23aa685e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63daad23aa685e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63daad23aa685e .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63daad23aa685e .menu-list .menu-header svg,
#a63daad23aa685e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63daad23aa685e .menu-list &gt; ul {
  position: relative;
}
#a63daad23aa685e .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63daad23aa685e .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63daad23aa685e .menu-list &gt; ul &gt; li.active &gt; a,
#a63daad23aa685e .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63daad23aa685e .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63daad23aa685e .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63daad23aa685e .menu-list &gt; ul &gt; li a img,
#a63daad23aa685e .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63daad23aa685e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63daad23aa685e .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63daad23aa685e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63daad23aa685e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63daad23aa685e .menu-list ul ul.submenu &gt; 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;
}
#a63daad23aa685e .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63daad23aa685e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63daad23aa685e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63daad23aa685e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#af21ba873fa40d2 {
  pointer-events: none;
}
#af21ba873fa40d2 .menu-list {
  width: 100%;
  background: #ffffff;
}
#af21ba873fa40d2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#af21ba873fa40d2 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#af21ba873fa40d2 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#af21ba873fa40d2 .menu-list .menu-header svg,
#af21ba873fa40d2 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#af21ba873fa40d2 .menu-list &gt; ul {
  position: relative;
}
#af21ba873fa40d2 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#af21ba873fa40d2 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#af21ba873fa40d2 .menu-list &gt; ul &gt; li.active &gt; a,
#af21ba873fa40d2 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#af21ba873fa40d2 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#af21ba873fa40d2 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#af21ba873fa40d2 .menu-list &gt; ul &gt; li a img,
#af21ba873fa40d2 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#af21ba873fa40d2 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#af21ba873fa40d2 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#af21ba873fa40d2 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#af21ba873fa40d2 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#af21ba873fa40d2 .menu-list ul ul.submenu &gt; 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;
}
#af21ba873fa40d2 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#af21ba873fa40d2 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#af21ba873fa40d2 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#af21ba873fa40d2 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#afc5ba9a2ea2d37 {
  pointer-events: none;
}
#afc5ba9a2ea2d37 .menu-list {
  width: 100%;
  background: #ffffff;
}
#afc5ba9a2ea2d37 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#afc5ba9a2ea2d37 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#afc5ba9a2ea2d37 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#afc5ba9a2ea2d37 .menu-list .menu-header svg,
#afc5ba9a2ea2d37 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#afc5ba9a2ea2d37 .menu-list &gt; ul {
  position: relative;
}
#afc5ba9a2ea2d37 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#afc5ba9a2ea2d37 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#afc5ba9a2ea2d37 .menu-list &gt; ul &gt; li.active &gt; a,
#afc5ba9a2ea2d37 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#afc5ba9a2ea2d37 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#afc5ba9a2ea2d37 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#afc5ba9a2ea2d37 .menu-list &gt; ul &gt; li a img,
#afc5ba9a2ea2d37 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#afc5ba9a2ea2d37 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#afc5ba9a2ea2d37 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#afc5ba9a2ea2d37 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#afc5ba9a2ea2d37 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#afc5ba9a2ea2d37 .menu-list ul ul.submenu &gt; 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;
}
#afc5ba9a2ea2d37 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#afc5ba9a2ea2d37 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#afc5ba9a2ea2d37 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#afc5ba9a2ea2d37 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#af316a898ca914b {
  pointer-events: none;
}
#af316a898ca914b .menu-list {
  width: 100%;
  background: #ffffff;
}
#af316a898ca914b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#af316a898ca914b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#af316a898ca914b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#af316a898ca914b .menu-list .menu-header svg,
#af316a898ca914b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#af316a898ca914b .menu-list &gt; ul {
  position: relative;
}
#af316a898ca914b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#af316a898ca914b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#af316a898ca914b .menu-list &gt; ul &gt; li.active &gt; a,
#af316a898ca914b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#af316a898ca914b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#af316a898ca914b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#af316a898ca914b .menu-list &gt; ul &gt; li a img,
#af316a898ca914b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#af316a898ca914b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#af316a898ca914b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#af316a898ca914b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#af316a898ca914b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#af316a898ca914b .menu-list ul ul.submenu &gt; 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;
}
#af316a898ca914b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#af316a898ca914b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#af316a898ca914b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#af316a898ca914b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a95a7ae863a007c {
  pointer-events: none;
}
#a95a7ae863a007c .menu-list {
  width: 100%;
  background: #ffffff;
}
#a95a7ae863a007c ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a95a7ae863a007c .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a95a7ae863a007c .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a95a7ae863a007c .menu-list .menu-header svg,
#a95a7ae863a007c .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a95a7ae863a007c .menu-list &gt; ul {
  position: relative;
}
#a95a7ae863a007c .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a95a7ae863a007c .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a95a7ae863a007c .menu-list &gt; ul &gt; li.active &gt; a,
#a95a7ae863a007c .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a95a7ae863a007c .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a95a7ae863a007c .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a95a7ae863a007c .menu-list &gt; ul &gt; li a img,
#a95a7ae863a007c .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a95a7ae863a007c .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a95a7ae863a007c .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a95a7ae863a007c .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a95a7ae863a007c .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a95a7ae863a007c .menu-list ul ul.submenu &gt; 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;
}
#a95a7ae863a007c .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a95a7ae863a007c .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a95a7ae863a007c .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a95a7ae863a007c .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#af135af7e4a245e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af135af7e4a245e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af135af7e4a245e .ap-icon {
  margin-right: 6px;
}
#af135af7e4a245e .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#af135af7e4a245e .menu-list &gt; li.icon-bottom &gt; a,
#af135af7e4a245e .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#af135af7e4a245e .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#af135af7e4a245e .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#af135af7e4a245e .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#af135af7e4a245e .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#af135af7e4a245e .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#af135af7e4a245e .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#af135af7e4a245e .menu-list &gt; li.icon-right &gt; a .ap-icon,
#af135af7e4a245e .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#af135af7e4a245e .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af135af7e4a245e .menu-list &gt; li:hover &gt; a,
#af135af7e4a245e .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#af135af7e4a245e .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#af135af7e4a245e .menu-list ul,
#af135af7e4a245e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af135af7e4a245e .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#af135af7e4a245e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af135af7e4a245e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af135af7e4a245e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0630a40dea7beb &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1d8a242ea9c79 , #af1d8a242ea9c79 a{color: rgba(0, 0, 0, 1);}#af1d8a242ea9c79:hover, #af1d8a242ea9c79 a:hover {color: rgba(255, 255, 255, 1);}#a6d12ae980a36e3:hover, #a6d12ae980a36e3 a:hover {color: rgba(255, 255, 255, 1);}#a57b7afd02acfc5 {
  pointer-events: none;
}
#a57b7afd02acfc5 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a57b7afd02acfc5 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a57b7afd02acfc5 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a57b7afd02acfc5 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a57b7afd02acfc5 .menu-list .menu-header svg,
#a57b7afd02acfc5 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a57b7afd02acfc5 .menu-list &gt; ul {
  position: relative;
}
#a57b7afd02acfc5 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a57b7afd02acfc5 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a57b7afd02acfc5 .menu-list &gt; ul &gt; li.active &gt; a,
#a57b7afd02acfc5 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a57b7afd02acfc5 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a57b7afd02acfc5 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a57b7afd02acfc5 .menu-list &gt; ul &gt; li a img,
#a57b7afd02acfc5 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a57b7afd02acfc5 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a57b7afd02acfc5 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a57b7afd02acfc5 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a57b7afd02acfc5 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a57b7afd02acfc5 .menu-list ul ul.submenu &gt; 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;
}
#a57b7afd02acfc5 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a57b7afd02acfc5 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a57b7afd02acfc5 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a57b7afd02acfc5 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ad9bdab18da4fe1 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abb30a9d5fa5f5a &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad70da5d3aacabe &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa36ae389a9e46 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#aaa36ae389a9e46  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(9, 9, 9, 1);}#a2e68a50b8a1884 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4023a0dddafc65 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#a4023a0dddafc65  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8683a298ea032a &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada21a3b74abb6a &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#ada21a3b74abb6a  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#acbf3aded3a2030 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a38f0abf9fa7f5e &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#a38f0abf9fa7f5e  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab925a9d63a9043 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4bbea890da5d5a &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#a4bbea890da5d5a  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3474a6844a3354 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6aafa98b3ade8e &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 120px;text-align: right;font-family: inherit;color: rgba(87, 182, 77, 1);}#a6aafa98b3ade8e  &gt; div:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a61f0a158ca29fa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab5cea398fa0777 {
  /* mobile */
}
#ab5cea398fa0777 .uk-tab-left::before {
  border: none;
}
#ab5cea398fa0777 .tab-item {
  cursor: pointer;
}
#ab5cea398fa0777 .tab-item:hover {
  background: #fff;
}
#ab5cea398fa0777 .uk-tab {
  margin-left: 0;
}
#ab5cea398fa0777 .uk-tab &gt; .uk-active.tab-item {
  border-right: none;
  background: #fff;
}
@media (max-width: 640px) {
  #ab5cea398fa0777 .tab-item {
    width: 50%;
    margin-bottom: 5px !important;
  }
  #ab5cea398fa0777 .uk-margin-medium {
    margin-top: 15px !important;
  }
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#afbd0a8490a8f8f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa523ad0b6ae793 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: right;font-family: inherit;color: rgba(88, 182, 78, 1);}#ab370a55f6a35b3 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab9da6028a5647 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: right;font-family: inherit;color: rgba(88, 182, 78, 1);}#a0efba2642ace0e &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af0e7af212a7cb1 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: right;font-family: inherit;color: rgba(88, 182, 78, 1);}#a9fe0ac2d8ae672 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ee0af89ea1f26 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: right;font-family: inherit;color: rgba(88, 182, 78, 1);}#ac4f4a494da3e97 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a191aab746ac1fc &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: right;font-family: inherit;color: rgba(88, 182, 78, 1);}#affb6af2c3a1e1a &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7988aaacda0069 &gt; div {
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: right;font-family: inherit;color: rgba(88, 182, 78, 1);}#a870ca4e61a3ae3 {
  overflow: hidden;
  pointer-events: none;
}
#a870ca4e61a3ae3 &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a870ca4e61a3ae3 &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a870ca4e61a3ae3 &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a870ca4e61a3ae3 &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a870ca4e61a3ae3 &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a870ca4e61a3ae3 &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a870ca4e61a3ae3 &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a870ca4e61a3ae3 &gt; .tab-nav,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #efefef;
}
#a870ca4e61a3ae3 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a870ca4e61a3ae3 &gt; .tab-nav-horizontal,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a870ca4e61a3ae3 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a870ca4e61a3ae3 &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a870ca4e61a3ae3 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a870ca4e61a3ae3 &gt; .tab-nav-horizontal.tagScroll,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a870ca4e61a3ae3 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a870ca4e61a3ae3 &gt; .tab-nav-horizontal.tagScroll li a,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a870ca4e61a3ae3 &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a870ca4e61a3ae3 &gt; .tab-nav a,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 0px;
}
#a870ca4e61a3ae3 &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a870ca4e61a3ae3 &gt; .tab-nav li a,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  text-align: left;
  font-family: inherit;
  color: #313131;
  background-color: #efefef;
  margin-top: 10px;
}
#a870ca4e61a3ae3 &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a870ca4e61a3ae3 &gt; .tab-nav li a svg,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a870ca4e61a3ae3 &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a870ca4e61a3ae3 &gt; .tab-nav li a .ap_icon,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a870ca4e61a3ae3 &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a870ca4e61a3ae3 &gt; .tab-nav li a:hover,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a870ca4e61a3ae3 &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a870ca4e61a3ae3 &gt; .tab-nav li.uk-active a,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a870ca4e61a3ae3 &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  background-color: #3dae42;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a870ca4e61a3ae3 .layout-left li,
#a870ca4e61a3ae3 .layout-center li,
#a870ca4e61a3ae3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a870ca4e61a3ae3 .layout-left li a,
#a870ca4e61a3ae3 .layout-center li a,
#a870ca4e61a3ae3 .layout-right li a {
  height: 100%;
}
#a870ca4e61a3ae3 &gt; .tab-tabs .layout-left {
  text-align: left;
}
#a870ca4e61a3ae3 &gt; .tab-tabs .layout-center {
  text-align: center;
}
#a870ca4e61a3ae3 &gt; .tab-tabs .layout-right {
  text-align: right;
}
#a870ca4e61a3ae3 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a870ca4e61a3ae3 .tab-content-wrap {
  background-color: transparent;
}
#a870ca4e61a3ae3 .tab-contents,
#a870ca4e61a3ae3 .tab-contents-wrap {
  pointer-events: none;
}
#a870ca4e61a3ae3 .tab-content,
#a870ca4e61a3ae3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a870ca4e61a3ae3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a870ca4e61a3ae3 .tab-wrap .tab-contents {
  height: 100%;
}
#a870ca4e61a3ae3 .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ada79a1afca5890 {
  overflow: hidden;
  pointer-events: none;
}
#ada79a1afca5890 &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ada79a1afca5890 &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ada79a1afca5890 &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ada79a1afca5890 &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ada79a1afca5890 &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ada79a1afca5890 &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ada79a1afca5890 &gt; .tab-wrap &gt; div &gt; .tab-nav,
#ada79a1afca5890 &gt; .tab-nav,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
}
#ada79a1afca5890 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#ada79a1afca5890 &gt; .tab-nav-horizontal,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ada79a1afca5890 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ada79a1afca5890 &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ada79a1afca5890 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#ada79a1afca5890 &gt; .tab-nav-horizontal.tagScroll,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 36px;
  overflow-x: auto;
}
#ada79a1afca5890 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#ada79a1afca5890 &gt; .tab-nav-horizontal.tagScroll li a,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ada79a1afca5890 &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#ada79a1afca5890 &gt; .tab-nav a,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 50px;
}
#ada79a1afca5890 &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#ada79a1afca5890 &gt; .tab-nav li a,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 36px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
  padding: 0 50px;
}
#ada79a1afca5890 &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#ada79a1afca5890 &gt; .tab-nav li a svg,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ada79a1afca5890 &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#ada79a1afca5890 &gt; .tab-nav li a .ap_icon,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ada79a1afca5890 &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#ada79a1afca5890 &gt; .tab-nav li a:hover,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ada79a1afca5890 &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#ada79a1afca5890 &gt; .tab-nav li.uk-active a,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#ada79a1afca5890 &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  background-color: #f08989;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ada79a1afca5890 .layout-left li,
#ada79a1afca5890 .layout-center li,
#ada79a1afca5890 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ada79a1afca5890 .layout-left li a,
#ada79a1afca5890 .layout-center li a,
#ada79a1afca5890 .layout-right li a {
  height: 100%;
}
#ada79a1afca5890 &gt; .tab-tabs .layout-left {
  text-align: left;
}
#ada79a1afca5890 &gt; .tab-tabs .layout-center {
  text-align: center;
}
#ada79a1afca5890 &gt; .tab-tabs .layout-right {
  text-align: right;
}
#ada79a1afca5890 .tab-contents {
  height: 100%;
  height: calc(100% - 36px);
}
#ada79a1afca5890 .tab-content-wrap {
  background-color: #f9f5f5;
}
#ada79a1afca5890 .tab-contents,
#ada79a1afca5890 .tab-contents-wrap {
  pointer-events: none;
}
#ada79a1afca5890 .tab-content,
#ada79a1afca5890 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ada79a1afca5890 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ada79a1afca5890 .tab-wrap .tab-contents {
  height: 100%;
}
#ada79a1afca5890 .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ab5cea398fa0777 [data-item="title"] {left: -475px;top: 55px; position: relative;}#ab5cea398fa0777 [data-item="abstract"] {left: -500px;top: 33px; position: relative;}#ab5cea398fa0777 [data-item="items[0].title"] {left: -52px;top: 0px; position: relative;}#ab5cea398fa0777 [data-item="items[1].title"] {left: -50px;top: -1px; position: relative;}#ab5cea398fa0777 [data-item="items[2].title"] {left: -46px;top: -2px; position: relative;}#ab5cea398fa0777 [data-item="items[3].title"] {left: -50px;top: 0px; position: relative;}#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a0af7adb9fa63f0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af315adf0ea2eb9 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #30ad36;
  color: #30ad36;
  display: inline-block;
  cursor: pointer;
}
#af315adf0ea2eb9 .filter-nav li.uk-active {
  color: #fff;
  background-color: #30ad36;
}
#af315adf0ea2eb9 .text-style figure {
  background: transparent;
}
#af315adf0ea2eb9 .text-style:hover figure {
  background: #30ad36;
}
#af315adf0ea2eb9 .gallery-item img {
  opacity: 1 !important;
}
#af315adf0ea2eb9 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae255a4227a2194  &gt; .ele-wrap:hover {border-color: rgba(116, 116, 116, 1);}#ae255a4227a2194 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 175, 66, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638956320007.png);background-repeat: no-repeat;background-size: auto;background-position: center center;}#ae255a4227a2194 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 30px;}#ae255a4227a2194 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(250, 248, 245, 0);background-image: url(/resources/upload/af1cead508a7bc4/1640835339676.png);background-position: center center;background-size: auto;background-repeat: no-repeat;}#a8b36a58c3afef3  &gt; .ele-wrap:hover {border-color: rgba(116, 116, 116, 1);}#a8b36a58c3afef3 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 175, 66, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638956320007.png);background-repeat: no-repeat;background-size: auto;background-position: center center;}#a8b36a58c3afef3 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 30px;}#a8b36a58c3afef3 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(250, 248, 245, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638956907932.png);background-position: center center;background-repeat: no-repeat;background-size: auto;}#ab6bea650eab67d  &gt; .ele-wrap:hover {border-color: rgba(116, 116, 116, 1);}#ab6bea650eab67d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 175, 66, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638956320007.png);background-repeat: no-repeat;background-size: auto;background-position: center center;}#ab6bea650eab67d &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 30px;}#ab6bea650eab67d .hover-content-wrap:nth-child(1)
                            {background-color: rgba(250, 248, 245, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638957142340.png);background-position: center center;background-repeat: no-repeat;background-size: auto;}#af315adf0ea2eb9 .uk-grid {margin-left: -10px;}@media (min-width: 1200px) {
                    #af315adf0ea2eb9 .uk-grid { margin-left: -10px;}
                }@media (max-width: 640) {
                    #af315adf0ea2eb9 .uk-grid { margin-left: -10px;}
                }#af315adf0ea2eb9 .uk-grid&gt;* {padding-left: 10px;}@media (min-width: 1200px) {
                    #af315adf0ea2eb9 .uk-grid&gt;* { padding-left: 10px;}
                }@media (max-width: 640) {#af315adf0ea2eb9 .uk-grid&gt;* {
                    padding-left: 10px;}
                }#af315adf0ea2eb9 [data-item*=".title"], #af315adf0ea2eb9 [data-item*=".title"] a {font-size: 22px;color: rgba(49, 49, 49, 1);}#af432a002da887b  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#af432a002da887b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#af432a002da887b &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#af432a002da887b .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a9188ad4dcaf17c  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a9188ad4dcaf17c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a9188ad4dcaf17c &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a9188ad4dcaf17c .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a4c90a1a5ea79af  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a4c90a1a5ea79af .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a4c90a1a5ea79af &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a4c90a1a5ea79af .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a0fa5a27cda5b39  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a0fa5a27cda5b39 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a0fa5a27cda5b39 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a0fa5a27cda5b39 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#aa032aa372a5912  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#aa032aa372a5912 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#aa032aa372a5912 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#aa032aa372a5912 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a7ca9aaa9fadac8  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a7ca9aaa9fadac8 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a7ca9aaa9fadac8 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a7ca9aaa9fadac8 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a3e58ad9b5a9795  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a3e58ad9b5a9795 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a3e58ad9b5a9795 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a3e58ad9b5a9795 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a7b7da90aea8f28  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a7b7da90aea8f28 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a7b7da90aea8f28 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a7b7da90aea8f28 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a578dac4d3ae41b &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(208, 208, 208, 1);border-right-color: rgba(208, 208, 208, 1);border-left-color: rgba(208, 208, 208, 1);border-bottom-color: rgba(208, 208, 208, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-radius: 0px;}#a578dac4d3ae41b .hover-content-wrap:nth-child(1)
                            {background-color: rgba(239, 239, 239, 1);}#a578dac4d3ae41b  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(255, 255, 255, 0);}#a578dac4d3ae41b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 174, 66, 1);}#ac939ae43da424e &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(208, 208, 208, 1);border-right-color: rgba(208, 208, 208, 1);border-left-color: rgba(208, 208, 208, 1);border-bottom-color: rgba(208, 208, 208, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac939ae43da424e .hover-content-wrap:nth-child(1)
                            {background-color: rgba(239, 239, 239, 1);}#ac939ae43da424e  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(255, 255, 255, 0);}#ac939ae43da424e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 174, 66, 1);}#a2eb8a2d01a5203 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(208, 208, 208, 1);border-right-color: rgba(208, 208, 208, 1);border-left-color: rgba(208, 208, 208, 1);border-bottom-color: rgba(208, 208, 208, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2eb8a2d01a5203 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(239, 239, 239, 1);}#a2eb8a2d01a5203  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(255, 255, 255, 0);}#a2eb8a2d01a5203 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 174, 66, 1);}#a0829a5518a5c3e &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(208, 208, 208, 1);border-right-color: rgba(208, 208, 208, 1);border-left-color: rgba(208, 208, 208, 1);border-bottom-color: rgba(208, 208, 208, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0829a5518a5c3e .hover-content-wrap:nth-child(1)
                            {background-color: rgba(239, 239, 239, 1);}#a0829a5518a5c3e  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(255, 255, 255, 0);}#a0829a5518a5c3e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 174, 66, 1);}#a5c8ba7faeab539 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(208, 208, 208, 1);border-right-color: rgba(208, 208, 208, 1);border-left-color: rgba(208, 208, 208, 1);border-bottom-color: rgba(208, 208, 208, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5c8ba7faeab539 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(239, 239, 239, 1);}#a5c8ba7faeab539  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(255, 255, 255, 0);}#a5c8ba7faeab539 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 174, 66, 1);}#a9fbfaf56aa8988 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);background-repeat: no-repeat;background-size: auto;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #313131;}#a9fbfaf56aa8988 * {color: #313131 }
                            #a9fbfaf56aa8988 .line{border-color: #313131 }#a79fca41fcaea23 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 0px;border-top-color: rgba(61, 174, 66, 1);border-right-color: rgba(61, 174, 66, 1);border-left-color: rgba(61, 174, 66, 1);border-bottom-color: rgba(61, 174, 66, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;}#a79fca41fcaea23  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(61, 174, 66, 1);}#abe99a0c10a4de1 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(201, 201, 201, 0);border-right-color: rgba(201, 201, 201, 0);border-left-color: rgba(201, 201, 201, 0);border-bottom-color: rgba(201, 201, 201, 0);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;}#abe99a0c10a4de1  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(61, 174, 66, 1);}#adeb7aca91a24fd &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(201, 201, 201, 0);border-right-color: rgba(201, 201, 201, 0);border-left-color: rgba(201, 201, 201, 0);border-bottom-color: rgba(201, 201, 201, 0);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;}#adeb7aca91a24fd  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(61, 174, 66, 1);}#a5edca136aa2981 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(201, 201, 201, 0);border-right-color: rgba(201, 201, 201, 0);border-left-color: rgba(201, 201, 201, 0);border-bottom-color: rgba(201, 201, 201, 0);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;}#a5edca136aa2981  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(61, 174, 66, 1);}#a5ec4a5c23af0b2 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 0px;border-top-color: rgba(61, 174, 66, 1);border-right-color: rgba(61, 174, 66, 1);border-left-color: rgba(61, 174, 66, 1);border-bottom-color: rgba(61, 174, 66, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;}#a5ec4a5c23af0b2  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(61, 174, 66, 1);}#a9a4eaa1f2a2592 {
  overflow: hidden;
  pointer-events: none;
}
#a9a4eaa1f2a2592 &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9a4eaa1f2a2592 &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9a4eaa1f2a2592 &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9a4eaa1f2a2592 &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9a4eaa1f2a2592 &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9a4eaa1f2a2592 &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9a4eaa1f2a2592 &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a9a4eaa1f2a2592 &gt; .tab-nav,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #efefef;
}
#a9a4eaa1f2a2592 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a9a4eaa1f2a2592 &gt; .tab-nav-horizontal,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9a4eaa1f2a2592 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a9a4eaa1f2a2592 &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9a4eaa1f2a2592 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a9a4eaa1f2a2592 &gt; .tab-nav-horizontal.tagScroll,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a9a4eaa1f2a2592 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a9a4eaa1f2a2592 &gt; .tab-nav-horizontal.tagScroll li a,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9a4eaa1f2a2592 &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a9a4eaa1f2a2592 &gt; .tab-nav a,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 0px;
}
#a9a4eaa1f2a2592 &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a9a4eaa1f2a2592 &gt; .tab-nav li a,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  text-align: left;
  font-family: inherit;
  color: #313131;
  background-color: #efefef;
  margin-top: 10px;
}
#a9a4eaa1f2a2592 &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a9a4eaa1f2a2592 &gt; .tab-nav li a svg,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9a4eaa1f2a2592 &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a9a4eaa1f2a2592 &gt; .tab-nav li a .ap_icon,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9a4eaa1f2a2592 &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a9a4eaa1f2a2592 &gt; .tab-nav li a:hover,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9a4eaa1f2a2592 &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a9a4eaa1f2a2592 &gt; .tab-nav li.uk-active a,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a9a4eaa1f2a2592 &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  background-color: #3dae42;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9a4eaa1f2a2592 .layout-left li,
#a9a4eaa1f2a2592 .layout-center li,
#a9a4eaa1f2a2592 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9a4eaa1f2a2592 .layout-left li a,
#a9a4eaa1f2a2592 .layout-center li a,
#a9a4eaa1f2a2592 .layout-right li a {
  height: 100%;
}
#a9a4eaa1f2a2592 &gt; .tab-tabs .layout-left {
  text-align: left;
}
#a9a4eaa1f2a2592 &gt; .tab-tabs .layout-center {
  text-align: center;
}
#a9a4eaa1f2a2592 &gt; .tab-tabs .layout-right {
  text-align: right;
}
#a9a4eaa1f2a2592 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a9a4eaa1f2a2592 .tab-content-wrap {
  background-color: transparent;
}
#a9a4eaa1f2a2592 .tab-contents,
#a9a4eaa1f2a2592 .tab-contents-wrap {
  pointer-events: none;
}
#a9a4eaa1f2a2592 .tab-content,
#a9a4eaa1f2a2592 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9a4eaa1f2a2592 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9a4eaa1f2a2592 .tab-wrap .tab-contents {
  height: 100%;
}
#a9a4eaa1f2a2592 .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#a81a0add38acc6b {
  overflow: hidden;
  pointer-events: none;
}
#a81a0add38acc6b &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 93px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a81a0add38acc6b &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a81a0add38acc6b &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a81a0add38acc6b &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 93px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a81a0add38acc6b &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a81a0add38acc6b &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a81a0add38acc6b &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a81a0add38acc6b &gt; .tab-nav,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
}
#a81a0add38acc6b &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a81a0add38acc6b &gt; .tab-nav-horizontal,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a81a0add38acc6b &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a81a0add38acc6b &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a81a0add38acc6b &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a81a0add38acc6b &gt; .tab-nav-horizontal.tagScroll,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 93px;
  overflow-x: auto;
}
#a81a0add38acc6b &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a81a0add38acc6b &gt; .tab-nav-horizontal.tagScroll li a,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a81a0add38acc6b &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a81a0add38acc6b &gt; .tab-nav a,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 50px;
}
#a81a0add38acc6b &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a81a0add38acc6b &gt; .tab-nav li a,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 92px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 93px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #373737;
  background-color: #efefef;
  margin-top: 10px;
  padding: 0 50px;
}
#a81a0add38acc6b &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a81a0add38acc6b &gt; .tab-nav li a svg,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a81a0add38acc6b &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a81a0add38acc6b &gt; .tab-nav li a .ap_icon,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a81a0add38acc6b &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a81a0add38acc6b &gt; .tab-nav li a:hover,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a81a0add38acc6b &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a81a0add38acc6b &gt; .tab-nav li.uk-active a,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a81a0add38acc6b &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  background-color: #3fae44;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a81a0add38acc6b .layout-left li,
#a81a0add38acc6b .layout-center li,
#a81a0add38acc6b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a81a0add38acc6b .layout-left li a,
#a81a0add38acc6b .layout-center li a,
#a81a0add38acc6b .layout-right li a {
  height: 100%;
}
#a81a0add38acc6b &gt; .tab-tabs .layout-left {
  text-align: left;
}
#a81a0add38acc6b &gt; .tab-tabs .layout-center {
  text-align: center;
}
#a81a0add38acc6b &gt; .tab-tabs .layout-right {
  text-align: right;
}
#a81a0add38acc6b .tab-contents {
  height: 100%;
  height: calc(100% - 93px);
}
#a81a0add38acc6b .tab-content-wrap {
  background-color: rgba(249, 245, 245, 0);
}
#a81a0add38acc6b .tab-contents,
#a81a0add38acc6b .tab-contents-wrap {
  pointer-events: none;
}
#a81a0add38acc6b .tab-content,
#a81a0add38acc6b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a81a0add38acc6b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a81a0add38acc6b .tab-wrap .tab-contents {
  height: 100%;
}
#a81a0add38acc6b .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a61f0a158ca29fa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a06eeabbe9a50c7 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #30ad36;
  color: #30ad36;
  display: inline-block;
  cursor: pointer;
}
#a06eeabbe9a50c7 .filter-nav li.uk-active {
  color: #fff;
  background-color: #30ad36;
}
#a06eeabbe9a50c7 .text-style figure {
  background: transparent;
}
#a06eeabbe9a50c7 .text-style:hover figure {
  background: #30ad36;
}
#a06eeabbe9a50c7 .gallery-item img {
  opacity: 1 !important;
}
#a06eeabbe9a50c7 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7a4cad3c3a9c8c  &gt; .ele-wrap:hover {border-color: rgba(116, 116, 116, 1);}#a7a4cad3c3a9c8c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 175, 66, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638956320007.png);background-repeat: no-repeat;background-size: auto;background-position: center center;}#a7a4cad3c3a9c8c &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 30px;}#a7a4cad3c3a9c8c .hover-content-wrap:nth-child(1)
                            {background-color: rgba(250, 248, 245, 0);background-image: url(/resources/upload/af1cead508a7bc4/1640835339676.png);background-position: center center;background-size: auto;background-repeat: no-repeat;}#a8469af08ea80e3  &gt; .ele-wrap:hover {border-color: rgba(116, 116, 116, 1);}#a8469af08ea80e3 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 175, 66, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638956320007.png);background-repeat: no-repeat;background-size: auto;background-position: center center;}#a8469af08ea80e3 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 30px;}#a8469af08ea80e3 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(250, 248, 245, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638956907932.png);background-position: center center;background-repeat: no-repeat;background-size: auto;}#ac5c8a2cd2a3fd0  &gt; .ele-wrap:hover {border-color: rgba(116, 116, 116, 1);}#ac5c8a2cd2a3fd0 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 175, 66, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638956320007.png);background-repeat: no-repeat;background-size: auto;background-position: center center;}#ac5c8a2cd2a3fd0 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 30px;}#ac5c8a2cd2a3fd0 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(250, 248, 245, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638957142340.png);background-position: center center;background-repeat: no-repeat;background-size: auto;}#a06eeabbe9a50c7 .uk-grid {margin-left: -10px;}@media (min-width: 1200px) {
                    #a06eeabbe9a50c7 .uk-grid { margin-left: -10px;}
                }@media (max-width: 640) {
                    #a06eeabbe9a50c7 .uk-grid { margin-left: -10px;}
                }#a06eeabbe9a50c7 .uk-grid&gt;* {padding-left: 10px;}@media (min-width: 1200px) {
                    #a06eeabbe9a50c7 .uk-grid&gt;* { padding-left: 10px;}
                }@media (max-width: 640) {#a06eeabbe9a50c7 .uk-grid&gt;* {
                    padding-left: 10px;}
                }#a06eeabbe9a50c7 [data-item*=".title"], #a06eeabbe9a50c7 [data-item*=".title"] a {font-size: 22px;color: rgba(49, 49, 49, 1);}#a06eeabbe9a50c7 [data-item="items"] {left: 406px;top: 25px; position: relative;}#a9032a5ac7aea66  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a9032a5ac7aea66 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a9032a5ac7aea66 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a9032a5ac7aea66 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a40b9a12d8a3432  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a40b9a12d8a3432 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a40b9a12d8a3432 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a40b9a12d8a3432 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a1440a087eaa71a  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a1440a087eaa71a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a1440a087eaa71a &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a1440a087eaa71a .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a5ccea023ea8bf5  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a5ccea023ea8bf5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a5ccea023ea8bf5 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a5ccea023ea8bf5 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a2e90ac30aa7139  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a2e90ac30aa7139 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a2e90ac30aa7139 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a2e90ac30aa7139 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a8818a78eaa6510  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a8818a78eaa6510 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a8818a78eaa6510 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a8818a78eaa6510 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#aee73a2035ab752  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#aee73a2035ab752 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#aee73a2035ab752 &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#aee73a2035ab752 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#a808ea5e02a2bda  &gt; .ele-wrap:hover {background-color: rgba(34, 25, 77, 0);border-color: rgba(116, 116, 116, 1);}#a808ea5e02a2bda .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 0);}#a808ea5e02a2bda &gt; .ele-wrap {box-shadow: 0px 0px 0px 0px rgba(250, 248, 245, 1);border-radius: 20px;}#a808ea5e02a2bda .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 0);}#adc34aac30a7b29 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(208, 208, 208, 1);border-right-color: rgba(208, 208, 208, 1);border-left-color: rgba(208, 208, 208, 1);border-bottom-color: rgba(208, 208, 208, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-radius: 0px;}#adc34aac30a7b29 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(239, 239, 239, 1);}#adc34aac30a7b29  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(255, 255, 255, 0);}#adc34aac30a7b29 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 174, 66, 1);}#a3ca1a2337a8d0c &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(208, 208, 208, 1);border-right-color: rgba(208, 208, 208, 1);border-left-color: rgba(208, 208, 208, 1);border-bottom-color: rgba(208, 208, 208, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3ca1a2337a8d0c .hover-content-wrap:nth-child(1)
                            {background-color: rgba(239, 239, 239, 1);}#a3ca1a2337a8d0c  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(255, 255, 255, 0);}#a3ca1a2337a8d0c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 174, 66, 1);}#a47c3a3e62a07ee &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(208, 208, 208, 1);border-right-color: rgba(208, 208, 208, 1);border-left-color: rgba(208, 208, 208, 1);border-bottom-color: rgba(208, 208, 208, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a47c3a3e62a07ee .hover-content-wrap:nth-child(1)
                            {background-color: rgba(239, 239, 239, 1);}#a47c3a3e62a07ee  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(255, 255, 255, 0);}#a47c3a3e62a07ee .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 174, 66, 1);}#abb97a8687afac5 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(208, 208, 208, 1);border-right-color: rgba(208, 208, 208, 1);border-left-color: rgba(208, 208, 208, 1);border-bottom-color: rgba(208, 208, 208, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abb97a8687afac5 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(239, 239, 239, 1);}#abb97a8687afac5  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(255, 255, 255, 0);}#abb97a8687afac5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 174, 66, 1);}#ac17fa2880a44e0 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(208, 208, 208, 1);border-right-color: rgba(208, 208, 208, 1);border-left-color: rgba(208, 208, 208, 1);border-bottom-color: rgba(208, 208, 208, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac17fa2880a44e0 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(239, 239, 239, 1);}#ac17fa2880a44e0  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(255, 255, 255, 0);}#ac17fa2880a44e0 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 174, 66, 1);}#a7dc6ab92da76bd &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);background-repeat: no-repeat;background-size: auto;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #313131;}#a7dc6ab92da76bd * {color: #313131 }
                            #a7dc6ab92da76bd .line{border-color: #313131 }#a781ba4880a5e83 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 0px;border-top-color: rgba(61, 174, 66, 1);border-right-color: rgba(61, 174, 66, 1);border-left-color: rgba(61, 174, 66, 1);border-bottom-color: rgba(61, 174, 66, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;}#a781ba4880a5e83  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(61, 174, 66, 1);}#aa9e5aa289a9820 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(201, 201, 201, 0);border-right-color: rgba(201, 201, 201, 0);border-left-color: rgba(201, 201, 201, 0);border-bottom-color: rgba(201, 201, 201, 0);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;}#aa9e5aa289a9820  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(61, 174, 66, 1);}#a6b91af61ca557f &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(201, 201, 201, 0);border-right-color: rgba(201, 201, 201, 0);border-left-color: rgba(201, 201, 201, 0);border-bottom-color: rgba(201, 201, 201, 0);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;}#a6b91af61ca557f  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(61, 174, 66, 1);}#a9039af510a0d63 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 1px;border-top-color: rgba(201, 201, 201, 0);border-right-color: rgba(201, 201, 201, 0);border-left-color: rgba(201, 201, 201, 0);border-bottom-color: rgba(201, 201, 201, 0);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;}#a9039af510a0d63  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(61, 174, 66, 1);}#af506a0424a5276 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-top-width: 0px;border-top-color: rgba(61, 174, 66, 1);border-right-color: rgba(61, 174, 66, 1);border-left-color: rgba(61, 174, 66, 1);border-bottom-color: rgba(61, 174, 66, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;}#af506a0424a5276  &gt; .ele-wrap:hover {background-color: rgba(56, 56, 56, 0);border-color: rgba(61, 174, 66, 1);}#a5c60a968ead0a3 {
  overflow: hidden;
  pointer-events: none;
}
#a5c60a968ead0a3 &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5c60a968ead0a3 &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5c60a968ead0a3 &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5c60a968ead0a3 &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5c60a968ead0a3 &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5c60a968ead0a3 &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5c60a968ead0a3 &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a5c60a968ead0a3 &gt; .tab-nav,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #efefef;
}
#a5c60a968ead0a3 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a5c60a968ead0a3 &gt; .tab-nav-horizontal,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5c60a968ead0a3 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a5c60a968ead0a3 &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5c60a968ead0a3 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a5c60a968ead0a3 &gt; .tab-nav-horizontal.tagScroll,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a5c60a968ead0a3 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a5c60a968ead0a3 &gt; .tab-nav-horizontal.tagScroll li a,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5c60a968ead0a3 &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a5c60a968ead0a3 &gt; .tab-nav a,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 0px;
}
#a5c60a968ead0a3 &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a5c60a968ead0a3 &gt; .tab-nav li a,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  text-align: left;
  font-family: inherit;
  color: #313131;
  background-color: #efefef;
  margin-top: 10px;
}
#a5c60a968ead0a3 &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a5c60a968ead0a3 &gt; .tab-nav li a svg,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5c60a968ead0a3 &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a5c60a968ead0a3 &gt; .tab-nav li a .ap_icon,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5c60a968ead0a3 &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a5c60a968ead0a3 &gt; .tab-nav li a:hover,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5c60a968ead0a3 &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a5c60a968ead0a3 &gt; .tab-nav li.uk-active a,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a5c60a968ead0a3 &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  background-color: #3dae42;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5c60a968ead0a3 .layout-left li,
#a5c60a968ead0a3 .layout-center li,
#a5c60a968ead0a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5c60a968ead0a3 .layout-left li a,
#a5c60a968ead0a3 .layout-center li a,
#a5c60a968ead0a3 .layout-right li a {
  height: 100%;
}
#a5c60a968ead0a3 &gt; .tab-tabs .layout-left {
  text-align: left;
}
#a5c60a968ead0a3 &gt; .tab-tabs .layout-center {
  text-align: center;
}
#a5c60a968ead0a3 &gt; .tab-tabs .layout-right {
  text-align: right;
}
#a5c60a968ead0a3 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a5c60a968ead0a3 .tab-content-wrap {
  background-color: transparent;
}
#a5c60a968ead0a3 .tab-contents,
#a5c60a968ead0a3 .tab-contents-wrap {
  pointer-events: none;
}
#a5c60a968ead0a3 .tab-content,
#a5c60a968ead0a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5c60a968ead0a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5c60a968ead0a3 .tab-wrap .tab-contents {
  height: 100%;
}
#a5c60a968ead0a3 .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#a4dcda7965a52f8 {
  overflow: hidden;
  pointer-events: none;
}
#a4dcda7965a52f8 &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4dcda7965a52f8 &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4dcda7965a52f8 &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4dcda7965a52f8 &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4dcda7965a52f8 &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4dcda7965a52f8 &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4dcda7965a52f8 &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a4dcda7965a52f8 &gt; .tab-nav,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
}
#a4dcda7965a52f8 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a4dcda7965a52f8 &gt; .tab-nav-horizontal,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4dcda7965a52f8 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a4dcda7965a52f8 &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4dcda7965a52f8 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a4dcda7965a52f8 &gt; .tab-nav-horizontal.tagScroll,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a4dcda7965a52f8 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a4dcda7965a52f8 &gt; .tab-nav-horizontal.tagScroll li a,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4dcda7965a52f8 &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a4dcda7965a52f8 &gt; .tab-nav a,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 50px;
}
#a4dcda7965a52f8 &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a4dcda7965a52f8 &gt; .tab-nav li a,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #373737;
  background-color: #efefef;
  margin-top: 10px;
  padding: 0 50px;
}
#a4dcda7965a52f8 &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a4dcda7965a52f8 &gt; .tab-nav li a svg,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4dcda7965a52f8 &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a4dcda7965a52f8 &gt; .tab-nav li a .ap_icon,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4dcda7965a52f8 &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a4dcda7965a52f8 &gt; .tab-nav li a:hover,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a4dcda7965a52f8 &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a4dcda7965a52f8 &gt; .tab-nav li.uk-active a,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a4dcda7965a52f8 &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  background-color: #3fae44;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a4dcda7965a52f8 .layout-left li,
#a4dcda7965a52f8 .layout-center li,
#a4dcda7965a52f8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4dcda7965a52f8 .layout-left li a,
#a4dcda7965a52f8 .layout-center li a,
#a4dcda7965a52f8 .layout-right li a {
  height: 100%;
}
#a4dcda7965a52f8 &gt; .tab-tabs .layout-left {
  text-align: left;
}
#a4dcda7965a52f8 &gt; .tab-tabs .layout-center {
  text-align: center;
}
#a4dcda7965a52f8 &gt; .tab-tabs .layout-right {
  text-align: right;
}
#a4dcda7965a52f8 .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a4dcda7965a52f8 .tab-content-wrap {
  background-color: rgba(249, 245, 245, 0);
}
#a4dcda7965a52f8 .tab-contents,
#a4dcda7965a52f8 .tab-contents-wrap {
  pointer-events: none;
}
#a4dcda7965a52f8 .tab-content,
#a4dcda7965a52f8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4dcda7965a52f8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4dcda7965a52f8 .tab-wrap .tab-contents {
  height: 100%;
}
#a4dcda7965a52f8 .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#aa143a60b8ad250 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#aa143a60b8ad250 .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a2e5ca7fc4acef5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2e5ca7fc4acef5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2e5ca7fc4acef5 .ap-icon {
  margin-right: 6px;
}
#a2e5ca7fc4acef5 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a2e5ca7fc4acef5 .menu-list &gt; li.icon-bottom &gt; a,
#a2e5ca7fc4acef5 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a2e5ca7fc4acef5 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a2e5ca7fc4acef5 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a2e5ca7fc4acef5 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a2e5ca7fc4acef5 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a2e5ca7fc4acef5 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a2e5ca7fc4acef5 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a2e5ca7fc4acef5 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a2e5ca7fc4acef5 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a2e5ca7fc4acef5 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2e5ca7fc4acef5 .menu-list &gt; li:hover &gt; a,
#a2e5ca7fc4acef5 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2e5ca7fc4acef5 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a2e5ca7fc4acef5 .menu-list ul,
#a2e5ca7fc4acef5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2e5ca7fc4acef5 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a2e5ca7fc4acef5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2e5ca7fc4acef5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2e5ca7fc4acef5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7550a0acda69c6 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#ab9ddafcc9a69bf &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa618adf13a7c00 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #ffffff;
}
#aa618adf13a7c00 .site-language-menu a:hover {
  color: #ffffff;
}
#aa618adf13a7c00 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#aa618adf13a7c00 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#aa618adf13a7c00 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#aa618adf13a7c00 .uk-dropdown li a:hover {
  color: #222;
}
#aa618adf13a7c00 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad068acc97a9f05 &gt; .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;}#a4157ae7dda6ebc {
  pointer-events: none;
}
#a4157ae7dda6ebc .menu-list {
  width: 100%;
  background: #ffffff;
}
#a4157ae7dda6ebc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a4157ae7dda6ebc .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a4157ae7dda6ebc .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a4157ae7dda6ebc .menu-list .menu-header svg,
#a4157ae7dda6ebc .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a4157ae7dda6ebc .menu-list &gt; ul {
  position: relative;
}
#a4157ae7dda6ebc .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a4157ae7dda6ebc .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a4157ae7dda6ebc .menu-list &gt; ul &gt; li.active &gt; a,
#a4157ae7dda6ebc .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a4157ae7dda6ebc .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a4157ae7dda6ebc .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a4157ae7dda6ebc .menu-list &gt; ul &gt; li a img,
#a4157ae7dda6ebc .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a4157ae7dda6ebc .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a4157ae7dda6ebc .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a4157ae7dda6ebc .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a4157ae7dda6ebc .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a4157ae7dda6ebc .menu-list ul ul.submenu &gt; 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;
}
#a4157ae7dda6ebc .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a4157ae7dda6ebc .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a4157ae7dda6ebc .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a4157ae7dda6ebc .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#abd13a5cf9a003b {
  pointer-events: none;
}
#abd13a5cf9a003b .menu-list {
  width: 100%;
  background: #ffffff;
}
#abd13a5cf9a003b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#abd13a5cf9a003b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#abd13a5cf9a003b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#abd13a5cf9a003b .menu-list .menu-header svg,
#abd13a5cf9a003b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#abd13a5cf9a003b .menu-list &gt; ul {
  position: relative;
}
#abd13a5cf9a003b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#abd13a5cf9a003b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#abd13a5cf9a003b .menu-list &gt; ul &gt; li.active &gt; a,
#abd13a5cf9a003b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#abd13a5cf9a003b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#abd13a5cf9a003b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#abd13a5cf9a003b .menu-list &gt; ul &gt; li a img,
#abd13a5cf9a003b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#abd13a5cf9a003b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#abd13a5cf9a003b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#abd13a5cf9a003b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#abd13a5cf9a003b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#abd13a5cf9a003b .menu-list ul ul.submenu &gt; 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;
}
#abd13a5cf9a003b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#abd13a5cf9a003b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#abd13a5cf9a003b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#abd13a5cf9a003b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#aded8aa2e5a93ef {
  pointer-events: none;
}
#aded8aa2e5a93ef .menu-list {
  width: 100%;
  background: #ffffff;
}
#aded8aa2e5a93ef ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aded8aa2e5a93ef .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#aded8aa2e5a93ef .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#aded8aa2e5a93ef .menu-list .menu-header svg,
#aded8aa2e5a93ef .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#aded8aa2e5a93ef .menu-list &gt; ul {
  position: relative;
}
#aded8aa2e5a93ef .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#aded8aa2e5a93ef .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#aded8aa2e5a93ef .menu-list &gt; ul &gt; li.active &gt; a,
#aded8aa2e5a93ef .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#aded8aa2e5a93ef .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#aded8aa2e5a93ef .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#aded8aa2e5a93ef .menu-list &gt; ul &gt; li a img,
#aded8aa2e5a93ef .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#aded8aa2e5a93ef .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#aded8aa2e5a93ef .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#aded8aa2e5a93ef .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#aded8aa2e5a93ef .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#aded8aa2e5a93ef .menu-list ul ul.submenu &gt; 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;
}
#aded8aa2e5a93ef .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#aded8aa2e5a93ef .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#aded8aa2e5a93ef .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#aded8aa2e5a93ef .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ad85bae1f0a709f {
  pointer-events: none;
}
#ad85bae1f0a709f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ad85bae1f0a709f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ad85bae1f0a709f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ad85bae1f0a709f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ad85bae1f0a709f .menu-list .menu-header svg,
#ad85bae1f0a709f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ad85bae1f0a709f .menu-list &gt; ul {
  position: relative;
}
#ad85bae1f0a709f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ad85bae1f0a709f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ad85bae1f0a709f .menu-list &gt; ul &gt; li.active &gt; a,
#ad85bae1f0a709f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ad85bae1f0a709f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ad85bae1f0a709f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ad85bae1f0a709f .menu-list &gt; ul &gt; li a img,
#ad85bae1f0a709f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ad85bae1f0a709f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ad85bae1f0a709f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ad85bae1f0a709f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ad85bae1f0a709f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ad85bae1f0a709f .menu-list ul ul.submenu &gt; 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;
}
#ad85bae1f0a709f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ad85bae1f0a709f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ad85bae1f0a709f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ad85bae1f0a709f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#acb80a7814a0506 {
  pointer-events: none;
}
#acb80a7814a0506 .menu-list {
  width: 100%;
  background: #ffffff;
}
#acb80a7814a0506 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#acb80a7814a0506 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#acb80a7814a0506 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#acb80a7814a0506 .menu-list .menu-header svg,
#acb80a7814a0506 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#acb80a7814a0506 .menu-list &gt; ul {
  position: relative;
}
#acb80a7814a0506 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#acb80a7814a0506 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#acb80a7814a0506 .menu-list &gt; ul &gt; li.active &gt; a,
#acb80a7814a0506 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#acb80a7814a0506 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#acb80a7814a0506 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#acb80a7814a0506 .menu-list &gt; ul &gt; li a img,
#acb80a7814a0506 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#acb80a7814a0506 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#acb80a7814a0506 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#acb80a7814a0506 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#acb80a7814a0506 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#acb80a7814a0506 .menu-list ul ul.submenu &gt; 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;
}
#acb80a7814a0506 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#acb80a7814a0506 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#acb80a7814a0506 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#acb80a7814a0506 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a15c1a4300a26d6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a15c1a4300a26d6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a15c1a4300a26d6 .ap-icon {
  margin-right: 6px;
}
#a15c1a4300a26d6 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a15c1a4300a26d6 .menu-list &gt; li.icon-bottom &gt; a,
#a15c1a4300a26d6 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a15c1a4300a26d6 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a15c1a4300a26d6 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a15c1a4300a26d6 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a15c1a4300a26d6 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a15c1a4300a26d6 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a15c1a4300a26d6 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a15c1a4300a26d6 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a15c1a4300a26d6 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a15c1a4300a26d6 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a15c1a4300a26d6 .menu-list &gt; li:hover &gt; a,
#a15c1a4300a26d6 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a15c1a4300a26d6 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a15c1a4300a26d6 .menu-list ul,
#a15c1a4300a26d6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a15c1a4300a26d6 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#a15c1a4300a26d6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a15c1a4300a26d6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a15c1a4300a26d6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#add38ae2d9ac309 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7015a7d77a18aa .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #000000;
}
#a7015a7d77a18aa .site-language-menu a:hover {
  color: #000000;
}
#a7015a7d77a18aa .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7015a7d77a18aa .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7015a7d77a18aa .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a7015a7d77a18aa .uk-dropdown li a:hover {
  color: #222;
}
#a7015a7d77a18aa .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2672a3700a02e0 {
  pointer-events: none;
}
#a2672a3700a02e0 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2672a3700a02e0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2672a3700a02e0 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2672a3700a02e0 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2672a3700a02e0 .menu-list .menu-header svg,
#a2672a3700a02e0 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2672a3700a02e0 .menu-list &gt; ul {
  position: relative;
}
#a2672a3700a02e0 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2672a3700a02e0 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2672a3700a02e0 .menu-list &gt; ul &gt; li.active &gt; a,
#a2672a3700a02e0 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2672a3700a02e0 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2672a3700a02e0 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2672a3700a02e0 .menu-list &gt; ul &gt; li a img,
#a2672a3700a02e0 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2672a3700a02e0 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2672a3700a02e0 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2672a3700a02e0 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2672a3700a02e0 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2672a3700a02e0 .menu-list ul ul.submenu &gt; 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;
}
#a2672a3700a02e0 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2672a3700a02e0 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2672a3700a02e0 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2672a3700a02e0 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a0bb3af776aa70b &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a673ea03fca333c {
  overflow: hidden;
  pointer-events: none;
}
#a673ea03fca333c &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a673ea03fca333c &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a673ea03fca333c &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a673ea03fca333c &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a673ea03fca333c &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a673ea03fca333c &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a673ea03fca333c &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a673ea03fca333c &gt; .tab-nav,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
}
#a673ea03fca333c &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a673ea03fca333c &gt; .tab-nav-horizontal,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a673ea03fca333c &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a673ea03fca333c &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a673ea03fca333c &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a673ea03fca333c &gt; .tab-nav-horizontal.tagScroll,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a673ea03fca333c &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a673ea03fca333c &gt; .tab-nav-horizontal.tagScroll li a,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a673ea03fca333c &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a673ea03fca333c &gt; .tab-nav a,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 0px;
}
#a673ea03fca333c &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a673ea03fca333c &gt; .tab-nav li a,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  text-align: left;
  font-family: inherit;
  color: #323232;
  background-color: #f6f3ec;
  margin-top: 10px;
}
#a673ea03fca333c &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a673ea03fca333c &gt; .tab-nav li a svg,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a673ea03fca333c &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a673ea03fca333c &gt; .tab-nav li a .ap_icon,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a673ea03fca333c &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a673ea03fca333c &gt; .tab-nav li a:hover,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a673ea03fca333c &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a673ea03fca333c &gt; .tab-nav li.uk-active a,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a673ea03fca333c &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  background-color: #313131;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #dab969;
}
#a673ea03fca333c .layout-left li,
#a673ea03fca333c .layout-center li,
#a673ea03fca333c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a673ea03fca333c .layout-left li a,
#a673ea03fca333c .layout-center li a,
#a673ea03fca333c .layout-right li a {
  height: 100%;
}
#a673ea03fca333c &gt; .tab-tabs .layout-left {
  text-align: left;
}
#a673ea03fca333c &gt; .tab-tabs .layout-center {
  text-align: center;
}
#a673ea03fca333c &gt; .tab-tabs .layout-right {
  text-align: right;
}
#a673ea03fca333c .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a673ea03fca333c .tab-content-wrap {
  background-color: transparent;
}
#a673ea03fca333c .tab-contents,
#a673ea03fca333c .tab-contents-wrap {
  pointer-events: none;
}
#a673ea03fca333c .tab-content,
#a673ea03fca333c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a673ea03fca333c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a673ea03fca333c .tab-wrap .tab-contents {
  height: 100%;
}
#a673ea03fca333c .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ade5bafd0da853e &gt; .ele-wrap {background-color: rgba(246, 243, 236, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f7cace1aa8953 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(218, 185, 107, 1);border-left-color: rgba(218, 185, 107, 1);border-bottom-color: rgba(218, 185, 107, 1);border-top-color: rgba(218, 185, 107, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8f7cace1aa8953  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a8f7cace1aa8953 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1639119773776.jpeg);background-size: contain;}#ac86cade67af855 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(218, 185, 107, 1);border-left-color: rgba(218, 185, 107, 1);border-bottom-color: rgba(218, 185, 107, 1);border-top-color: rgba(218, 185, 107, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac86cade67af855  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ac86cade67af855 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1639120181064.jpeg);background-size: contain;}#aa46cade54a6c49 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(218, 185, 107, 1);border-left-color: rgba(218, 185, 107, 1);border-bottom-color: rgba(218, 185, 107, 1);border-top-color: rgba(218, 185, 107, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa46cade54a6c49  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#aa46cade54a6c49 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1639120255990.jpeg);background-size: contain;}#aaa89ad193a19f7 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab887ac9dbacc95 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(180, 180, 180, 1);border-left-color: rgba(180, 180, 180, 1);border-bottom-color: rgba(180, 180, 180, 1);border-top-color: rgba(180, 180, 180, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab887ac9dbacc95  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ab887ac9dbacc95 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1639537510702.jpeg);background-size: cover;}#aad3aa3574a0e37 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(182, 182, 182, 1);border-left-color: rgba(182, 182, 182, 1);border-bottom-color: rgba(182, 182, 182, 1);border-top-color: rgba(182, 182, 182, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aad3aa3574a0e37  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#aad3aa3574a0e37 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1639537570333.png);background-size: contain;}#ad1e0a71d3a4b0c &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(182, 182, 182, 1);border-left-color: rgba(182, 182, 182, 1);border-bottom-color: rgba(182, 182, 182, 1);border-top-color: rgba(182, 182, 182, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad1e0a71d3a4b0c  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ad1e0a71d3a4b0c .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1639537642460.png);background-size: cover;}#a212fa37dca4e21 .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#a212fa37dca4e21 .uk-grid {
  margin-left: -16px;
}
#a212fa37dca4e21 .uk-grid &gt; * {
  padding-left: 16px;
}
#a212fa37dca4e21 .uk-grid-margin {
  margin-top: 20px;
}
#a212fa37dca4e21 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px;
}
#a212fa37dca4e21 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a212fa37dca4e21 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a212fa37dca4e21 .uk-card-body {
  display: block;
}
#a212fa37dca4e21 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a212fa37dca4e21 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a212fa37dca4e21 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a212fa37dca4e21 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a212fa37dca4e21 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a212fa37dca4e21 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#a212fa37dca4e21 .uk-card:hover {
  background-color: rgba(155, 155, 155, 0);
}
#a212fa37dca4e21 .uk-card:hover .title {
  color: #daba6a;
}
#a212fa37dca4e21 .uk-card:hover hr {
  border-top-color: rgba(180, 180, 180, 0);
}
#a212fa37dca4e21 .uk-card:hover .img {
  transform: scale(1.2);
}
#a212fa37dca4e21 .uk-card:hover .abstract {
  color: #fff;
}
#a212fa37dca4e21 .uk-card:hover .datetime {
  color: #d3b267;
}
#a212fa37dca4e21 .uk-card:hover .category {
  color: #d3b267;
}
#a212fa37dca4e21 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#af9beaad80a6f96 .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#af9beaad80a6f96 .uk-grid {
  margin-left: -16px;
}
#af9beaad80a6f96 .uk-grid &gt; * {
  padding-left: 16px;
}
#af9beaad80a6f96 .uk-grid-margin {
  margin-top: 20px;
}
#af9beaad80a6f96 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px;
}
#af9beaad80a6f96 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#af9beaad80a6f96 .uk-card-media-top .img {
  transition: all .3s ease;
}
#af9beaad80a6f96 .uk-card-body {
  display: block;
}
#af9beaad80a6f96 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#af9beaad80a6f96 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#af9beaad80a6f96 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#af9beaad80a6f96 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#af9beaad80a6f96 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#af9beaad80a6f96 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#af9beaad80a6f96 .uk-card:hover {
  background-color: rgba(155, 155, 155, 0);
}
#af9beaad80a6f96 .uk-card:hover .title {
  color: #daba6a;
}
#af9beaad80a6f96 .uk-card:hover hr {
  border-top-color: rgba(180, 180, 180, 0);
}
#af9beaad80a6f96 .uk-card:hover .img {
  transform: scale(1.2);
}
#af9beaad80a6f96 .uk-card:hover .abstract {
  color: #fff;
}
#af9beaad80a6f96 .uk-card:hover .datetime {
  color: #d3b267;
}
#af9beaad80a6f96 .uk-card:hover .category {
  color: #d3b267;
}
#af9beaad80a6f96 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a9fbdabfdca8c18 .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#a9fbdabfdca8c18 .uk-grid {
  margin-left: -16px;
}
#a9fbdabfdca8c18 .uk-grid &gt; * {
  padding-left: 16px;
}
#a9fbdabfdca8c18 .uk-grid-margin {
  margin-top: 20px;
}
#a9fbdabfdca8c18 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px;
}
#a9fbdabfdca8c18 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a9fbdabfdca8c18 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a9fbdabfdca8c18 .uk-card-body {
  display: block;
}
#a9fbdabfdca8c18 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a9fbdabfdca8c18 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a9fbdabfdca8c18 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a9fbdabfdca8c18 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a9fbdabfdca8c18 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a9fbdabfdca8c18 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#a9fbdabfdca8c18 .uk-card:hover {
  background-color: rgba(155, 155, 155, 0);
}
#a9fbdabfdca8c18 .uk-card:hover .title {
  color: #daba6a;
}
#a9fbdabfdca8c18 .uk-card:hover hr {
  border-top-color: rgba(180, 180, 180, 0);
}
#a9fbdabfdca8c18 .uk-card:hover .img {
  transform: scale(1.2);
}
#a9fbdabfdca8c18 .uk-card:hover .abstract {
  color: #fff;
}
#a9fbdabfdca8c18 .uk-card:hover .datetime {
  color: #d3b267;
}
#a9fbdabfdca8c18 .uk-card:hover .category {
  color: #d3b267;
}
#a9fbdabfdca8c18 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a74a6ae092a0a08 {
  overflow: hidden;
  pointer-events: none;
}
#a74a6ae092a0a08 &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 62px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a74a6ae092a0a08 &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a74a6ae092a0a08 &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a74a6ae092a0a08 &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 62px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a74a6ae092a0a08 &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a74a6ae092a0a08 &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a74a6ae092a0a08 &gt; .tab-nav,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a74a6ae092a0a08 &gt; .tab-nav-horizontal,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a74a6ae092a0a08 &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a74a6ae092a0a08 &gt; .tab-nav-horizontal.tagScroll,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 62px;
  overflow-x: auto;
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a74a6ae092a0a08 &gt; .tab-nav-horizontal.tagScroll li a,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a74a6ae092a0a08 &gt; .tab-nav a,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 0px;
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a74a6ae092a0a08 &gt; .tab-nav li a,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 61px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 62px;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #1e1e1e;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-image: url(/resources/upload/af1cead508a7bc4/1639126575439.png);
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a74a6ae092a0a08 &gt; .tab-nav li a svg,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a74a6ae092a0a08 &gt; .tab-nav li a .ap_icon,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a74a6ae092a0a08 &gt; .tab-nav li a:hover,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 0;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a74a6ae092a0a08 &gt; .tab-nav li.uk-active a,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  background-image: url(/resources/upload/af1cead508a7bc4/1639126442767.png);
}
#a74a6ae092a0a08 &gt; .tab-wrap &gt; div &gt; .tab-nav li:last-child a,
#a74a6ae092a0a08 &gt; .tab-nav li:last-child a,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li:last-child a,
#a74a6ae092a0a08 &gt; .tab-tabs &gt; .tab-nav li:last-child a {
  border-right: undefined;
}
#a74a6ae092a0a08 .layout-left li,
#a74a6ae092a0a08 .layout-center li,
#a74a6ae092a0a08 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a74a6ae092a0a08 .layout-left li a,
#a74a6ae092a0a08 .layout-center li a,
#a74a6ae092a0a08 .layout-right li a {
  height: 100%;
}
#a74a6ae092a0a08 &gt; .tab-tabs .layout-left {
  text-align: left;
}
#a74a6ae092a0a08 &gt; .tab-tabs .layout-center {
  text-align: center;
}
#a74a6ae092a0a08 &gt; .tab-tabs .layout-right {
  text-align: right;
}
#a74a6ae092a0a08 .tab-contents {
  height: 100%;
  height: calc(100% - 62px);
}
#a74a6ae092a0a08 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a74a6ae092a0a08 .tab-contents,
#a74a6ae092a0a08 .tab-contents-wrap {
  pointer-events: none;
}
#a74a6ae092a0a08 .tab-content,
#a74a6ae092a0a08 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a74a6ae092a0a08 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a74a6ae092a0a08 .tab-wrap .tab-contents {
  height: 100%;
}
#a74a6ae092a0a08 .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#a151aaed91abda9 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a151aaed91abda9 .gallery-thumbnails .uk-thumbnav &gt; * {
  padding-left: 8px;
}
#a0f32a9537a930c &gt; .ele-wrap {background-color: rgba(49, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8223ad6c4ac935 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(255, 255, 255, 0.1);border-right-color: rgba(255, 255, 255, 0.1);border-left-color: rgba(255, 255, 255, 0.1);border-bottom-color: rgba(255, 255, 255, 0.1);}#a3ba3a0aa7a7656 &gt; .ele-wrap {background-color: rgba(234, 199, 99, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af388ac394ad70b &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(255, 255, 255, 0.1);border-right-color: rgba(255, 255, 255, 0.1);border-left-color: rgba(255, 255, 255, 0.1);border-bottom-color: rgba(9, 9, 9, 0.1);}#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#adba6a0299ad183 {
  /*.product .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}*/
}
#adba6a0299ad183 .container {
  /*  display: flex;
  justify-content: center;*/
  align-items: center;
  background-color: #fff;
  flex-direction: column;
}
#adba6a0299ad183 .product {
  width: 100%;
  background-color: #fff;
}
#adba6a0299ad183 .product .swiper-container {
  height: 748px;
  width: 100%;
  position: relative;
}
#adba6a0299ad183 .product .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
#adba6a0299ad183 .product .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#adba6a0299ad183 .product .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
#adba6a0299ad183 .product .swiper-slide .product-num {
  display: block;
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transform: translateY(-80px);
  color: #AF3637;
  font-weight: 300;
  opacity: 0;
  transition: .2s ease .4s;
}
#adba6a0299ad183 .product .swiper-slide .product-img {
  width: 765px;
  max-width: 765px;
  height: auto;
  position: absolute;
  top: 0;
  opacity: 0;
  right: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transform: translateY(-80px);
  transition: .2s ease .4s;
}
#adba6a0299ad183 .product .swiper-slide .product-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: .2s ease .5s;
  color: #ffffff;
}
#adba6a0299ad183 .product .swiper-slide .product-title .product-category {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 0 50px;
}
#adba6a0299ad183 .product .swiper-slide .product-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
  font-size: 16px;
}
#adba6a0299ad183 .product .swiper-slide-active .product-num {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease 1.2s;
}
#adba6a0299ad183 .product .swiper-slide-active .product-img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease 1.2s;
}
#adba6a0299ad183 .product .swiper-slide-active .product-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
}
#adba6a0299ad183 .product .swiper-slide-active .product-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}
#adba6a0299ad183 .product .swiper-pagination {
  right: 180px !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
#adba6a0299ad183 .product .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#adba6a0299ad183 .product .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #CF7979;
  margin: 15px 0 !important;
  position: relative;
}
#adba6a0299ad183 .product .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .2s;
}
#adba6a0299ad183 .product .swiper-pagination-bullet-active {
  color: #ffffff;
}
#adba6a0299ad183 .product .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#adba6a0299ad183 .product .swiper-button-next,
#adba6a0299ad183 .product .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: .2s;
}
#adba6a0299ad183 .product .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
#adba6a0299ad183 .product .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
#adba6a0299ad183 .product .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
#adba6a0299ad183 .product .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  #adba6a0299ad183 .product .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  #adba6a0299ad183 .product .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-80%);
    width: 500px;
    font-size: 11px;
    text-align: right;
  }
  #adba6a0299ad183 .product .swiper-slide .product-num {
    font-size: 100px;
    font-weight: 600;
  }
  #adba6a0299ad183 .product .swiper-slide .product-title {
    font-size: 46px;
    margin: 0;
  }
  #adba6a0299ad183 .product .swiper-pagination {
    display: flex;
  }
  #adba6a0299ad183 .product .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 200px;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
  }
  #adba6a0299ad183 .product .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
    transform: rotate(90deg) translate(-3px, 10px);
  }
  #adba6a0299ad183 .product .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 200px;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
  }
  #adba6a0299ad183 .product .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
    transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  #adba6a0299ad183 .product .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  #adba6a0299ad183 .product .swiper-slide-content {
    left: 180px;
    text-align: left;
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-80%);
    width: 1360px;
    font-size: 11px;
  }
}
#adba6a0299ad183 .linkButton {
  display: flex;
  flex-direction: row;
  transform: translateY(-250px);
  position: relative;
  z-index: 1;
  width: 1600px;
  margin: 0 auto;
  align-content: flex-start;
  justify-content: flex-start;
}
#adba6a0299ad183 .linkButton .Btn {
  margin: 0 30px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
#adba6a0299ad183 .linkButton .Btn &gt; * {
  margin: 10px;
}
#adba6a0299ad183 .linkButton .Btn::before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: -1;
  animation: circle-opacity 1.4s infinite;
  top: 50%;
  right: -23px;
  transform: translate(-50%, -50%) scale(0, 0);
}
#af224a4261ad0b3 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#af224a4261ad0b3 .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a348caf70cae91f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a348caf70cae91f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a348caf70cae91f .ap-icon {
  margin-right: 6px;
}
#a348caf70cae91f .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a348caf70cae91f .menu-list &gt; li.icon-bottom &gt; a,
#a348caf70cae91f .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a348caf70cae91f .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a348caf70cae91f .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a348caf70cae91f .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a348caf70cae91f .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a348caf70cae91f .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a348caf70cae91f .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a348caf70cae91f .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a348caf70cae91f .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a348caf70cae91f .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a348caf70cae91f .menu-list &gt; li:hover &gt; a,
#a348caf70cae91f .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a348caf70cae91f .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a348caf70cae91f .menu-list ul,
#a348caf70cae91f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a348caf70cae91f .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a348caf70cae91f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a348caf70cae91f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a348caf70cae91f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2aaca4e1ea7c9b &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#aa328af733aa1ff &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6baa0a76a9f31 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #ffffff;
}
#ab6baa0a76a9f31 .site-language-menu a:hover {
  color: #ffffff;
}
#ab6baa0a76a9f31 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ab6baa0a76a9f31 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ab6baa0a76a9f31 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ab6baa0a76a9f31 .uk-dropdown li a:hover {
  color: #222;
}
#ab6baa0a76a9f31 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2492ad89fac13c &gt; .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;}#a98dead749a7104 {
  pointer-events: none;
}
#a98dead749a7104 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a98dead749a7104 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a98dead749a7104 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a98dead749a7104 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a98dead749a7104 .menu-list .menu-header svg,
#a98dead749a7104 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a98dead749a7104 .menu-list &gt; ul {
  position: relative;
}
#a98dead749a7104 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a98dead749a7104 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a98dead749a7104 .menu-list &gt; ul &gt; li.active &gt; a,
#a98dead749a7104 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a98dead749a7104 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a98dead749a7104 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a98dead749a7104 .menu-list &gt; ul &gt; li a img,
#a98dead749a7104 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a98dead749a7104 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a98dead749a7104 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a98dead749a7104 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a98dead749a7104 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a98dead749a7104 .menu-list ul ul.submenu &gt; 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;
}
#a98dead749a7104 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a98dead749a7104 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a98dead749a7104 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a98dead749a7104 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a4c47a5ee5aac2c {
  pointer-events: none;
}
#a4c47a5ee5aac2c .menu-list {
  width: 100%;
  background: #ffffff;
}
#a4c47a5ee5aac2c ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a4c47a5ee5aac2c .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a4c47a5ee5aac2c .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a4c47a5ee5aac2c .menu-list .menu-header svg,
#a4c47a5ee5aac2c .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a4c47a5ee5aac2c .menu-list &gt; ul {
  position: relative;
}
#a4c47a5ee5aac2c .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a4c47a5ee5aac2c .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a4c47a5ee5aac2c .menu-list &gt; ul &gt; li.active &gt; a,
#a4c47a5ee5aac2c .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a4c47a5ee5aac2c .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a4c47a5ee5aac2c .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a4c47a5ee5aac2c .menu-list &gt; ul &gt; li a img,
#a4c47a5ee5aac2c .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a4c47a5ee5aac2c .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a4c47a5ee5aac2c .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a4c47a5ee5aac2c .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a4c47a5ee5aac2c .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a4c47a5ee5aac2c .menu-list ul ul.submenu &gt; 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;
}
#a4c47a5ee5aac2c .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a4c47a5ee5aac2c .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a4c47a5ee5aac2c .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a4c47a5ee5aac2c .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5d0fad1eca9447 {
  pointer-events: none;
}
#a5d0fad1eca9447 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5d0fad1eca9447 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5d0fad1eca9447 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5d0fad1eca9447 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5d0fad1eca9447 .menu-list .menu-header svg,
#a5d0fad1eca9447 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5d0fad1eca9447 .menu-list &gt; ul {
  position: relative;
}
#a5d0fad1eca9447 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5d0fad1eca9447 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5d0fad1eca9447 .menu-list &gt; ul &gt; li.active &gt; a,
#a5d0fad1eca9447 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5d0fad1eca9447 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5d0fad1eca9447 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5d0fad1eca9447 .menu-list &gt; ul &gt; li a img,
#a5d0fad1eca9447 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5d0fad1eca9447 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5d0fad1eca9447 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5d0fad1eca9447 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5d0fad1eca9447 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5d0fad1eca9447 .menu-list ul ul.submenu &gt; 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;
}
#a5d0fad1eca9447 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5d0fad1eca9447 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5d0fad1eca9447 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5d0fad1eca9447 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a6137aa659a92b8 {
  pointer-events: none;
}
#a6137aa659a92b8 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a6137aa659a92b8 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a6137aa659a92b8 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a6137aa659a92b8 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a6137aa659a92b8 .menu-list .menu-header svg,
#a6137aa659a92b8 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a6137aa659a92b8 .menu-list &gt; ul {
  position: relative;
}
#a6137aa659a92b8 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a6137aa659a92b8 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a6137aa659a92b8 .menu-list &gt; ul &gt; li.active &gt; a,
#a6137aa659a92b8 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a6137aa659a92b8 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a6137aa659a92b8 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a6137aa659a92b8 .menu-list &gt; ul &gt; li a img,
#a6137aa659a92b8 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a6137aa659a92b8 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a6137aa659a92b8 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a6137aa659a92b8 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a6137aa659a92b8 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a6137aa659a92b8 .menu-list ul ul.submenu &gt; 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;
}
#a6137aa659a92b8 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a6137aa659a92b8 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a6137aa659a92b8 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a6137aa659a92b8 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#abacda30ada7b1e {
  pointer-events: none;
}
#abacda30ada7b1e .menu-list {
  width: 100%;
  background: #ffffff;
}
#abacda30ada7b1e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#abacda30ada7b1e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#abacda30ada7b1e .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#abacda30ada7b1e .menu-list .menu-header svg,
#abacda30ada7b1e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#abacda30ada7b1e .menu-list &gt; ul {
  position: relative;
}
#abacda30ada7b1e .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#abacda30ada7b1e .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#abacda30ada7b1e .menu-list &gt; ul &gt; li.active &gt; a,
#abacda30ada7b1e .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#abacda30ada7b1e .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#abacda30ada7b1e .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#abacda30ada7b1e .menu-list &gt; ul &gt; li a img,
#abacda30ada7b1e .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#abacda30ada7b1e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#abacda30ada7b1e .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#abacda30ada7b1e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#abacda30ada7b1e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#abacda30ada7b1e .menu-list ul ul.submenu &gt; 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;
}
#abacda30ada7b1e .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#abacda30ada7b1e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#abacda30ada7b1e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#abacda30ada7b1e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8ccda7ca1a2c93 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8ccda7ca1a2c93 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8ccda7ca1a2c93 .ap-icon {
  margin-right: 6px;
}
#a8ccda7ca1a2c93 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a8ccda7ca1a2c93 .menu-list &gt; li.icon-bottom &gt; a,
#a8ccda7ca1a2c93 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a8ccda7ca1a2c93 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a8ccda7ca1a2c93 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a8ccda7ca1a2c93 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a8ccda7ca1a2c93 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a8ccda7ca1a2c93 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a8ccda7ca1a2c93 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a8ccda7ca1a2c93 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a8ccda7ca1a2c93 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a8ccda7ca1a2c93 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8ccda7ca1a2c93 .menu-list &gt; li:hover &gt; a,
#a8ccda7ca1a2c93 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a8ccda7ca1a2c93 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a8ccda7ca1a2c93 .menu-list ul,
#a8ccda7ca1a2c93 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8ccda7ca1a2c93 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#a8ccda7ca1a2c93 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8ccda7ca1a2c93 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8ccda7ca1a2c93 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a671fae6b8a0c8f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6db6a5b77abf62 {
  pointer-events: none;
}
#a6db6a5b77abf62 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a6db6a5b77abf62 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a6db6a5b77abf62 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a6db6a5b77abf62 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a6db6a5b77abf62 .menu-list .menu-header svg,
#a6db6a5b77abf62 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a6db6a5b77abf62 .menu-list &gt; ul {
  position: relative;
}
#a6db6a5b77abf62 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a6db6a5b77abf62 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a6db6a5b77abf62 .menu-list &gt; ul &gt; li.active &gt; a,
#a6db6a5b77abf62 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a6db6a5b77abf62 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a6db6a5b77abf62 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a6db6a5b77abf62 .menu-list &gt; ul &gt; li a img,
#a6db6a5b77abf62 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a6db6a5b77abf62 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a6db6a5b77abf62 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a6db6a5b77abf62 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a6db6a5b77abf62 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a6db6a5b77abf62 .menu-list ul ul.submenu &gt; 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;
}
#a6db6a5b77abf62 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a6db6a5b77abf62 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a6db6a5b77abf62 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a6db6a5b77abf62 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ace50a4a60a7a59 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #000000;
}
#ace50a4a60a7a59 .site-language-menu a:hover {
  color: #000000;
}
#ace50a4a60a7a59 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ace50a4a60a7a59 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ace50a4a60a7a59 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#ace50a4a60a7a59 .uk-dropdown li a:hover {
  color: #222;
}
#ace50a4a60a7a59 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3f6fa9423a65da &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a35a1f26aab66 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(164, 0, 1, 1);background-image: url(/resources/upload/af1cead508a7bc4/1639129484290.jpeg);}#a4a35a1f26aab66 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(49, 49, 49, 1);background-image: url(/resources/upload/af1cead508a7bc4/1639129058098.png);background-position: center center;}#a4dadaec1bad3b0 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(49, 49, 49, 1);background-image: url(/resources/upload/af1cead508a7bc4/1639129196555.jpeg);}#a4dadaec1bad3b0 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(49, 49, 49, 1);background-image: url(/resources/upload/af1cead508a7bc4/1639129399651.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;}#ac6bba3d09aeadd .hover-content-wrap:nth-child(1)
                            {background-color: rgba(49, 49, 49, 1);background-image: url(/resources/upload/af1cead508a7bc4/1639129484290.jpeg);}#ac6bba3d09aeadd .hover-content-wrap:nth-child(2)
                            {background-color: rgba(49, 49, 49, 1);background-image: url(/resources/upload/af1cead508a7bc4/1639129678591.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a653da955ca2465 .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#a653da955ca2465 .uk-grid {
  margin-left: -16px;
}
#a653da955ca2465 .uk-grid &gt; * {
  padding-left: 16px;
}
#a653da955ca2465 .uk-grid-margin {
  margin-top: 20px;
}
#a653da955ca2465 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px;
}
#a653da955ca2465 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a653da955ca2465 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a653da955ca2465 .uk-card-body {
  display: block;
}
#a653da955ca2465 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a653da955ca2465 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a653da955ca2465 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a653da955ca2465 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a653da955ca2465 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a653da955ca2465 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#a653da955ca2465 .uk-card:hover {
  background-color: rgba(155, 155, 155, 0);
}
#a653da955ca2465 .uk-card:hover .title {
  color: #daba6a;
}
#a653da955ca2465 .uk-card:hover hr {
  border-top-color: rgba(180, 180, 180, 0);
}
#a653da955ca2465 .uk-card:hover .img {
  transform: scale(1.2);
}
#a653da955ca2465 .uk-card:hover .abstract {
  color: #fff;
}
#a653da955ca2465 .uk-card:hover .datetime {
  color: #d3b267;
}
#a653da955ca2465 .uk-card:hover .category {
  color: #d3b267;
}
#a653da955ca2465 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ae42fa4bb3ab7c9 .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#ae42fa4bb3ab7c9 .uk-grid {
  margin-left: -16px;
}
#ae42fa4bb3ab7c9 .uk-grid &gt; * {
  padding-left: 16px;
}
#ae42fa4bb3ab7c9 .uk-grid-margin {
  margin-top: 20px;
}
#ae42fa4bb3ab7c9 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px;
}
#ae42fa4bb3ab7c9 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ae42fa4bb3ab7c9 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ae42fa4bb3ab7c9 .uk-card-body {
  display: block;
}
#ae42fa4bb3ab7c9 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ae42fa4bb3ab7c9 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ae42fa4bb3ab7c9 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ae42fa4bb3ab7c9 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ae42fa4bb3ab7c9 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#ae42fa4bb3ab7c9 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#ae42fa4bb3ab7c9 .uk-card:hover {
  background-color: rgba(155, 155, 155, 0);
}
#ae42fa4bb3ab7c9 .uk-card:hover .title {
  color: #daba6a;
}
#ae42fa4bb3ab7c9 .uk-card:hover hr {
  border-top-color: rgba(180, 180, 180, 0);
}
#ae42fa4bb3ab7c9 .uk-card:hover .img {
  transform: scale(1.2);
}
#ae42fa4bb3ab7c9 .uk-card:hover .abstract {
  color: #fff;
}
#ae42fa4bb3ab7c9 .uk-card:hover .datetime {
  color: #d3b267;
}
#ae42fa4bb3ab7c9 .uk-card:hover .category {
  color: #d3b267;
}
#ae42fa4bb3ab7c9 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ad87ea4940aa15d .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#ad87ea4940aa15d .uk-grid {
  margin-left: -16px;
}
#ad87ea4940aa15d .uk-grid &gt; * {
  padding-left: 16px;
}
#ad87ea4940aa15d .uk-grid-margin {
  margin-top: 20px;
}
#ad87ea4940aa15d .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px;
}
#ad87ea4940aa15d .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ad87ea4940aa15d .uk-card-media-top .img {
  transition: all .3s ease;
}
#ad87ea4940aa15d .uk-card-body {
  display: block;
}
#ad87ea4940aa15d .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ad87ea4940aa15d .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ad87ea4940aa15d .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ad87ea4940aa15d .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ad87ea4940aa15d .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#ad87ea4940aa15d .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#ad87ea4940aa15d .uk-card:hover {
  background-color: rgba(155, 155, 155, 0);
}
#ad87ea4940aa15d .uk-card:hover .title {
  color: #daba6a;
}
#ad87ea4940aa15d .uk-card:hover hr {
  border-top-color: rgba(180, 180, 180, 0);
}
#ad87ea4940aa15d .uk-card:hover .img {
  transform: scale(1.2);
}
#ad87ea4940aa15d .uk-card:hover .abstract {
  color: #fff;
}
#ad87ea4940aa15d .uk-card:hover .datetime {
  color: #d3b267;
}
#ad87ea4940aa15d .uk-card:hover .category {
  color: #d3b267;
}
#ad87ea4940aa15d .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ab1bfa1eedaf540 {
  overflow: hidden;
  pointer-events: none;
}
#ab1bfa1eedaf540 &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 62px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab1bfa1eedaf540 &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ab1bfa1eedaf540 &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab1bfa1eedaf540 &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 62px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab1bfa1eedaf540 &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ab1bfa1eedaf540 &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav,
#ab1bfa1eedaf540 &gt; .tab-nav,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#ab1bfa1eedaf540 &gt; .tab-nav-horizontal,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ab1bfa1eedaf540 &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#ab1bfa1eedaf540 &gt; .tab-nav-horizontal.tagScroll,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 62px;
  overflow-x: auto;
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#ab1bfa1eedaf540 &gt; .tab-nav-horizontal.tagScroll li a,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#ab1bfa1eedaf540 &gt; .tab-nav a,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 0px;
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#ab1bfa1eedaf540 &gt; .tab-nav li a,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 61px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 62px;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #1e1e1e;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-image: url(/resources/upload/af1cead508a7bc4/1639126575439.png);
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#ab1bfa1eedaf540 &gt; .tab-nav li a svg,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#ab1bfa1eedaf540 &gt; .tab-nav li a .ap_icon,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#ab1bfa1eedaf540 &gt; .tab-nav li a:hover,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 0;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#ab1bfa1eedaf540 &gt; .tab-nav li.uk-active a,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #a40001;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  background-image: url(/resources/upload/af1cead508a7bc4/1639126442767.png);
}
#ab1bfa1eedaf540 &gt; .tab-wrap &gt; div &gt; .tab-nav li:last-child a,
#ab1bfa1eedaf540 &gt; .tab-nav li:last-child a,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li:last-child a,
#ab1bfa1eedaf540 &gt; .tab-tabs &gt; .tab-nav li:last-child a {
  border-right: undefined;
}
#ab1bfa1eedaf540 .layout-left li,
#ab1bfa1eedaf540 .layout-center li,
#ab1bfa1eedaf540 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab1bfa1eedaf540 .layout-left li a,
#ab1bfa1eedaf540 .layout-center li a,
#ab1bfa1eedaf540 .layout-right li a {
  height: 100%;
}
#ab1bfa1eedaf540 &gt; .tab-tabs .layout-left {
  text-align: left;
}
#ab1bfa1eedaf540 &gt; .tab-tabs .layout-center {
  text-align: center;
}
#ab1bfa1eedaf540 &gt; .tab-tabs .layout-right {
  text-align: right;
}
#ab1bfa1eedaf540 .tab-contents {
  height: 100%;
  height: calc(100% - 62px);
}
#ab1bfa1eedaf540 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ab1bfa1eedaf540 .tab-contents,
#ab1bfa1eedaf540 .tab-contents-wrap {
  pointer-events: none;
}
#ab1bfa1eedaf540 .tab-content,
#ab1bfa1eedaf540 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab1bfa1eedaf540 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab1bfa1eedaf540 .tab-wrap .tab-contents {
  height: 100%;
}
#ab1bfa1eedaf540 .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a61f0a158ca29fa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a63e5a7319aa528 &gt; .ele-wrap {background-color: rgba(60, 175, 65, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ed8a36baa15af .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#a5ed8a36baa15af .ele-article-list.uk-grid &gt; .uk-grid-margin {
  margin-top: 0px;
}
#a5ed8a36baa15af .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5ed8a36baa15af .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5ed8a36baa15af .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5ed8a36baa15af .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5ed8a36baa15af .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;
}
#a5ed8a36baa15af .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5ed8a36baa15af .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5ed8a36baa15af .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5ed8a36baa15af .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5ed8a36baa15af .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5ed8a36baa15af .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5ed8a36baa15af .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5ed8a36baa15af .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5ed8a36baa15af .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5ed8a36baa15af .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5ed8a36baa15af .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5ed8a36baa15af .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5ed8a36baa15af .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;
  }
}
#a5ed8a36baa15af .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a5ed8a36baa15af .ele-article-list .pic-article .img_wrap {
  width: 14%;
  border-radius: 0px;
  overflow: hidden;
}
#a5ed8a36baa15af .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  min-height: 40px;
}
#a5ed8a36baa15af .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5ed8a36baa15af .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0b0b0b;
}
#a5ed8a36baa15af .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#a5ed8a36baa15af .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5ed8a36baa15af .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5ed8a36baa15af .ele-article-list .pic-article:hover .category {
  color: #444444;
}
#a5ed8a36baa15af .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5ed8a36baa15af .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5ed8a36baa15af .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a5ed8a36baa15af .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#a5ed8a36baa15af .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5ed8a36baa15af .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5ed8a36baa15af .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5ed8a36baa15af .ele-article-list .text-article:hover .time {
  color: auto;
}
#a7ed2a0df8aed85 .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#a7ed2a0df8aed85 .ele-article-list.uk-grid &gt; .uk-grid-margin {
  margin-top: 0px;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7ed2a0df8aed85 .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;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7ed2a0df8aed85 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7ed2a0df8aed85 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7ed2a0df8aed85 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7ed2a0df8aed85 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7ed2a0df8aed85 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7ed2a0df8aed85 .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;
  }
}
#a7ed2a0df8aed85 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .img_wrap {
  width: 15%;
  border-radius: 0px;
  overflow: hidden;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  min-height: 40px;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #0b0b0b;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article:hover .category {
  color: #444444;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7ed2a0df8aed85 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7ed2a0df8aed85 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a7ed2a0df8aed85 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#a7ed2a0df8aed85 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a7ed2a0df8aed85 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7ed2a0df8aed85 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a7ed2a0df8aed85 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a2baba8349a353f {
  overflow: hidden;
  pointer-events: none;
}
#a2baba8349a353f &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2baba8349a353f &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a2baba8349a353f &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2baba8349a353f &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2baba8349a353f &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a2baba8349a353f &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2baba8349a353f &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a2baba8349a353f &gt; .tab-nav,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a2baba8349a353f &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a2baba8349a353f &gt; .tab-nav-horizontal,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2baba8349a353f &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a2baba8349a353f &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2baba8349a353f &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a2baba8349a353f &gt; .tab-nav-horizontal.tagScroll,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a2baba8349a353f &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a2baba8349a353f &gt; .tab-nav-horizontal.tagScroll li a,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2baba8349a353f &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a2baba8349a353f &gt; .tab-nav a,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 25px;
}
#a2baba8349a353f &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a2baba8349a353f &gt; .tab-nav li a,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.8);
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 25px;
}
#a2baba8349a353f &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a2baba8349a353f &gt; .tab-nav li a svg,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2baba8349a353f &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a2baba8349a353f &gt; .tab-nav li a .ap_icon,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2baba8349a353f &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a2baba8349a353f &gt; .tab-nav li a:hover,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-right-color: #3cae41;
  border-left-color: #3cae41;
  border-top-color: #3cae41;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a2baba8349a353f &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a2baba8349a353f &gt; .tab-nav li.uk-active a,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a2baba8349a353f &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-right-color: #3cae41;
  border-left-color: #3cae41;
  border-top-color: #3cae41;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a2baba8349a353f .layout-left li,
#a2baba8349a353f .layout-center li,
#a2baba8349a353f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2baba8349a353f .layout-left li a,
#a2baba8349a353f .layout-center li a,
#a2baba8349a353f .layout-right li a {
  height: 100%;
}
#a2baba8349a353f &gt; .tab-tabs .layout-left {
  text-align: left;
}
#a2baba8349a353f &gt; .tab-tabs .layout-center {
  text-align: center;
}
#a2baba8349a353f &gt; .tab-tabs .layout-right {
  text-align: right;
}
#a2baba8349a353f .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a2baba8349a353f .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a2baba8349a353f .tab-contents,
#a2baba8349a353f .tab-contents-wrap {
  pointer-events: none;
}
#a2baba8349a353f .tab-content,
#a2baba8349a353f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2baba8349a353f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2baba8349a353f .tab-wrap .tab-contents {
  height: 100%;
}
#a2baba8349a353f .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a0764a763da12a2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab09da07d8a2016 &gt; .ele-wrap {background-color: rgba(60, 175, 65, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad39aa70ababe0f .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#ad39aa70ababe0f .ele-article-list.uk-grid &gt; .uk-grid-margin {
  margin-top: 0px;
}
#ad39aa70ababe0f .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ad39aa70ababe0f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ad39aa70ababe0f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ad39aa70ababe0f .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ad39aa70ababe0f .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;
}
#ad39aa70ababe0f .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ad39aa70ababe0f .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ad39aa70ababe0f .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ad39aa70ababe0f .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ad39aa70ababe0f .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ad39aa70ababe0f .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ad39aa70ababe0f .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ad39aa70ababe0f .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ad39aa70ababe0f .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ad39aa70ababe0f .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ad39aa70ababe0f .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ad39aa70ababe0f .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ad39aa70ababe0f .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;
  }
}
#ad39aa70ababe0f .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ad39aa70ababe0f .ele-article-list .pic-article .img_wrap {
  width: 15%;
  border-radius: 0px;
  overflow: hidden;
}
#ad39aa70ababe0f .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  min-height: 40px;
}
#ad39aa70ababe0f .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ad39aa70ababe0f .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #0b0b0b;
}
#ad39aa70ababe0f .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#ad39aa70ababe0f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad39aa70ababe0f .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ad39aa70ababe0f .ele-article-list .pic-article:hover .category {
  color: #444444;
}
#ad39aa70ababe0f .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ad39aa70ababe0f .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ad39aa70ababe0f .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ad39aa70ababe0f .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#ad39aa70ababe0f .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ad39aa70ababe0f .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad39aa70ababe0f .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ad39aa70ababe0f .ele-article-list .text-article:hover .time {
  color: auto;
}
#af832a2bc7a9a04 .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#af832a2bc7a9a04 .ele-article-list.uk-grid &gt; .uk-grid-margin {
  margin-top: 0px;
}
#af832a2bc7a9a04 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af832a2bc7a9a04 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af832a2bc7a9a04 .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;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af832a2bc7a9a04 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af832a2bc7a9a04 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af832a2bc7a9a04 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af832a2bc7a9a04 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af832a2bc7a9a04 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af832a2bc7a9a04 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af832a2bc7a9a04 .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;
  }
}
#af832a2bc7a9a04 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .img_wrap {
  width: 15%;
  border-radius: 0px;
  overflow: hidden;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  min-height: 40px;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0b0b0b;
}
#af832a2bc7a9a04 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#af832a2bc7a9a04 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af832a2bc7a9a04 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af832a2bc7a9a04 .ele-article-list .pic-article:hover .category {
  color: #444444;
}
#af832a2bc7a9a04 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af832a2bc7a9a04 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af832a2bc7a9a04 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#af832a2bc7a9a04 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#af832a2bc7a9a04 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#af832a2bc7a9a04 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af832a2bc7a9a04 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af832a2bc7a9a04 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac6a2a2a21a0c15 {
  overflow: hidden;
  pointer-events: none;
}
#ac6a2a2a21a0c15 &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac6a2a2a21a0c15 &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ac6a2a2a21a0c15 &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac6a2a2a21a0c15 &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac6a2a2a21a0c15 &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ac6a2a2a21a0c15 &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac6a2a2a21a0c15 &gt; .tab-wrap &gt; div &gt; .tab-nav,
#ac6a2a2a21a0c15 &gt; .tab-nav,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#ac6a2a2a21a0c15 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#ac6a2a2a21a0c15 &gt; .tab-nav-horizontal,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac6a2a2a21a0c15 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ac6a2a2a21a0c15 &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac6a2a2a21a0c15 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#ac6a2a2a21a0c15 &gt; .tab-nav-horizontal.tagScroll,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ac6a2a2a21a0c15 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#ac6a2a2a21a0c15 &gt; .tab-nav-horizontal.tagScroll li a,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac6a2a2a21a0c15 &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#ac6a2a2a21a0c15 &gt; .tab-nav a,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 25px;
}
#ac6a2a2a21a0c15 &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#ac6a2a2a21a0c15 &gt; .tab-nav li a,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.8);
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 25px;
}
#ac6a2a2a21a0c15 &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#ac6a2a2a21a0c15 &gt; .tab-nav li a svg,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac6a2a2a21a0c15 &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#ac6a2a2a21a0c15 &gt; .tab-nav li a .ap_icon,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac6a2a2a21a0c15 &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#ac6a2a2a21a0c15 &gt; .tab-nav li a:hover,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-right-color: #3cae41;
  border-left-color: #3cae41;
  border-top-color: #3cae41;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#ac6a2a2a21a0c15 &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#ac6a2a2a21a0c15 &gt; .tab-nav li.uk-active a,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#ac6a2a2a21a0c15 &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-right-color: #3cae41;
  border-left-color: #3cae41;
  border-top-color: #3cae41;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#ac6a2a2a21a0c15 .layout-left li,
#ac6a2a2a21a0c15 .layout-center li,
#ac6a2a2a21a0c15 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac6a2a2a21a0c15 .layout-left li a,
#ac6a2a2a21a0c15 .layout-center li a,
#ac6a2a2a21a0c15 .layout-right li a {
  height: 100%;
}
#ac6a2a2a21a0c15 &gt; .tab-tabs .layout-left {
  text-align: left;
}
#ac6a2a2a21a0c15 &gt; .tab-tabs .layout-center {
  text-align: center;
}
#ac6a2a2a21a0c15 &gt; .tab-tabs .layout-right {
  text-align: right;
}
#ac6a2a2a21a0c15 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ac6a2a2a21a0c15 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac6a2a2a21a0c15 .tab-contents,
#ac6a2a2a21a0c15 .tab-contents-wrap {
  pointer-events: none;
}
#ac6a2a2a21a0c15 .tab-content,
#ac6a2a2a21a0c15 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac6a2a2a21a0c15 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac6a2a2a21a0c15 .tab-wrap .tab-contents {
  height: 100%;
}
#ac6a2a2a21a0c15 .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a2c18a190aa6e4d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7e89af8e0a774a &gt; .ele-wrap {background-color: rgba(60, 175, 65, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0efda5499aa8fe .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#a0efda5499aa8fe .ele-article-list.uk-grid &gt; .uk-grid-margin {
  margin-top: 0px;
}
#a0efda5499aa8fe .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a0efda5499aa8fe .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a0efda5499aa8fe .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a0efda5499aa8fe .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a0efda5499aa8fe .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;
}
#a0efda5499aa8fe .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a0efda5499aa8fe .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a0efda5499aa8fe .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a0efda5499aa8fe .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a0efda5499aa8fe .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a0efda5499aa8fe .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a0efda5499aa8fe .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a0efda5499aa8fe .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a0efda5499aa8fe .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a0efda5499aa8fe .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a0efda5499aa8fe .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a0efda5499aa8fe .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a0efda5499aa8fe .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;
  }
}
#a0efda5499aa8fe .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a0efda5499aa8fe .ele-article-list .pic-article .img_wrap {
  width: 15%;
  border-radius: 0px;
  overflow: hidden;
}
#a0efda5499aa8fe .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  min-height: 40px;
}
#a0efda5499aa8fe .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a0efda5499aa8fe .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #0b0b0b;
}
#a0efda5499aa8fe .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#a0efda5499aa8fe .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0efda5499aa8fe .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a0efda5499aa8fe .ele-article-list .pic-article:hover .category {
  color: #444444;
}
#a0efda5499aa8fe .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a0efda5499aa8fe .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a0efda5499aa8fe .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a0efda5499aa8fe .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#a0efda5499aa8fe .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a0efda5499aa8fe .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0efda5499aa8fe .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a0efda5499aa8fe .ele-article-list .text-article:hover .time {
  color: auto;
}
#ab530ab7e3afe29 .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#ab530ab7e3afe29 .ele-article-list.uk-grid &gt; .uk-grid-margin {
  margin-top: 0px;
}
#ab530ab7e3afe29 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ab530ab7e3afe29 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ab530ab7e3afe29 .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;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ab530ab7e3afe29 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ab530ab7e3afe29 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ab530ab7e3afe29 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ab530ab7e3afe29 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ab530ab7e3afe29 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ab530ab7e3afe29 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ab530ab7e3afe29 .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;
  }
}
#ab530ab7e3afe29 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .img_wrap {
  width: 15%;
  border-radius: 0px;
  overflow: hidden;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  min-height: 40px;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0b0b0b;
}
#ab530ab7e3afe29 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#ab530ab7e3afe29 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab530ab7e3afe29 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ab530ab7e3afe29 .ele-article-list .pic-article:hover .category {
  color: #444444;
}
#ab530ab7e3afe29 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ab530ab7e3afe29 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ab530ab7e3afe29 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ab530ab7e3afe29 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#ab530ab7e3afe29 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ab530ab7e3afe29 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab530ab7e3afe29 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ab530ab7e3afe29 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ae321aaee0a9755 {
  overflow: hidden;
  pointer-events: none;
}
#ae321aaee0a9755 &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae321aaee0a9755 &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ae321aaee0a9755 &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae321aaee0a9755 &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae321aaee0a9755 &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ae321aaee0a9755 &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae321aaee0a9755 &gt; .tab-wrap &gt; div &gt; .tab-nav,
#ae321aaee0a9755 &gt; .tab-nav,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#ae321aaee0a9755 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#ae321aaee0a9755 &gt; .tab-nav-horizontal,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae321aaee0a9755 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ae321aaee0a9755 &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae321aaee0a9755 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#ae321aaee0a9755 &gt; .tab-nav-horizontal.tagScroll,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ae321aaee0a9755 &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#ae321aaee0a9755 &gt; .tab-nav-horizontal.tagScroll li a,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae321aaee0a9755 &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#ae321aaee0a9755 &gt; .tab-nav a,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 25px;
}
#ae321aaee0a9755 &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#ae321aaee0a9755 &gt; .tab-nav li a,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.8);
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 25px;
}
#ae321aaee0a9755 &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#ae321aaee0a9755 &gt; .tab-nav li a svg,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae321aaee0a9755 &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#ae321aaee0a9755 &gt; .tab-nav li a .ap_icon,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae321aaee0a9755 &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#ae321aaee0a9755 &gt; .tab-nav li a:hover,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-right-color: #3cae41;
  border-left-color: #3cae41;
  border-top-color: #3cae41;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#ae321aaee0a9755 &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#ae321aaee0a9755 &gt; .tab-nav li.uk-active a,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#ae321aaee0a9755 &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-right-color: #3cae41;
  border-left-color: #3cae41;
  border-top-color: #3cae41;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#ae321aaee0a9755 .layout-left li,
#ae321aaee0a9755 .layout-center li,
#ae321aaee0a9755 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae321aaee0a9755 .layout-left li a,
#ae321aaee0a9755 .layout-center li a,
#ae321aaee0a9755 .layout-right li a {
  height: 100%;
}
#ae321aaee0a9755 &gt; .tab-tabs .layout-left {
  text-align: left;
}
#ae321aaee0a9755 &gt; .tab-tabs .layout-center {
  text-align: center;
}
#ae321aaee0a9755 &gt; .tab-tabs .layout-right {
  text-align: right;
}
#ae321aaee0a9755 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ae321aaee0a9755 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ae321aaee0a9755 .tab-contents,
#ae321aaee0a9755 .tab-contents-wrap {
  pointer-events: none;
}
#ae321aaee0a9755 .tab-content,
#ae321aaee0a9755 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae321aaee0a9755 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae321aaee0a9755 .tab-wrap .tab-contents {
  height: 100%;
}
#ae321aaee0a9755 .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#aef32ab184a3fbb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a61f0a158ca29fa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7095adb81a916d {
  overflow: hidden;
  pointer-events: none;
}
#a7095adb81a916d &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7095adb81a916d &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a7095adb81a916d &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7095adb81a916d &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7095adb81a916d &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a7095adb81a916d &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a7095adb81a916d &gt; .tab-nav,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a7095adb81a916d &gt; .tab-nav-horizontal,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a7095adb81a916d &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a7095adb81a916d &gt; .tab-nav-horizontal.tagScroll,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a7095adb81a916d &gt; .tab-nav-horizontal.tagScroll li a,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a7095adb81a916d &gt; .tab-nav a,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 0px;
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a7095adb81a916d &gt; .tab-nav li a,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #dddddd;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  background-color: rgba(34, 50, 164, 0.4);
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a7095adb81a916d &gt; .tab-nav li a svg,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a7095adb81a916d &gt; .tab-nav li a .ap_icon,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a7095adb81a916d &gt; .tab-nav li a:hover,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a7095adb81a916d &gt; .tab-nav li.uk-active a,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
  background-color: #417bff;
}
#a7095adb81a916d &gt; .tab-wrap &gt; div &gt; .tab-nav li:last-child a,
#a7095adb81a916d &gt; .tab-nav li:last-child a,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li:last-child a,
#a7095adb81a916d &gt; .tab-tabs &gt; .tab-nav li:last-child a {
  border-right: undefined;
}
#a7095adb81a916d .layout-left li,
#a7095adb81a916d .layout-center li,
#a7095adb81a916d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7095adb81a916d .layout-left li a,
#a7095adb81a916d .layout-center li a,
#a7095adb81a916d .layout-right li a {
  height: 100%;
}
#a7095adb81a916d &gt; .tab-tabs .layout-left {
  text-align: left;
}
#a7095adb81a916d &gt; .tab-tabs .layout-center {
  text-align: center;
}
#a7095adb81a916d &gt; .tab-tabs .layout-right {
  text-align: right;
}
#a7095adb81a916d .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a7095adb81a916d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a7095adb81a916d .tab-contents,
#a7095adb81a916d .tab-contents-wrap {
  pointer-events: none;
}
#a7095adb81a916d .tab-content,
#a7095adb81a916d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7095adb81a916d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7095adb81a916d .tab-wrap .tab-contents {
  height: 100%;
}
#a7095adb81a916d .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ae422ae0b0a4bb5 , #ae422ae0b0a4bb5 a{color: rgba(255, 255, 255, 1);}#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a61f0a158ca29fa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2ed0a802ea27b2 &gt; .ele-wrap {background-color: rgba(60, 175, 65, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3db7ab296acd58 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/af1cead508a7bc4/1639306354920.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf48ab9b4af795 &gt; .ele-wrap {background-color: rgba(24, 24, 24, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe46a7abcaec1a .uk-form .form-submit-btn {
  width: 90px;
}
#afe46a7abcaec1a .uk-form .form-submit-btn {
  height: 90px;
  line-height: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
#afe46a7abcaec1a .submit-wrap button {
  background-color: #3caf41;
}
#afe46a7abcaec1a .submit-wrap button:hover {
  background-color: #3caf41;
}
#afe46a7abcaec1a .submit-wrap button {
  font-size: 16px;
}
#afe46a7abcaec1a form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afe46a7abcaec1a .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#afe46a7abcaec1a .form-item .uk-input,
#afe46a7abcaec1a .form-item .uk-select,
#afe46a7abcaec1a .form-item .uk-textarea {
  border: none !important;
}
#afe46a7abcaec1a .form-item .uk-input,
#afe46a7abcaec1a .form-item .uk-select,
#afe46a7abcaec1a .form-item .uk-textarea {
  width: autopx;
}
#afe46a7abcaec1a .form-item .uk-input::-webkit-input-placeholder,
#afe46a7abcaec1a .form-item .uk-select::-webkit-input-placeholder,
#afe46a7abcaec1a .form-item .uk-textarea::-webkit-input-placeholder {
  color: #c1c1c4;
}
#afe46a7abcaec1a .form-item .uk-input:-ms-input-placeholder,
#afe46a7abcaec1a .form-item .uk-select:-ms-input-placeholder,
#afe46a7abcaec1a .form-item .uk-textarea:-ms-input-placeholder {
  color: #c1c1c4;
}
#afe46a7abcaec1a .form-item .uk-input::-moz-placeholder,
#afe46a7abcaec1a .form-item .uk-select::-moz-placeholder,
#afe46a7abcaec1a .form-item .uk-textarea::-moz-placeholder {
  color: #c1c1c4;
}
#afe46a7abcaec1a .form-item .uk-input::placeholder,
#afe46a7abcaec1a .form-item .uk-select::placeholder,
#afe46a7abcaec1a .form-item .uk-textarea::placeholder {
  color: #c1c1c4;
}
#afe46a7abcaec1a .form-item .auto-height {
  height: auto;
}
#afe46a7abcaec1a .uk-form-label,
#afe46a7abcaec1a .form-agree,
#afe46a7abcaec1a .uk-h3,
#afe46a7abcaec1a p {
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #333333;
}
#afe46a7abcaec1a .form-item {
  position: relative;
}
#afe46a7abcaec1a .form-item &gt; label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#afe46a7abcaec1a .form-item .form-item-file .add-image {
  margin-left: 130px;
}
#afe46a7abcaec1a .form-item .uk-input,
#afe46a7abcaec1a .form-item .uk-select,
#afe46a7abcaec1a .form-item .uk-textarea,
#afe46a7abcaec1a .form-item .address-select,
#afe46a7abcaec1a .form-item .uk-grid {
  padding-left: 130px;
}
#afe46a7abcaec1a .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aa511a05b9af48b &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: rgba(233, 233, 233, 1);border-right-color: rgba(233, 233, 233, 1);border-left-color: rgba(233, 233, 233, 1);border-top-color: rgba(233, 233, 233, 1);border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;border-radius: 10px;}#aa511a05b9af48b .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1640136870443.png);background-repeat: no-repeat;}#aa511a05b9af48b  &gt; .ele-wrap:hover {background-color: rgba(60, 175, 65, 0);}#aa511a05b9af48b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(60, 175, 65, 0);background-image: url(/resources/upload/af1cead508a7bc4/1640137510672.png);background-size: auto;background-repeat: no-repeat;}#a19c1ab297a0f52 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: rgba(233, 233, 233, 1);border-right-color: rgba(233, 233, 233, 1);border-left-color: rgba(233, 233, 233, 1);border-top-color: rgba(233, 233, 233, 1);border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;border-radius: 10px;}#a19c1ab297a0f52 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1640139762856.png);background-repeat: no-repeat;}#a19c1ab297a0f52  &gt; .ele-wrap:hover {background-color: rgba(60, 175, 65, 0);}#a19c1ab297a0f52 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(60, 175, 65, 0);background-image: url(/resources/upload/af1cead508a7bc4/1640137776888.png);background-size: auto;background-repeat: no-repeat;}#aa5d4af13fadf34 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: rgba(233, 233, 233, 1);border-right-color: rgba(233, 233, 233, 1);border-left-color: rgba(233, 233, 233, 1);border-top-color: rgba(233, 233, 233, 1);border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;border-radius: 10px;}#aa5d4af13fadf34 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1640139762343.png);background-repeat: no-repeat;}#aa5d4af13fadf34  &gt; .ele-wrap:hover {background-color: rgba(60, 175, 65, 0);}#aa5d4af13fadf34 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(60, 175, 65, 0);background-image: url(/resources/upload/af1cead508a7bc4/1640139250411.png);background-size: auto;background-repeat: no-repeat;}#a57b1ac1daaf088 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: rgba(233, 233, 233, 1);border-right-color: rgba(233, 233, 233, 1);border-left-color: rgba(233, 233, 233, 1);border-top-color: rgba(233, 233, 233, 1);border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;border-radius: 10px;}#a57b1ac1daaf088 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1640139248361.png);background-repeat: no-repeat;}#a57b1ac1daaf088  &gt; .ele-wrap:hover {background-color: rgba(60, 175, 65, 0);}#a57b1ac1daaf088 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(60, 175, 65, 0);background-image: url(/resources/upload/af1cead508a7bc4/1640139250070.png);background-size: auto;background-repeat: no-repeat;}#a7955a96a8a45fa [data-item="undefined"] {background-color: rgba(74, 144, 226, 0);border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: rgba(233, 233, 233, 1);border-right-color: rgba(233, 233, 233, 1);border-left-color: rgba(233, 233, 233, 1);border-top-color: rgba(233, 233, 233, 1);border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;border-radius: 10px;}#a7955a96a8a45fa [data-item="undefined"]:hover {background-color: rgba(60, 175, 65, 1);}#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}@media screen and (min-width: 1420px) {
  #affaaa8382a57b3 .uk-container {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1900px) {
  #affaaa8382a57b3 .uk-container {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    width: 1600px;
    max-width: 1600px;
  }
}
#a6e2ca295eab1a6 .el-image {
  transition: 0.3s;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a03b1a1c74a211b .quick-menus li.logged {
  display: none;
}
#a03b1a1c74a211b .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a03b1a1c74a211b .header-right li a,
#a03b1a1c74a211b .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a03b1a1c74a211b .header-left {
  float: left;
}
#a03b1a1c74a211b .header-right {
  float: right;
}
#a03b1a1c74a211b .header-right li.logged {
  display: none;
}
#a03b1a1c74a211b .header-right li {
  display: inline;
}
#a03b1a1c74a211b .header-right li a:hover,
#a03b1a1c74a211b .header-link:hover {
  color: #30ad36;
}
#a03b1a1c74a211b .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a03b1a1c74a211b .uk-navbar-nav &gt; li &gt; a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a03b1a1c74a211b .uk-navbar-nav &gt; li &gt; a &gt; div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a03b1a1c74a211b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a03b1a1c74a211b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #30ad36;
  color: #fff;
}
#a03b1a1c74a211b .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a03b1a1c74a211b .ap-header-top {
    padding: 15px 10px;
  }
}
#a111aac697a65df [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a111aac697a65df .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a5288a3a4aa23dc {
  overflow: hidden;
  pointer-events: none;
}
#a5288a3a4aa23dc &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5288a3a4aa23dc &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5288a3a4aa23dc &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5288a3a4aa23dc &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5288a3a4aa23dc &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5288a3a4aa23dc &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5288a3a4aa23dc &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a5288a3a4aa23dc &gt; .tab-nav,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
}
#a5288a3a4aa23dc &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a5288a3a4aa23dc &gt; .tab-nav-horizontal,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5288a3a4aa23dc &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a5288a3a4aa23dc &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5288a3a4aa23dc &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a5288a3a4aa23dc &gt; .tab-nav-horizontal.tagScroll,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a5288a3a4aa23dc &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a5288a3a4aa23dc &gt; .tab-nav-horizontal.tagScroll li a,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5288a3a4aa23dc &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a5288a3a4aa23dc &gt; .tab-nav a,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 0px;
}
#a5288a3a4aa23dc &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a5288a3a4aa23dc &gt; .tab-nav li a,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #238fca;
  margin-top: 10px;
}
#a5288a3a4aa23dc &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a5288a3a4aa23dc &gt; .tab-nav li a svg,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5288a3a4aa23dc &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a5288a3a4aa23dc &gt; .tab-nav li a .ap_icon,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5288a3a4aa23dc &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a5288a3a4aa23dc &gt; .tab-nav li a:hover,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a5288a3a4aa23dc &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a5288a3a4aa23dc &gt; .tab-nav li.uk-active a,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a5288a3a4aa23dc &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  background-color: #f08989;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a5288a3a4aa23dc .layout-left li,
#a5288a3a4aa23dc .layout-center li,
#a5288a3a4aa23dc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5288a3a4aa23dc .layout-left li a,
#a5288a3a4aa23dc .layout-center li a,
#a5288a3a4aa23dc .layout-right li a {
  height: 100%;
}
#a5288a3a4aa23dc &gt; .tab-tabs .layout-left {
  text-align: left;
}
#a5288a3a4aa23dc &gt; .tab-tabs .layout-center {
  text-align: center;
}
#a5288a3a4aa23dc &gt; .tab-tabs .layout-right {
  text-align: right;
}
#a5288a3a4aa23dc .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a5288a3a4aa23dc .tab-content-wrap {
  background-color: transparent;
}
#a5288a3a4aa23dc .tab-contents,
#a5288a3a4aa23dc .tab-contents-wrap {
  pointer-events: none;
}
#a5288a3a4aa23dc .tab-content,
#a5288a3a4aa23dc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5288a3a4aa23dc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5288a3a4aa23dc .tab-wrap .tab-contents {
  height: 100%;
}
#a5288a3a4aa23dc .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a5630a9a64ac9ae .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6d0eac692acc43 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #30ad36;
  color: #30ad36;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a6d0eac692acc43 .filter-nav li.uk-active {
  color: #fff;
  background-color: #30ad36;
}
#a6d0eac692acc43 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a6d0eac692acc43 .img {
  background-position: center center;
}
#a6d0eac692acc43 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aadb3a29f2a9231 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Regular;
  color: #1f1f1f;
  margin-bottom: 60px;
  margin-right: 30px;
  margin-top: 10px;
  margin-left: 0;
  border-right-width: 0;
  border-right-color: #cacaca;
  border-left-color: #cacaca;
  border-bottom-color: #cacaca;
  border-top-color: #cacaca;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aadb3a29f2a9231 .ap-category-filter ul li.active {
  border-color: #30ad36;
  color: #30ad36;
}
#aadb3a29f2a9231 .product-item {
  background-color: rgba(0, 0, 0, 0);
}
#aadb3a29f2a9231 .grid-list .product-item {
  overflow: hidden;
}
#aadb3a29f2a9231 .grid-list .product-preview .img {
  display: block;
}
#aadb3a29f2a9231 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#aadb3a29f2a9231 .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;
}
#aadb3a29f2a9231 .grid-list .product-info {
  min-height: 110px;
}
#aadb3a29f2a9231 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#aadb3a29f2a9231 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#aadb3a29f2a9231 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#aadb3a29f2a9231 .grid-list .category-name {
  font-size: 12px;
}
#aadb3a29f2a9231 .grid-list .category-name a {
  color: #777;
}
#aadb3a29f2a9231 .grid-list .title,
#aadb3a29f2a9231 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#aadb3a29f2a9231 .grid-list .title a,
#aadb3a29f2a9231 .grid-list .subTitle a {
  color: #191919;
}
#aadb3a29f2a9231 .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;
}
#aadb3a29f2a9231 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#aadb3a29f2a9231 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#aadb3a29f2a9231 .grid-list {
  margin-left: -40px;
}
#aadb3a29f2a9231 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#aadb3a29f2a9231 .grid-list .product-btn {
  background-color: #30ad36;
}
#aadb3a29f2a9231 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
}
#aadb3a29f2a9231 .grid-list.uk-grid-small &gt; * {
  padding-left: 40px;
}
#aadb3a29f2a9231 .grid-list .product:hover {
  background-color: rgba(0, 0, 0, 0);
}
#aadb3a29f2a9231 .grid-list .product:hover .title a {
  color: #2da635;
}
#aadb3a29f2a9231 .grid-list .product:hover .subTitle {
  color: auto;
}
#aadb3a29f2a9231 .grid-list .product:hover .category {
  color: #2da635;
}
#aadb3a29f2a9231 .grid-list .product:hover .abstract {
  color: auto;
}
#aadb3a29f2a9231 .grid-list .product:hover .product-btn {
  color: #ffffff;
  background-color: #27a42f;
}
#aadb3a29f2a9231 .uk-pagination li a,
#aadb3a29f2a9231 .uk-pagination &gt; .uk-disabled &gt; * {
  color: #050505;
}
#aadb3a29f2a9231 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#aadb3a29f2a9231 .uk-pagination li.uk-active {
  background-color: #27a42f;
  border-color: #27a42f;
}
#aadb3a29f2a9231 .uk-pagination li:hover {
  border-color: #27a42f;
}
@media (max-width: 640px) {
  #aadb3a29f2a9231 .grid-list .product-info {
    min-height: 0;
  }
  #aadb3a29f2a9231 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #aadb3a29f2a9231 .grid-list .product-buttons {
    display: none;
  }
}
#a6d0eac692acc43 [data-item*=".abstract"], #a6d0eac692acc43 [data-item*=".abstract"] a {show: true;}#a6d0eac692acc43 [data-item*=".subTitle"], #a6d0eac692acc43 [data-item*=".subTitle"] a {show: true;}#a6d0eac692acc43 [data-item*=".category"], #a6d0eac692acc43 [data-item*=".category"] a {show: true;}#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a2e33a8025ab11f .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a2e33a8025ab11f .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#af319a5649afff0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af319a5649afff0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af319a5649afff0 .ap-icon {
  margin-right: 6px;
}
#af319a5649afff0 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#af319a5649afff0 .menu-list &gt; li.icon-bottom &gt; a,
#af319a5649afff0 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#af319a5649afff0 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#af319a5649afff0 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#af319a5649afff0 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#af319a5649afff0 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#af319a5649afff0 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#af319a5649afff0 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#af319a5649afff0 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#af319a5649afff0 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#af319a5649afff0 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af319a5649afff0 .menu-list &gt; li:hover &gt; a,
#af319a5649afff0 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#af319a5649afff0 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#af319a5649afff0 .menu-list ul,
#af319a5649afff0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af319a5649afff0 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af319a5649afff0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af319a5649afff0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af319a5649afff0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9057a70c6ae89e &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#a543ca4a4ca96a3 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66e4a3b8faf559 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #ffffff;
}
#a66e4a3b8faf559 .site-language-menu a:hover {
  color: #ffffff;
}
#a66e4a3b8faf559 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a66e4a3b8faf559 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a66e4a3b8faf559 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a66e4a3b8faf559 .uk-dropdown li a:hover {
  color: #222;
}
#a66e4a3b8faf559 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5aecafb58a47c9 &gt; .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;}#a2e26a7515a066a {
  pointer-events: none;
}
#a2e26a7515a066a .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2e26a7515a066a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2e26a7515a066a .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2e26a7515a066a .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2e26a7515a066a .menu-list .menu-header svg,
#a2e26a7515a066a .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2e26a7515a066a .menu-list &gt; ul {
  position: relative;
}
#a2e26a7515a066a .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2e26a7515a066a .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2e26a7515a066a .menu-list &gt; ul &gt; li.active &gt; a,
#a2e26a7515a066a .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2e26a7515a066a .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2e26a7515a066a .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2e26a7515a066a .menu-list &gt; ul &gt; li a img,
#a2e26a7515a066a .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2e26a7515a066a .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2e26a7515a066a .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2e26a7515a066a .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2e26a7515a066a .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2e26a7515a066a .menu-list ul ul.submenu &gt; 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;
}
#a2e26a7515a066a .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2e26a7515a066a .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2e26a7515a066a .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2e26a7515a066a .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ac0d7a1c98a078a {
  pointer-events: none;
}
#ac0d7a1c98a078a .menu-list {
  width: 100%;
  background: #ffffff;
}
#ac0d7a1c98a078a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac0d7a1c98a078a .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ac0d7a1c98a078a .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ac0d7a1c98a078a .menu-list .menu-header svg,
#ac0d7a1c98a078a .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ac0d7a1c98a078a .menu-list &gt; ul {
  position: relative;
}
#ac0d7a1c98a078a .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ac0d7a1c98a078a .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ac0d7a1c98a078a .menu-list &gt; ul &gt; li.active &gt; a,
#ac0d7a1c98a078a .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ac0d7a1c98a078a .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ac0d7a1c98a078a .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ac0d7a1c98a078a .menu-list &gt; ul &gt; li a img,
#ac0d7a1c98a078a .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ac0d7a1c98a078a .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ac0d7a1c98a078a .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ac0d7a1c98a078a .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ac0d7a1c98a078a .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ac0d7a1c98a078a .menu-list ul ul.submenu &gt; 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;
}
#ac0d7a1c98a078a .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ac0d7a1c98a078a .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ac0d7a1c98a078a .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ac0d7a1c98a078a .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a6e61a0dfaa1dcb {
  pointer-events: none;
}
#a6e61a0dfaa1dcb .menu-list {
  width: 100%;
  background: #ffffff;
}
#a6e61a0dfaa1dcb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a6e61a0dfaa1dcb .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a6e61a0dfaa1dcb .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a6e61a0dfaa1dcb .menu-list .menu-header svg,
#a6e61a0dfaa1dcb .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a6e61a0dfaa1dcb .menu-list &gt; ul {
  position: relative;
}
#a6e61a0dfaa1dcb .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a6e61a0dfaa1dcb .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a6e61a0dfaa1dcb .menu-list &gt; ul &gt; li.active &gt; a,
#a6e61a0dfaa1dcb .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a6e61a0dfaa1dcb .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a6e61a0dfaa1dcb .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a6e61a0dfaa1dcb .menu-list &gt; ul &gt; li a img,
#a6e61a0dfaa1dcb .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a6e61a0dfaa1dcb .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a6e61a0dfaa1dcb .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a6e61a0dfaa1dcb .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a6e61a0dfaa1dcb .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a6e61a0dfaa1dcb .menu-list ul ul.submenu &gt; 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;
}
#a6e61a0dfaa1dcb .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a6e61a0dfaa1dcb .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a6e61a0dfaa1dcb .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a6e61a0dfaa1dcb .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#af89dac69fae968 {
  pointer-events: none;
}
#af89dac69fae968 .menu-list {
  width: 100%;
  background: #ffffff;
}
#af89dac69fae968 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#af89dac69fae968 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#af89dac69fae968 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#af89dac69fae968 .menu-list .menu-header svg,
#af89dac69fae968 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#af89dac69fae968 .menu-list &gt; ul {
  position: relative;
}
#af89dac69fae968 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#af89dac69fae968 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#af89dac69fae968 .menu-list &gt; ul &gt; li.active &gt; a,
#af89dac69fae968 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#af89dac69fae968 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#af89dac69fae968 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#af89dac69fae968 .menu-list &gt; ul &gt; li a img,
#af89dac69fae968 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#af89dac69fae968 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#af89dac69fae968 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#af89dac69fae968 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#af89dac69fae968 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#af89dac69fae968 .menu-list ul ul.submenu &gt; 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;
}
#af89dac69fae968 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#af89dac69fae968 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#af89dac69fae968 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#af89dac69fae968 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#aa5edaed4aa532e {
  pointer-events: none;
}
#aa5edaed4aa532e .menu-list {
  width: 100%;
  background: #ffffff;
}
#aa5edaed4aa532e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aa5edaed4aa532e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#aa5edaed4aa532e .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#aa5edaed4aa532e .menu-list .menu-header svg,
#aa5edaed4aa532e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#aa5edaed4aa532e .menu-list &gt; ul {
  position: relative;
}
#aa5edaed4aa532e .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5edaed4aa532e .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#aa5edaed4aa532e .menu-list &gt; ul &gt; li.active &gt; a,
#aa5edaed4aa532e .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#aa5edaed4aa532e .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#aa5edaed4aa532e .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#aa5edaed4aa532e .menu-list &gt; ul &gt; li a img,
#aa5edaed4aa532e .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#aa5edaed4aa532e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#aa5edaed4aa532e .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#aa5edaed4aa532e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#aa5edaed4aa532e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#aa5edaed4aa532e .menu-list ul ul.submenu &gt; 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;
}
#aa5edaed4aa532e .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#aa5edaed4aa532e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#aa5edaed4aa532e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#aa5edaed4aa532e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#af9eeaad1ea487d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af9eeaad1ea487d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af9eeaad1ea487d .ap-icon {
  margin-right: 6px;
}
#af9eeaad1ea487d .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#af9eeaad1ea487d .menu-list &gt; li.icon-bottom &gt; a,
#af9eeaad1ea487d .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#af9eeaad1ea487d .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#af9eeaad1ea487d .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#af9eeaad1ea487d .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#af9eeaad1ea487d .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#af9eeaad1ea487d .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#af9eeaad1ea487d .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#af9eeaad1ea487d .menu-list &gt; li.icon-right &gt; a .ap-icon,
#af9eeaad1ea487d .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#af9eeaad1ea487d .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af9eeaad1ea487d .menu-list &gt; li:hover &gt; a,
#af9eeaad1ea487d .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#af9eeaad1ea487d .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#af9eeaad1ea487d .menu-list ul,
#af9eeaad1ea487d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af9eeaad1ea487d .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#af9eeaad1ea487d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af9eeaad1ea487d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af9eeaad1ea487d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1923ab665a9663 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0592a4eadac056 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #000000;
}
#a0592a4eadac056 .site-language-menu a:hover {
  color: #000000;
}
#a0592a4eadac056 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a0592a4eadac056 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a0592a4eadac056 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a0592a4eadac056 .uk-dropdown li a:hover {
  color: #222;
}
#a0592a4eadac056 .uk-dropdown li:last-child {
  border-bottom: none;
}
#af4b9a2ca3ad64b {
  pointer-events: none;
}
#af4b9a2ca3ad64b .menu-list {
  width: 100%;
  background: #ffffff;
}
#af4b9a2ca3ad64b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#af4b9a2ca3ad64b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#af4b9a2ca3ad64b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#af4b9a2ca3ad64b .menu-list .menu-header svg,
#af4b9a2ca3ad64b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#af4b9a2ca3ad64b .menu-list &gt; ul {
  position: relative;
}
#af4b9a2ca3ad64b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#af4b9a2ca3ad64b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#af4b9a2ca3ad64b .menu-list &gt; ul &gt; li.active &gt; a,
#af4b9a2ca3ad64b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#af4b9a2ca3ad64b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#af4b9a2ca3ad64b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#af4b9a2ca3ad64b .menu-list &gt; ul &gt; li a img,
#af4b9a2ca3ad64b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#af4b9a2ca3ad64b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#af4b9a2ca3ad64b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#af4b9a2ca3ad64b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#af4b9a2ca3ad64b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#af4b9a2ca3ad64b .menu-list ul ul.submenu &gt; 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;
}
#af4b9a2ca3ad64b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#af4b9a2ca3ad64b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#af4b9a2ca3ad64b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#af4b9a2ca3ad64b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a28faaf242a8832 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa6afa5160a71ac &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-right-radius: 120px;border-bottom-right-radius: 120px;border-bottom-left-radius: 120px;border-top-left-radius: 120px;}#a7e92a421fad6a4 &gt; .ele-wrap {background-color: rgba(245, 245, 245, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0397ab684ac1fc &gt; .ele-wrap {background-color: rgba(246, 243, 236, 1);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-right-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: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(245, 166, 73, 1);}#a0397ab684ac1fc  &gt; .ele-wrap:hover {background-color: rgba(49, 49, 49, 1);color: #dab969;}#a0397ab684ac1fc:hover * {color: #dab969  !important}
                            #a0397ab684ac1fc:hover .line{border-color: #dab969  !important}#a8a13a3ee3a06f0 &gt; .ele-wrap {background-color: rgba(246, 243, 236, 1);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-right-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: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(245, 166, 73, 1);}#a8a13a3ee3a06f0  &gt; .ele-wrap:hover {background-color: rgba(49, 49, 49, 1);color: #dab969;}#a8a13a3ee3a06f0:hover * {color: #dab969  !important}
                            #a8a13a3ee3a06f0:hover .line{border-color: #dab969  !important}#a00daa0796ad4de &gt; .ele-wrap {background-color: rgba(246, 243, 236, 1);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-right-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: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(245, 166, 73, 1);}#a00daa0796ad4de  &gt; .ele-wrap:hover {background-color: rgba(49, 49, 49, 1);color: #dab969;}#a00daa0796ad4de:hover * {color: #dab969  !important}
                            #a00daa0796ad4de:hover .line{border-color: #dab969  !important}#a47bbae8eba273c &gt; .ele-wrap {background-color: rgba(49, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9b22a4186a9a21 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9b22a4186a9a21  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a9b22a4186a9a21 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1689735079936.jpeg);background-size: contain;}#a38eea19f7a00ad &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a38eea19f7a00ad  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a38eea19f7a00ad .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1689735081092.jpeg);background-size: contain;}#a3ae9ad62ba3aa1 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3ae9ad62ba3aa1  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a3ae9ad62ba3aa1 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1689735080452.jpeg);background-size: contain;}#a6d9caf383a3398 &gt; .ele-wrap {background-color: rgba(251, 249, 246, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1111a0540af74d &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(180, 180, 180, 1);border-left-color: rgba(180, 180, 180, 1);border-bottom-color: rgba(180, 180, 180, 1);border-top-color: rgba(180, 180, 180, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1111a0540af74d  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a1111a0540af74d .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1689735353917.jpeg);background-size: cover;}#acf9ea3e0aab707 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(180, 180, 180, 1);border-left-color: rgba(180, 180, 180, 1);border-bottom-color: rgba(180, 180, 180, 1);border-top-color: rgba(180, 180, 180, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#acf9ea3e0aab707  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#acf9ea3e0aab707 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1689735353368.jpeg);background-size: cover;}#ab4acad7d5a6ea1 &gt; .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-width: 1px;border-right-color: rgba(180, 180, 180, 1);border-left-color: rgba(180, 180, 180, 1);border-bottom-color: rgba(180, 180, 180, 1);border-top-color: rgba(180, 180, 180, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab4acad7d5a6ea1  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ab4acad7d5a6ea1 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/af1cead508a7bc4/1689735363057.jpeg);background-size: cover;}#aca7ea26d6a684e &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}#aca7ea26d6a684e  &gt; .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a4435af68ea6ebe &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a4435af68ea6ebe  &gt; .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a8f0fa42daaed44 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a8f0fa42daaed44  &gt; .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a7ed0a4cf0ae08c {
  overflow: hidden;
  pointer-events: none;
}
#a7ed0a4cf0ae08c &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7ed0a4cf0ae08c &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a7ed0a4cf0ae08c &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7ed0a4cf0ae08c &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 150px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7ed0a4cf0ae08c &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a7ed0a4cf0ae08c &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7ed0a4cf0ae08c &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a7ed0a4cf0ae08c &gt; .tab-nav,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #eac763;
}
#a7ed0a4cf0ae08c &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a7ed0a4cf0ae08c &gt; .tab-nav-horizontal,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7ed0a4cf0ae08c &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a7ed0a4cf0ae08c &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7ed0a4cf0ae08c &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a7ed0a4cf0ae08c &gt; .tab-nav-horizontal.tagScroll,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 150px;
  overflow-x: auto;
}
#a7ed0a4cf0ae08c &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a7ed0a4cf0ae08c &gt; .tab-nav-horizontal.tagScroll li a,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7ed0a4cf0ae08c &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a7ed0a4cf0ae08c &gt; .tab-nav a,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 200px;
}
#a7ed0a4cf0ae08c &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a7ed0a4cf0ae08c &gt; .tab-nav li a,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 149px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  font-family: inherit;
  color: #ffffff;
  background-color: #eac763;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0 200px;
}
#a7ed0a4cf0ae08c &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a7ed0a4cf0ae08c &gt; .tab-nav li a svg,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7ed0a4cf0ae08c &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a7ed0a4cf0ae08c &gt; .tab-nav li a .ap_icon,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7ed0a4cf0ae08c &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a7ed0a4cf0ae08c &gt; .tab-nav li a:hover,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a7ed0a4cf0ae08c &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a7ed0a4cf0ae08c &gt; .tab-nav li.uk-active a,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#a7ed0a4cf0ae08c &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  background-color: #eac763;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7ed0a4cf0ae08c .layout-left li,
#a7ed0a4cf0ae08c .layout-center li,
#a7ed0a4cf0ae08c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7ed0a4cf0ae08c .layout-left li a,
#a7ed0a4cf0ae08c .layout-center li a,
#a7ed0a4cf0ae08c .layout-right li a {
  height: 100%;
}
#a7ed0a4cf0ae08c &gt; .tab-tabs .layout-left {
  text-align: left;
}
#a7ed0a4cf0ae08c &gt; .tab-tabs .layout-center {
  text-align: center;
}
#a7ed0a4cf0ae08c &gt; .tab-tabs .layout-right {
  text-align: right;
}
#a7ed0a4cf0ae08c .tab-contents {
  height: 100%;
  height: calc(100% - 150px);
}
#a7ed0a4cf0ae08c .tab-content-wrap {
  background-color: #f9f5f5;
}
#a7ed0a4cf0ae08c .tab-contents,
#a7ed0a4cf0ae08c .tab-contents-wrap {
  pointer-events: none;
}
#a7ed0a4cf0ae08c .tab-content,
#a7ed0a4cf0ae08c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7ed0a4cf0ae08c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7ed0a4cf0ae08c .tab-wrap .tab-contents {
  height: 100%;
}
#a7ed0a4cf0ae08c .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#abe35a2af0a2d77 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#abe35a2af0a2d77 .gallery-thumbnails .uk-thumbnav &gt; * {
  padding-left: 8px;
}
#a27e8a775da2c07 &gt; .ele-wrap {background-color: rgba(49, 49, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a087da2321a155b &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(255, 255, 255, 0.1);border-right-color: rgba(255, 255, 255, 0.1);border-left-color: rgba(255, 255, 255, 0.1);border-bottom-color: rgba(255, 255, 255, 0.1);}#ae661a3f20aaefb &gt; .ele-wrap {background-color: rgba(234, 199, 99, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a13f3a2d3ea3932 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(255, 255, 255, 0.1);border-right-color: rgba(255, 255, 255, 0.1);border-left-color: rgba(255, 255, 255, 0.1);border-bottom-color: rgba(9, 9, 9, 0.1);}#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a6275a9db2a71d2 {
  /*.product .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}*/
}
#a6275a9db2a71d2 .container {
  /*  display: flex;
  justify-content: center;*/
  align-items: center;
  background-color: #fff;
  flex-direction: column;
}
#a6275a9db2a71d2 .product {
  width: 100%;
  background-color: #fff;
}
#a6275a9db2a71d2 .product .swiper-container {
  height: 732px;
  width: 100%;
  position: relative;
}
#a6275a9db2a71d2 .product .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
#a6275a9db2a71d2 .product .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#a6275a9db2a71d2 .product .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 500px;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
#a6275a9db2a71d2 .product .swiper-slide .product-num {
  display: block;
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transform: translateY(-80px);
  color: #AF3637;
  font-weight: 300;
  opacity: 0;
  transition: .2s ease .4s;
}
#a6275a9db2a71d2 .product .swiper-slide .product-img {
  width: 760px;
  max-width: 674px;
  height: auto;
  position: absolute;
  top: -35px;
  opacity: 0;
  left: 435px;
  z-index: 99;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transform: translateY(-80px);
  transition: .2s ease .4s;
}
#a6275a9db2a71d2 .imgbj {
  width: 363px;
  height: 302px;
  background: #ffffff73;
  position: absolute;
  top: -50px;
  right: -623px;
  z-index: 90;
}
#a6275a9db2a71d2 .product .swiper-slide .product-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: .2s ease .5s;
}
#a6275a9db2a71d2 .product .swiper-slide .product-title .product-category {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 0 50px;
}
#a6275a9db2a71d2 .product .swiper-slide .product-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
  font-size: 32px;
}
#a6275a9db2a71d2 .product .swiper-slide .product-text img {
  margin-top: -7px;
  margin-right: 13px;
}
#a6275a9db2a71d2 .product .swiper-slide-active .product-num {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease 1.2s;
}
#a6275a9db2a71d2 .product .swiper-slide-active .product-img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease 1.2s;
}
#a6275a9db2a71d2 .product .swiper-slide-active .product-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
}
#a6275a9db2a71d2 .product .swiper-slide-active .product-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}
#a6275a9db2a71d2 .product .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
#a6275a9db2a71d2 .product .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#a6275a9db2a71d2 .product .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #ffffff7d;
  margin: 15px 0 !important;
  position: relative;
}
#a6275a9db2a71d2 .product .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .2s;
}
#a6275a9db2a71d2 .product .swiper-pagination-bullet-active {
  color: #ffffff;
}
#a6275a9db2a71d2 .product .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#a6275a9db2a71d2 .product .swiper-button-next,
#a6275a9db2a71d2 .product .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: .2s;
}
#a6275a9db2a71d2 .product .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
#a6275a9db2a71d2 .product .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
#a6275a9db2a71d2 .product .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
#a6275a9db2a71d2 .product .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  #a6275a9db2a71d2 .product .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  #a6275a9db2a71d2 .product .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-80%);
    width: 500px;
    font-size: 11px;
    text-align: right;
  }
  #a6275a9db2a71d2 .product .swiper-slide .product-num {
    font-size: 80px;
    font-weight: bold;
    background: #fff;
    width: 138px;
    height: 138px;
    color: #E1BC67;
    border-radius: 50%;
    line-height: 138px;
    text-align: center;
    box-shadow: 4px 4px 10px #00000024;
    float: left;
  }
  #a6275a9db2a71d2 .product .swiper-slide .product-title {
    font-size: 46px;
    margin: 0;
    float: left;
    margin-left: 50px;
    color: #fff;
    line-height: 138px;
  }
  #a6275a9db2a71d2 .top {
    display: inline-block;
  }
  #a6275a9db2a71d2 .product .swiper-pagination {
    display: flex;
  }
  #a6275a9db2a71d2 .product .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 17.5%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
  }
  #a6275a9db2a71d2 .product .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
    transform: rotate(90deg) translate(-3px, 10px);
  }
  #a6275a9db2a71d2 .product .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 17.5%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
  }
  #a6275a9db2a71d2 .product .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
    transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  #a6275a9db2a71d2 .product .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  #a6275a9db2a71d2 .product .swiper-slide-content {
    left: 15%;
    text-align: left;
  }
}
#a7677a6ee0aef70 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a7677a6ee0aef70 .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#ad403a7cc7ae5f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad403a7cc7ae5f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad403a7cc7ae5f9 .ap-icon {
  margin-right: 6px;
}
#ad403a7cc7ae5f9 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#ad403a7cc7ae5f9 .menu-list &gt; li.icon-bottom &gt; a,
#ad403a7cc7ae5f9 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad403a7cc7ae5f9 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad403a7cc7ae5f9 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad403a7cc7ae5f9 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad403a7cc7ae5f9 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad403a7cc7ae5f9 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad403a7cc7ae5f9 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad403a7cc7ae5f9 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad403a7cc7ae5f9 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad403a7cc7ae5f9 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad403a7cc7ae5f9 .menu-list &gt; li:hover &gt; a,
#ad403a7cc7ae5f9 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad403a7cc7ae5f9 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#ad403a7cc7ae5f9 .menu-list ul,
#ad403a7cc7ae5f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad403a7cc7ae5f9 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ad403a7cc7ae5f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad403a7cc7ae5f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad403a7cc7ae5f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6f22a95d4abbec &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#ac352a5976a0fad &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba6ca4df3a82bd .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #ffffff;
}
#aba6ca4df3a82bd .site-language-menu a:hover {
  color: #ffffff;
}
#aba6ca4df3a82bd .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#aba6ca4df3a82bd .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#aba6ca4df3a82bd .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#aba6ca4df3a82bd .uk-dropdown li a:hover {
  color: #222;
}
#aba6ca4df3a82bd .uk-dropdown li:last-child {
  border-bottom: none;
}
#a8e1da9f31a8ec2 &gt; .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;}#ad2c5abf5ea69d0 {
  pointer-events: none;
}
#ad2c5abf5ea69d0 .menu-list {
  width: 100%;
  background: #ffffff;
}
#ad2c5abf5ea69d0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ad2c5abf5ea69d0 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ad2c5abf5ea69d0 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ad2c5abf5ea69d0 .menu-list .menu-header svg,
#ad2c5abf5ea69d0 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ad2c5abf5ea69d0 .menu-list &gt; ul {
  position: relative;
}
#ad2c5abf5ea69d0 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ad2c5abf5ea69d0 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ad2c5abf5ea69d0 .menu-list &gt; ul &gt; li.active &gt; a,
#ad2c5abf5ea69d0 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ad2c5abf5ea69d0 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ad2c5abf5ea69d0 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ad2c5abf5ea69d0 .menu-list &gt; ul &gt; li a img,
#ad2c5abf5ea69d0 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ad2c5abf5ea69d0 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ad2c5abf5ea69d0 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ad2c5abf5ea69d0 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ad2c5abf5ea69d0 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ad2c5abf5ea69d0 .menu-list ul ul.submenu &gt; 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;
}
#ad2c5abf5ea69d0 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ad2c5abf5ea69d0 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ad2c5abf5ea69d0 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ad2c5abf5ea69d0 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a4e29a6bc3a887e {
  pointer-events: none;
}
#a4e29a6bc3a887e .menu-list {
  width: 100%;
  background: #ffffff;
}
#a4e29a6bc3a887e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a4e29a6bc3a887e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a4e29a6bc3a887e .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a4e29a6bc3a887e .menu-list .menu-header svg,
#a4e29a6bc3a887e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a4e29a6bc3a887e .menu-list &gt; ul {
  position: relative;
}
#a4e29a6bc3a887e .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a4e29a6bc3a887e .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a4e29a6bc3a887e .menu-list &gt; ul &gt; li.active &gt; a,
#a4e29a6bc3a887e .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a4e29a6bc3a887e .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a4e29a6bc3a887e .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a4e29a6bc3a887e .menu-list &gt; ul &gt; li a img,
#a4e29a6bc3a887e .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a4e29a6bc3a887e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a4e29a6bc3a887e .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a4e29a6bc3a887e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a4e29a6bc3a887e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a4e29a6bc3a887e .menu-list ul ul.submenu &gt; 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;
}
#a4e29a6bc3a887e .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a4e29a6bc3a887e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a4e29a6bc3a887e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a4e29a6bc3a887e .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a74c4ac1f5ad41c {
  pointer-events: none;
}
#a74c4ac1f5ad41c .menu-list {
  width: 100%;
  background: #ffffff;
}
#a74c4ac1f5ad41c ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a74c4ac1f5ad41c .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a74c4ac1f5ad41c .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a74c4ac1f5ad41c .menu-list .menu-header svg,
#a74c4ac1f5ad41c .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a74c4ac1f5ad41c .menu-list &gt; ul {
  position: relative;
}
#a74c4ac1f5ad41c .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a74c4ac1f5ad41c .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a74c4ac1f5ad41c .menu-list &gt; ul &gt; li.active &gt; a,
#a74c4ac1f5ad41c .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a74c4ac1f5ad41c .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a74c4ac1f5ad41c .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a74c4ac1f5ad41c .menu-list &gt; ul &gt; li a img,
#a74c4ac1f5ad41c .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a74c4ac1f5ad41c .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a74c4ac1f5ad41c .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a74c4ac1f5ad41c .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a74c4ac1f5ad41c .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a74c4ac1f5ad41c .menu-list ul ul.submenu &gt; 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;
}
#a74c4ac1f5ad41c .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a74c4ac1f5ad41c .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a74c4ac1f5ad41c .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a74c4ac1f5ad41c .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ae50baa945ae450 {
  pointer-events: none;
}
#ae50baa945ae450 .menu-list {
  width: 100%;
  background: #ffffff;
}
#ae50baa945ae450 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ae50baa945ae450 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ae50baa945ae450 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ae50baa945ae450 .menu-list .menu-header svg,
#ae50baa945ae450 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ae50baa945ae450 .menu-list &gt; ul {
  position: relative;
}
#ae50baa945ae450 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ae50baa945ae450 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ae50baa945ae450 .menu-list &gt; ul &gt; li.active &gt; a,
#ae50baa945ae450 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ae50baa945ae450 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ae50baa945ae450 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ae50baa945ae450 .menu-list &gt; ul &gt; li a img,
#ae50baa945ae450 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ae50baa945ae450 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ae50baa945ae450 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ae50baa945ae450 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ae50baa945ae450 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ae50baa945ae450 .menu-list ul ul.submenu &gt; 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;
}
#ae50baa945ae450 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ae50baa945ae450 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ae50baa945ae450 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ae50baa945ae450 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a068da36fba7dd2 {
  pointer-events: none;
}
#a068da36fba7dd2 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a068da36fba7dd2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a068da36fba7dd2 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a068da36fba7dd2 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a068da36fba7dd2 .menu-list .menu-header svg,
#a068da36fba7dd2 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a068da36fba7dd2 .menu-list &gt; ul {
  position: relative;
}
#a068da36fba7dd2 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a068da36fba7dd2 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a068da36fba7dd2 .menu-list &gt; ul &gt; li.active &gt; a,
#a068da36fba7dd2 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a068da36fba7dd2 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a068da36fba7dd2 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a068da36fba7dd2 .menu-list &gt; ul &gt; li a img,
#a068da36fba7dd2 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a068da36fba7dd2 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a068da36fba7dd2 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a068da36fba7dd2 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a068da36fba7dd2 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a068da36fba7dd2 .menu-list ul ul.submenu &gt; 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;
}
#a068da36fba7dd2 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a068da36fba7dd2 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a068da36fba7dd2 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a068da36fba7dd2 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a6304a1c57a5e72 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6304a1c57a5e72 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6304a1c57a5e72 .ap-icon {
  margin-right: 6px;
}
#a6304a1c57a5e72 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a6304a1c57a5e72 .menu-list &gt; li.icon-bottom &gt; a,
#a6304a1c57a5e72 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a6304a1c57a5e72 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a6304a1c57a5e72 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a6304a1c57a5e72 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a6304a1c57a5e72 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a6304a1c57a5e72 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a6304a1c57a5e72 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a6304a1c57a5e72 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a6304a1c57a5e72 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a6304a1c57a5e72 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6304a1c57a5e72 .menu-list &gt; li:hover &gt; a,
#a6304a1c57a5e72 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6304a1c57a5e72 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a6304a1c57a5e72 .menu-list ul,
#a6304a1c57a5e72 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6304a1c57a5e72 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#a6304a1c57a5e72 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6304a1c57a5e72 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6304a1c57a5e72 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a029ca53d4a7edb &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb63a4ca8afef2 {
  pointer-events: none;
}
#acb63a4ca8afef2 .menu-list {
  width: 100%;
  background: #ffffff;
}
#acb63a4ca8afef2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#acb63a4ca8afef2 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#acb63a4ca8afef2 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#acb63a4ca8afef2 .menu-list .menu-header svg,
#acb63a4ca8afef2 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#acb63a4ca8afef2 .menu-list &gt; ul {
  position: relative;
}
#acb63a4ca8afef2 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#acb63a4ca8afef2 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#acb63a4ca8afef2 .menu-list &gt; ul &gt; li.active &gt; a,
#acb63a4ca8afef2 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#acb63a4ca8afef2 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#acb63a4ca8afef2 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#acb63a4ca8afef2 .menu-list &gt; ul &gt; li a img,
#acb63a4ca8afef2 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#acb63a4ca8afef2 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#acb63a4ca8afef2 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#acb63a4ca8afef2 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#acb63a4ca8afef2 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#acb63a4ca8afef2 .menu-list ul ul.submenu &gt; 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;
}
#acb63a4ca8afef2 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#acb63a4ca8afef2 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#acb63a4ca8afef2 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#acb63a4ca8afef2 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a0577ade32ad8d3 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #000000;
}
#a0577ade32ad8d3 .site-language-menu a:hover {
  color: #000000;
}
#a0577ade32ad8d3 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a0577ade32ad8d3 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a0577ade32ad8d3 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a0577ade32ad8d3 .uk-dropdown li a:hover {
  color: #222;
}
#a0577ade32ad8d3 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaa99a82efa3605 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0feea94e2aa183 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-right-radius: 120px;border-bottom-right-radius: 120px;border-bottom-left-radius: 120px;border-top-left-radius: 120px;}#ae7e7ad3a6afefc .hover-content-wrap:nth-child(1)
                            {background-color: rgba(79, 76, 74, 1);}#ae7e7ad3a6afefc .hover-content-wrap:nth-child(2)
                            {background-color: rgba(49, 49, 49, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690164725728.jpeg);background-position: center center;}#a5750aa210ab7e4 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(79, 76, 74, 1);}#a5750aa210ab7e4 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(49, 49, 49, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690164724860.jpeg);background-position: center center;}#a072aa269da6fff .hover-content-wrap:nth-child(1)
                            {background-color: rgba(79, 76, 74, 1);}#a072aa269da6fff .hover-content-wrap:nth-child(2)
                            {background-color: rgba(49, 49, 49, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690164726457.jpeg);background-position: center center;}#ade18a3da6a578b .hover-content-wrap:nth-child(1)
                            {background-color: rgba(79, 76, 74, 1);}#ade18a3da6a578b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(49, 49, 49, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690164727576.jpeg);background-position: center center;}#a39a0a0429a810e &gt; .ele-wrap {background-color: rgba(245, 245, 245, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d64a25bcae7be &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 16px;}#a3d64a25bcae7be .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 1);}#a3d64a25bcae7be  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a3d64a25bcae7be .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 165, 68, 1);}#ae83aac727a3015 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 16px;}#ae83aac727a3015 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 1);}#ae83aac727a3015  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ae83aac727a3015 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 165, 68, 1);}#aca48a965aadaeb &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 16px;}#aca48a965aadaeb .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 1);}#aca48a965aadaeb  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#aca48a965aadaeb .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 165, 68, 1);}#a490cae89da9e7b &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 16px;}#a490cae89da9e7b .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 1);}#a490cae89da9e7b  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a490cae89da9e7b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 165, 68, 1);}#a7742a30a3a0e7f &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 16px;}#a7742a30a3a0e7f .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 1);}#a7742a30a3a0e7f  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a7742a30a3a0e7f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 165, 68, 1);}#aca41abb07a6463 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 16px;}#aca41abb07a6463 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 1);}#aca41abb07a6463  &gt; .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#aca41abb07a6463 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 165, 68, 1);}#af058ad0c0a8446 &gt; .ele-wrap {background-color: rgba(0, 165, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;box-shadow: 4px 4px 2px 0px rgba(255, 255, 255, 0.3);}#af058ad0c0a8446  &gt; .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);color: #00a544;}#af058ad0c0a8446:hover * {color: #00a544  !important}
                            #af058ad0c0a8446:hover .line{border-color: #00a544  !important}#a76b6a65a1a63fc &gt; .ele-wrap {background-color: rgba(225, 188, 103, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;box-shadow: 4px 4px 2px 0px rgba(255, 255, 255, 0.3);}#a76b6a65a1a63fc  &gt; .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);color: #e1bc67;}#a76b6a65a1a63fc:hover * {color: #e1bc67  !important}
                            #a76b6a65a1a63fc:hover .line{border-color: #e1bc67  !important}#afef2ab022abcb6 &gt; .ele-wrap {background-color: rgba(0, 165, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;box-shadow: 4px 4px 2px 0px rgba(255, 255, 255, 0.3);}#afef2ab022abcb6  &gt; .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);color: #00a544;}#afef2ab022abcb6:hover * {color: #00a544  !important}
                            #afef2ab022abcb6:hover .line{border-color: #00a544  !important}#a5222a32f7a2800 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(223, 223, 223, 1);border-right-color: rgba(223, 223, 223, 1);border-left-color: rgba(223, 223, 223, 1);border-bottom-color: rgba(223, 223, 223, 1);border-top-left-radius: 500px;border-bottom-right-radius: 500px;border-top-right-radius: 500px;border-bottom-left-radius: 500px;}#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a3164a304eab8b5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab5f9a0f5aac123 .lbt-box {
  position: relative;
  height: 500px;
  margin: 0 auto;
}
#ab5f9a0f5aac123 .imgs {
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
#ab5f9a0f5aac123 .imgitem {
  position: absolute;
  width: 400px;
  height: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  transition: .8s;
  opacity: 0;
}
#ab5f9a0f5aac123 .imgitem img {
  width: 100%;
  height: 100%;
}
#ab5f9a0f5aac123 .cur-img {
  width: 800px;
  z-index: 100;
  opacity: 1;
}
#ab5f9a0f5aac123 .pre-img {
  transform: translateX(-400px) rotateY(30deg) scale(0.8);
  z-index: 9;
  opacity: 0.9;
}
#ab5f9a0f5aac123 .next-img {
  transform: translateX(400px) rotateY(-30deg) scale(0.8);
  z-index: 9;
  opacity: 0.9;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3c4eaa8fda9ad6 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690178494497.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac00dabe4ca0b44 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690178494497.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2716a7b4ba1f02 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690178494497.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ec2ac39eacd39 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690178494497.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aec3ea12fcab91d &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690178494497.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1815a4500acbee &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690178494497.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a333ca6731a416c &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690178494497.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a940caf79ca7fe7 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690178494497.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ce5a41dfad173 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690178494497.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3735a0323ac0a0 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/af1cead508a7bc4/1690178494497.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}.cd-accordion-menu {
  width: 100%;
}
.cd-accordion-menu ul {
  display: none;
}
.cd-accordion-menu li {
  user-select: none;
}
.cd-accordion-menu input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label,
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 15px 0 15px 32px;
  background: #4d5158;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label &gt; svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  transform-origin: center center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.cd-accordion-menu input[type="checkbox"]:checked + label &gt; svg {
  transform: translateY(-50%) rotate(90deg);
}
.cd-accordion-menu input[type="checkbox"]:checked + label + ul,
.cd-accordion-menu input[type="checkbox"]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  padding-left: 56px;
}
.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu &gt; li:last-of-type &gt; label,
.cd-accordion-menu &gt; li:last-of-type &gt; a,
.cd-accordion-menu &gt; li &gt; ul &gt; li:last-of-type label,
.cd-accordion-menu &gt; li &gt; ul &gt; li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label &gt; svg {
  left: 36px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 80px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 98px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
#a56b1af5e0a7c37 .cd-accordion-menu label,
#a56b1af5e0a7c37 .cd-accordion-menu a {
  background-color: #f0f0f0;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #232323;
  margin-top: 0;
  margin-bottom: 0;
  border-left-width: 70px;
  border-left-color: #f0f0f0;
  border-left-style: solid;
  border-right-width: 70px;
  border-right-color: #f0f0f0;
  border-right-style: solid;
  box-shadow: inset 0 -1px #e6e6e6;
}
#a56b1af5e0a7c37 .menu-list &gt; ul &gt; li.active &gt; a,
#a56b1af5e0a7c37 .menu-list &gt; ul &gt; li.active &gt; label,
#a56b1af5e0a7c37 .menu-list &gt; ul &gt; li:hover &gt; a,
#a56b1af5e0a7c37 .menu-list &gt; ul &gt; li:hover &gt; label {
  color: #fff;
  background: #f0f0f0;
  box-shadow: none;
  background-color: #f0f0f0;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #232323;
  border-left-width: 70px;
  border-left-style: solid;
  border-left-color: #f0f0f0;
  border-right-width: 70px;
  border-right-color: #f0f0f0;
  border-right-style: solid;
}
#a56b1af5e0a7c37 .menu-list &gt; ul &gt; li.active &gt; a,
#a56b1af5e0a7c37 .menu-list &gt; ul &gt; li.active &gt; label {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  background-color: #f0f0f0;
}
#a56b1af5e0a7c37 .cd-accordion-menu ul li &gt; a:hover,
#a56b1af5e0a7c37 .cd-accordion-menu ul li &gt; label:hover {
  background-color: #f0f0f0;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #232323;
  box-shadow: none;
}
#a2d89abbeea9996 .uk-form .form-submit-btn {
  width: 437px;
}
#a2d89abbeea9996 .uk-form .form-submit-btn {
  height: 93px;
  line-height: 93px;
  padding-top: 0;
  padding-bottom: 0;
}
#a2d89abbeea9996 .submit-wrap button {
  background-color: #3caf41;
}
#a2d89abbeea9996 .submit-wrap button:hover {
  background-color: #3caf41;
}
#a2d89abbeea9996 .submit-wrap button {
  font-size: 16px;
}
#a2d89abbeea9996 .submit-wrap button {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a2d89abbeea9996 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a2d89abbeea9996 .form-item .uk-input,
#a2d89abbeea9996 .form-item .uk-select,
#a2d89abbeea9996 .form-item .uk-textarea {
  width: 437px;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #444444;
  line-height: 80px;
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.7);
  border-right-color: rgba(34, 34, 34, 0.7);
  border-left-color: rgba(34, 34, 34, 0.7);
  border-bottom-color: rgba(34, 34, 34, 0.7);
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a2d89abbeea9996 .form-item .uk-input::-webkit-input-placeholder,
#a2d89abbeea9996 .form-item .uk-select::-webkit-input-placeholder,
#a2d89abbeea9996 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #c1c1c4;
}
#a2d89abbeea9996 .form-item .uk-input:-ms-input-placeholder,
#a2d89abbeea9996 .form-item .uk-select:-ms-input-placeholder,
#a2d89abbeea9996 .form-item .uk-textarea:-ms-input-placeholder {
  color: #c1c1c4;
}
#a2d89abbeea9996 .form-item .uk-input::-moz-placeholder,
#a2d89abbeea9996 .form-item .uk-select::-moz-placeholder,
#a2d89abbeea9996 .form-item .uk-textarea::-moz-placeholder {
  color: #c1c1c4;
}
#a2d89abbeea9996 .form-item .uk-input::placeholder,
#a2d89abbeea9996 .form-item .uk-select::placeholder,
#a2d89abbeea9996 .form-item .uk-textarea::placeholder {
  color: #c1c1c4;
}
#a2d89abbeea9996 .form-item .auto-height {
  height: auto;
}
#a2d89abbeea9996 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #444444;
  line-height: 80px;
}
#a2d89abbeea9996 .form-item .send-code {
  bottom: 20px;
}
#a2d89abbeea9996 .form-item .uk-textarea {
  height: 160px;
  line-height: 1.5;
}
#a2d89abbeea9996 .uk-form-label,
#a2d89abbeea9996 .form-agree,
#a2d89abbeea9996 .uk-h3,
#a2d89abbeea9996 p {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333333;
  line-height: 80px;
}
#a2d89abbeea9996 .form-item {
  position: relative;
}
#a2d89abbeea9996 .form-item &gt; label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a2d89abbeea9996 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a2d89abbeea9996 .form-item .uk-input,
#a2d89abbeea9996 .form-item .uk-select,
#a2d89abbeea9996 .form-item .uk-textarea,
#a2d89abbeea9996 .form-item .address-select,
#a2d89abbeea9996 .form-item .uk-grid {
  padding-left: 90px;
}
#a2d89abbeea9996 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9b5aa0d6ba28b0 &gt; .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);}#accaea4a11a28c5 .uk-grid {
  margin-left: -15px;
}
#accaea4a11a28c5 .uk-grid &gt; * {
  padding-left: 15px;
}
#accaea4a11a28c5 .uk-grid &gt; .uk-grid-margin {
  margin-top: 10px;
}
#accaea4a11a28c5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #accaea4a11a28c5 .uk-position-center-left-out {
    left: -30px;
  }
  #accaea4a11a28c5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a4e48ad546a27fc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a55c9a7e52a02ef {
  min-height: 500px;
  /* mobile */
}
#a55c9a7e52a02ef .search-highlight {
  background: yellow;
}
#a55c9a7e52a02ef .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a55c9a7e52a02ef .el-title {
  margin-bottom: 20px;
}
#a55c9a7e52a02ef .el-item:hover .el-title {
  color: #30ad36;
}
#a55c9a7e52a02ef .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a55c9a7e52a02ef .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a55c9a7e52a02ef .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a55c9a7e52a02ef .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a55c9a7e52a02ef .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a55c9a7e52a02ef .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a55c9a7e52a02ef .el-title {
    margin-bottom: 0;
  }
  #a55c9a7e52a02ef .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a55c9a7e52a02ef .category {
    font-size: 12px;
  }
  #a55c9a7e52a02ef .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a4e48ad546a27fc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4841a34b3aab01 {
  /* 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------------------------*/
}
#a4841a34b3aab01 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a4841a34b3aab01 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a4841a34b3aab01 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a4841a34b3aab01 .error .clip:nth-of-type(1) .shadow,
#a4841a34b3aab01 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a4841a34b3aab01 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a4841a34b3aab01 .error h2 {
  font-size: 32px;
}
#a4841a34b3aab01 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a4841a34b3aab01 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a4841a34b3aab01 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a4841a34b3aab01 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a4841a34b3aab01 .error .clip .shadow {
  overflow: hidden;
}
#a4841a34b3aab01 .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);
}
#a4841a34b3aab01 .error .clip:nth-of-type(3) .shadow:after,
#a4841a34b3aab01 .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%;
}
#a4841a34b3aab01 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a4841a34b3aab01 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a4841a34b3aab01 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a4841a34b3aab01 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a4841a34b3aab01 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a4841a34b3aab01 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a4841a34b3aab01 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a4841a34b3aab01 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a4841a34b3aab01 {
    /* Error Page */
    /* Error Page */
  }
  #a4841a34b3aab01 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a4841a34b3aab01 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a4841a34b3aab01 .error .clip:nth-of-type(1) .shadow,
  #a4841a34b3aab01 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a4841a34b3aab01 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a4841a34b3aab01 .error h2 {
    font-size: 24px;
  }
  #a4841a34b3aab01 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a4841a34b3aab01 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a4841a34b3aab01 .error .container-error-404 {
    height: 150px;
  }
}
#a4841a34b3aab01 .overlay {
  position: relative;
  z-index: 20;
}
#a4841a34b3aab01 .ground-color {
  background: white;
}
#a4841a34b3aab01 .item-bg-color {
  background: #EAEAEA;
}
#a4841a34b3aab01 .padding-top {
  padding-top: 10px;
}
#a4841a34b3aab01 .padding-bottom {
  padding-bottom: 10px;
}
#a4841a34b3aab01 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4841a34b3aab01 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a4841a34b3aab01 .padding-all {
  padding: 10px;
}
#a4841a34b3aab01 .no-padding-left {
  padding-left: 0px;
}
#a4841a34b3aab01 .no-padding-right {
  padding-right: 0px;
}
#a4841a34b3aab01 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a4841a34b3aab01 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a4841a34b3aab01 .no-padding {
  padding: 0px;
}
#a4841a34b3aab01 .margin-top {
  margin-top: 10px;
}
#a4841a34b3aab01 .margin-bottom {
  margin-bottom: 10px;
}
#a4841a34b3aab01 .margin-right {
  margin-right: 10px;
}
#a4841a34b3aab01 .margin-left {
  margin-left: 10px;
}
#a4841a34b3aab01 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a4841a34b3aab01 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a4841a34b3aab01 .margin-all {
  margin: 10px;
}
#a4841a34b3aab01 .no-margin {
  margin: 0px;
}
#a4841a34b3aab01 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a4841a34b3aab01 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a4841a34b3aab01 .inside-col-shrink {
  margin: 0px 20px;
}
#a4841a34b3aab01 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a4e48ad546a27fc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5a2da8bbfa51ab .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a5a2da8bbfa51ab .switch_item {
  margin-right: 10px;
}
#a5a2da8bbfa51ab a.switch_item:hover {
  text-decoration: underline;
}
#a5a2da8bbfa51ab .slider {
  width: 420px;
  height: 600px;
}
#a5a2da8bbfa51ab .uk-slideshow-items {
  height: 100%;
}
#a5a2da8bbfa51ab .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a5a2da8bbfa51ab .login-wrap {
  width: 100%;
  height: 100%;
}
#a5a2da8bbfa51ab .uk-dotnav &gt; * &gt; * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a5a2da8bbfa51ab .uk-dotnav &gt; .uk-active &gt; * {
  border-color: #0076fe;
  background: #0076fe;
}
#a5a2da8bbfa51ab .phone-login-box {
  margin: 40px auto 40px;
}
#a5a2da8bbfa51ab .login-header {
  margin-bottom: 24px;
}
#a5a2da8bbfa51ab .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a5a2da8bbfa51ab .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a5a2da8bbfa51ab .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#a5a2da8bbfa51ab .forget_password {
  cursor: pointer;
}
#a5a2da8bbfa51ab .forget_password:hover {
  color: #30ad36;
}
#a5a2da8bbfa51ab .input-item input.error,
#a5a2da8bbfa51ab .input-item input.error::placeholder {
  color: #fc4343;
}
#a5a2da8bbfa51ab .input-item input::placeholder {
  color: #999;
}
#a5a2da8bbfa51ab .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a5a2da8bbfa51ab .form-item {
  margin: 24px 0;
}
#a5a2da8bbfa51ab .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a5a2da8bbfa51ab .send-code {
  float: left;
  margin-left: 20px;
}
#a5a2da8bbfa51ab .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#a5a2da8bbfa51ab .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a5a2da8bbfa51ab .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a5a2da8bbfa51ab .login_btn_wrap {
  text-align: center;
}
#a5a2da8bbfa51ab .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a5a2da8bbfa51ab .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a5a2da8bbfa51ab .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a4e48ad546a27fc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a747da6eb4a229d .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a747da6eb4a229d .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a747da6eb4a229d .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a747da6eb4a229d .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a747da6eb4a229d .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a747da6eb4a229d .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a747da6eb4a229d .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a747da6eb4a229d .nav-list {
  padding: 0 20px;
}
#a747da6eb4a229d .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#a747da6eb4a229d .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a747da6eb4a229d .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a747da6eb4a229d .order-item:hover {
  background: #f7f7f7;
}
#a747da6eb4a229d .del-order {
  cursor: pointer;
}
#a747da6eb4a229d .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a747da6eb4a229d .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a747da6eb4a229d .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a747da6eb4a229d .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a747da6eb4a229d .goods-item .goods-info {
  padding: 0 15px;
}
#a747da6eb4a229d .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a747da6eb4a229d .appoint-time {
  margin-bottom: 4px;
}
#a747da6eb4a229d .appoint-name {
  color: #333;
  font-size: 14px;
}
#a747da6eb4a229d .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a747da6eb4a229d .goods-item .goods-name {
  color: #333;
}
#a747da6eb4a229d .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a747da6eb4a229d .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a747da6eb4a229d .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a747da6eb4a229d .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a747da6eb4a229d .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a747da6eb4a229d .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#a747da6eb4a229d .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a747da6eb4a229d .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a747da6eb4a229d .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a747da6eb4a229d .setting-form {
  padding: 30px 20px;
}
#a747da6eb4a229d .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a747da6eb4a229d .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a747da6eb4a229d .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a747da6eb4a229d .setting-form .setting-btns {
  margin-left: 130px;
}
#a747da6eb4a229d .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a747da6eb4a229d .setting-wrap {
  position: relative;
}
#a747da6eb4a229d .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a747da6eb4a229d .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a747da6eb4a229d .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a747da6eb4a229d .address-wrap {
  padding: 30px 20px;
}
#a747da6eb4a229d .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a747da6eb4a229d .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a747da6eb4a229d .addr-list {
  min-height: 200px;
}
#a747da6eb4a229d .addr-detail .addr-item-name,
#a747da6eb4a229d .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#a747da6eb4a229d .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a747da6eb4a229d .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a747da6eb4a229d .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a747da6eb4a229d .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a747da6eb4a229d .add-addr {
  height: 32px;
  line-height: 30px;
}
#a747da6eb4a229d .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a747da6eb4a229d .publish-item {
  cursor: default;
  min-height: 120px;
}
#a747da6eb4a229d .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a747da6eb4a229d .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a747da6eb4a229d .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #30ad36;
}
#a747da6eb4a229d .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a4e48ad546a27fc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acc3caa963a70cc {
  min-height: 500px;
  /* mobile */
}
#acc3caa963a70cc .search-highlight {
  background: yellow;
}
#acc3caa963a70cc .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#acc3caa963a70cc .el-title {
  margin-bottom: 20px;
}
#acc3caa963a70cc .el-item:hover .el-title {
  color: #30ad36;
}
#acc3caa963a70cc .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#acc3caa963a70cc .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#acc3caa963a70cc .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#acc3caa963a70cc .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#acc3caa963a70cc .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#acc3caa963a70cc .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #acc3caa963a70cc .el-title {
    margin-bottom: 0;
  }
  #acc3caa963a70cc .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #acc3caa963a70cc .category {
    font-size: 12px;
  }
  #acc3caa963a70cc .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}#a4e48ad546a27fc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5167acacfae039 .comment-detail {
  min-height: 600px;
}
#a5167acacfae039 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a5167acacfae039 table th,
#a5167acacfae039 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a5167acacfae039 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a5167acacfae039 .red {
  color: #F00!important;
}
#a5167acacfae039 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#a9468ad0b8a26cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 250, 250, 0);}#a9468ad0b8a26cd .hover-content-wrap:nth-child(2)
                            {background-repeat: no-repeat;}#a0142a2f4aa4df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0142a2f4aa4df8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0142a2f4aa4df8 .ap-icon {
  margin-right: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #333333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#a0142a2f4aa4df8 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#a0142a2f4aa4df8 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0142a2f4aa4df8 .menu-list &gt; li:hover &gt; a,
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0142a2f4aa4df8 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#a0142a2f4aa4df8 .menu-list ul,
#a0142a2f4aa4df8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0142a2f4aa4df8 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a0142a2f4aa4df8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0142a2f4aa4df8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0142a2f4aa4df8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230ea9b90a60d5 &gt; .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 0.2);}#af019a00fba20c8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#af019a00fba20c8 .site-language-menu a:hover {
  color: #4a4a4a;
}
#af019a00fba20c8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af019a00fba20c8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af019a00fba20c8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#af019a00fba20c8 .uk-dropdown li a:hover {
  color: #222;
}
#af019a00fba20c8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a633aa10eda3a26 &gt; .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;}#adf7ba9eaba13af {
  pointer-events: none;
}
#adf7ba9eaba13af .menu-list {
  width: 100%;
  background: #ffffff;
}
#adf7ba9eaba13af ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adf7ba9eaba13af .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adf7ba9eaba13af .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: NotoSansSC-DemiLight;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#adf7ba9eaba13af .menu-list .menu-header svg,
#adf7ba9eaba13af .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adf7ba9eaba13af .menu-list &gt; ul {
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a img,
#adf7ba9eaba13af .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adf7ba9eaba13af .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#adf7ba9eaba13af .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adf7ba9eaba13af .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; 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;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adf7ba9eaba13af .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a8d66a8b7ca0598 {
  pointer-events: none;
}
#a8d66a8b7ca0598 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d66a8b7ca0598 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d66a8b7ca0598 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d66a8b7ca0598 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a8d66a8b7ca0598 .menu-list .menu-header svg,
#a8d66a8b7ca0598 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d66a8b7ca0598 .menu-list &gt; ul {
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a img,
#a8d66a8b7ca0598 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 127px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a8d66a8b7ca0598 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d66a8b7ca0598 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; 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;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d66a8b7ca0598 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a63cda6d7aaedd7 {
  pointer-events: none;
}
#a63cda6d7aaedd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a63cda6d7aaedd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a63cda6d7aaedd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a63cda6d7aaedd7 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a63cda6d7aaedd7 .menu-list .menu-header svg,
#a63cda6d7aaedd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a63cda6d7aaedd7 .menu-list &gt; ul {
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a img,
#a63cda6d7aaedd7 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a63cda6d7aaedd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a63cda6d7aaedd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; 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;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a63cda6d7aaedd7 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#ab336ad77fa337f {
  pointer-events: none;
}
#ab336ad77fa337f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab336ad77fa337f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab336ad77fa337f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab336ad77fa337f .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#ab336ad77fa337f .menu-list .menu-header svg,
#ab336ad77fa337f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab336ad77fa337f .menu-list &gt; ul {
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a,
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab336ad77fa337f .menu-list &gt; ul &gt; li a img,
#ab336ad77fa337f .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab336ad77fa337f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#ab336ad77fa337f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab336ad77fa337f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; 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;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ab336ad77fa337f .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a5522a7a81af77b {
  pointer-events: none;
}
#a5522a7a81af77b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5522a7a81af77b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5522a7a81af77b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5522a7a81af77b .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a5522a7a81af77b .menu-list .menu-header svg,
#a5522a7a81af77b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5522a7a81af77b .menu-list &gt; ul {
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a,
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #3caf41;
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5522a7a81af77b .menu-list &gt; ul &gt; li a img,
#a5522a7a81af77b .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5522a7a81af77b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a5522a7a81af77b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5522a7a81af77b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; 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;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a5522a7a81af77b .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#add13a438ca8b89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add13a438ca8b89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add13a438ca8b89 .ap-icon {
  margin-right: 6px;
}
#add13a438ca8b89 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #030303;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 160px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#add13a438ca8b89 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#add13a438ca8b89 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#add13a438ca8b89 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add13a438ca8b89 .menu-list &gt; li:hover &gt; a,
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  background: #ffffff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  border-top-width: 0;
  border-top-color: #30ad36;
  border-top-style: solid;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#add13a438ca8b89 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZHei-B01S;
  color: #3caf41;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#add13a438ca8b89 .menu-list ul,
#add13a438ca8b89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add13a438ca8b89 .menu-list ul {
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
#add13a438ca8b89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add13a438ca8b89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add13a438ca8b89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2ce5a9efda3674 {
  pointer-events: none;
}
#a2ce5a9efda3674 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ce5a9efda3674 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ce5a9efda3674 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ce5a9efda3674 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #636363;
  cursor: pointer;
  font-family: FZHei-B01S;
  font-size: 15px;
  color: #666666;
  bold: false;
}
#a2ce5a9efda3674 .menu-list .menu-header svg,
#a2ce5a9efda3674 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ce5a9efda3674 .menu-list &gt; ul {
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li &gt; 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: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #636363;
  line-height: 50px;
  height: 30px;
  line-height: 30px;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover &gt; a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #3caf41;
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a img,
#a2ce5a9efda3674 .menu-list &gt; ul &gt; li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 138px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li {
  clear: both;
  width: 100%;
}
#a2ce5a9efda3674 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ce5a9efda3674 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; 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;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li:hover &gt; a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2ce5a9efda3674 .menu-list ul ul.submenu &gt; li &gt; ul &gt; li a:hover {
  color: #ffd0c0;
}
#a522fa53d1a7e19 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a522fa53d1a7e19 .site-language-menu a:hover {
  color: #4a4a4a;
}
#a522fa53d1a7e19 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a522fa53d1a7e19 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a522fa53d1a7e19 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a522fa53d1a7e19 .uk-dropdown li a:hover {
  color: #222;
}
#a522fa53d1a7e19 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab386a7c8aa98e3 &gt; .ele-wrap {background-color: rgba(239, 239, 239, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7f0a3bb0af2ca &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a147ba338aaf84f &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);background-image: url(/resources/upload/af1cead508a7bc4/1638587853061.png);background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1afaa486a30a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad1afaa486a30a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad1afaa486a30a4 .ap-icon {
  margin-right: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 23px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Medium;
  color: #101010;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: nullpx;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a {
  flex-direction: column;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon {
  margin-right: 0;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon svg,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon img,
#ad1afaa486a30a4 .menu-list &gt; li.icon-top &gt; a .ap-icon img {
  height: auto;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon,
#ad1afaa486a30a4 .menu-list &gt; li.icon-bottom &gt; a .ap-icon {
  order: 1;
}
#ad1afaa486a30a4 .menu-list &gt; li.icon-right &gt; a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad1afaa486a30a4 .menu-list &gt; li:hover &gt; a,
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-width: 1px;
  border-top-color: #30ad36;
  border-top-style: none;
  border-right-color: #30ad36;
  border-left-color: #30ad36;
  border-bottom-color: #30ad36;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list &gt; li.active &gt; a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #30ad36;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad1afaa486a30a4 .menu-list ul,
#ad1afaa486a30a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad1afaa486a30a4 .menu-list ul {
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1afaa486a30a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1afaa486a30a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1afaa486a30a4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a24e7a8572aa695:hover, #a24e7a8572aa695 a:hover {color: rgba(48, 173, 54, 1);}#aeec5a1b67ac84c:hover, #aeec5a1b67ac84c a:hover {color: rgba(48, 173, 54, 1);}#a97b6a6787a2478 .img-wrap:hover {
  border-color: #30ad36;
}
#a5624a230ead855 &gt; .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);}#a5624a230ead855  &gt; .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a123eaf6e0a3de1 &gt; .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;color: #515151;}#a123eaf6e0a3de1 * {color: #515151  !important}
                            #a123eaf6e0a3de1 .line{border-color: #515151  !important}#a123eaf6e0a3de1  &gt; .ele-wrap:hover {color: #30ad36;}#a123eaf6e0a3de1:hover * {color: #30ad36  !important}
                            #a123eaf6e0a3de1:hover .line{border-color: #30ad36  !important}#a3f96aa46ea55f9 , #a3f96aa46ea55f9 a{color: rgba(81, 81, 81, 1);}#a3f96aa46ea55f9:hover, #a3f96aa46ea55f9 a:hover {color: rgba(48, 173, 54, 1);}</pre></body></html>